Home
last modified time | relevance | path

Searched refs:C2_DONT_BLOCK (Results 1 – 19 of 19) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/utils/
DConfigurable.cpp64 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK, in query()
91 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK, in config()
152 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK); in querySupportedValues()
DComponentStore.cpp77 if (mayBlock == C2_DONT_BLOCK && params.size() != 0) { in config()
89 if (mayBlock == C2_DONT_BLOCK && indices.size() != 0) { in query()
106 if (mayBlock == C2_DONT_BLOCK && fields.size() != 0) { in querySupportedValues()
DComponent.cpp655 c2_status_t res = mComponent->setListener_vb(c2listener, C2_DONT_BLOCK); in initListener()
/hardware/google/av/codec2/hidl/1.0/mts/component/
DMtsHidlC2V1_0TargetComponentTest.cpp148 err = mComponent->query({}, {p->index()}, C2_DONT_BLOCK, &queried); in TEST_F()
151 err = mComponent->config({queried[0].get()}, C2_DONT_BLOCK, &failures); in TEST_F()
198 C2_DONT_BLOCK, &queried); in TEST_F()
205 err = mComponent->config({portMediaType}, C2_DONT_BLOCK, &failures); in TEST_F()
/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp201 return mIntf->query_vb(stackParams, {}, C2_DONT_BLOCK, nullptr); in queryOnStack()
211 return mIntf->query_vb({}, {index}, C2_DONT_BLOCK, heapParams); in queryOnHeap()
266 return mIntf->config_vb(params, C2_DONT_BLOCK, failures); in config()
285 ASSERT_EQ(C2_BAD_VALUE, mIntf->config_vb(params, C2_DONT_BLOCK, &failures)); in configReadOnlyParam()
302 c2_status_t stConfig = mIntf->config_vb(params, C2_DONT_BLOCK, &failures); in configWritableParamValidValue()
321 ASSERT_EQ(C2_BAD_VALUE, mIntf->config_vb(params, C2_DONT_BLOCK, &failures)); in configWritableParamInvalidValue()
589 mIntf->querySupportedValues_vb(validValueInfos, C2_DONT_BLOCK)); \
DC2SampleComponent_test.cpp410 EXPECT_EQ(C2_OK, comp->querySupportedValues_vb(query, C2_DONT_BLOCK)); in TEST_F()
/hardware/google/av/codec2/hidl/1.0/mts/common/
Dmedia_c2_hidl_test_common.cpp107 component->config(configParam, C2_DONT_BLOCK, &failures); in workDone()
/hardware/google/av/media/sfplugin/
DCodec2InfoBuilder.cpp483 c2_status_t err = intf->querySupportedValues(profileQuery, C2_DONT_BLOCK); in buildMediaCodecList()
503 err = intf->config({&pl}, C2_DONT_BLOCK, &failures); in buildMediaCodecList()
508 err = intf->querySupportedValues(levelQuery, C2_DONT_BLOCK); in buildMediaCodecList()
DCCodecConfig.h323 c2_blocking_t blocking = C2_DONT_BLOCK);
DCCodecBufferChannel.cpp2074 C2_DONT_BLOCK, in start()
2118 C2_DONT_BLOCK, in start()
2239 C2_DONT_BLOCK, in start()
2267 C2_DONT_BLOCK, in start()
2386 C2_DONT_BLOCK, in start()
2411 c2_status_t err = mComponent->query({ &oStreamFormat }, {}, C2_DONT_BLOCK, nullptr); in requestInitialInputBuffers()
DCCodec.cpp780 comp, msg, Config::IS_CONFIG, C2_DONT_BLOCK, &configUpdate); in configure()
784 err = config->setParameters(comp, configUpdate, C2_DONT_BLOCK); in configure()
799 C2_DONT_BLOCK, in configure()
DCCodecConfig.cpp186 {}, { PORT::PARAM_TYPE, STREAM::PARAM_TYPE }, C2_DONT_BLOCK, &queried); in QueryMediaTypeImpl()
832 c2_status_t c2err = component->query({ &domain, &kind }, {}, C2_DONT_BLOCK, &queried); in initialize()
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp218 (void)component->setListener_vb(mListener, C2_DONT_BLOCK); in play()
222 (void)component->intf()->config_vb({pools.get()}, C2_DONT_BLOCK, &result); in play()
/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp199 C2_DONT_BLOCK, &queried); in validateComponent()
231 component->config(configParam, C2_DONT_BLOCK, &failures); in setupConfigParam()
DMtsHidlC2V1_0TargetAudioDecTest.cpp252 C2_DONT_BLOCK, &queried); in validateComponent()
284 component->config(configParam, C2_DONT_BLOCK, &failures); in setupConfigParam()
302 component->query({}, indices, C2_DONT_BLOCK, &inParams); in getInputChannelInfo()
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoEncTest.cpp208 C2_DONT_BLOCK, &queried); in validateComponent()
236 mComponent->config(configParam, C2_DONT_BLOCK, &failures); in setupConfigParam()
DMtsHidlC2V1_0TargetVideoDecTest.cpp248 C2_DONT_BLOCK, &queried); in validateComponent()
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp431 C2_DONT_BLOCK, in processQueue()
/hardware/google/av/codec2/include/
DC2.h132 C2_DONT_BLOCK = false, enumerator