/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | Configurable.cpp | 69 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK, in query() 98 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK, in config() 172 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK); in querySupportedValues()
|
D | InputSurfaceConnection.cpp | 131 C2_MAY_BLOCK, in init() 335 mayBlock == C2_MAY_BLOCK, in queryFromSink()
|
/frameworks/av/media/codec2/vndk/ |
D | C2Store.cpp | 702 res = intf->query_vb({ &kind, &domain }, {}, C2_MAY_BLOCK, nullptr); in init() 721 res = intf->query_vb({}, { mediaTypeIndex }, C2_MAY_BLOCK, ¶ms); in init() 761 res = intf->query_vb({}, { C2ComponentAliasesSetting::PARAM_TYPE }, C2_MAY_BLOCK, ¶ms); in init() 888 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm() 894 return mInterface.config(params, C2_MAY_BLOCK, failures); in config_sm() 971 return mInterface.querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
|
/frameworks/av/media/codec2/sfplugin/ |
D | CCodec.cpp | 164 c2_status_t err = mSurface->config({&eos}, C2_MAY_BLOCK, &failures); in signalEndOfInputStream() 406 return mClient->config(params, C2_MAY_BLOCK, failures); in config_sm() 431 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm() 441 return mClient->querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm() 1596 comp, params, Config::IS_PARAM, C2_MAY_BLOCK, &configUpdate); in signalSetParameters() 1605 (void)config->setParameters(comp, configUpdate, C2_MAY_BLOCK); in signalSetParameters() 1628 config->setParameters(comp, params, C2_MAY_BLOCK); in signalRequestIDRFrame()
|
D | CCodecBufferChannel.cpp | 1053 err = mComponent->config({ poolIdsTuning.get() }, C2_MAY_BLOCK, &failures); in start()
|
D | CCodecConfig.cpp | 990 c2_status_t c2Err = component->query({}, indices, C2_MAY_BLOCK, &queried); in queryConfiguration()
|
/frameworks/av/media/codec2/components/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 581 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process() 653 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.cpp | 253 C2_MAY_BLOCK, &failures); in process()
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 668 (void)mIntf->config({&codedAspects}, C2_MAY_BLOCK, &failures); in getSeqInfo() 939 mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process() 978 mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 223 mayBlock == C2_MAY_BLOCK, in query() 305 mayBlock == C2_MAY_BLOCK, in config() 384 mayBlock == C2_MAY_BLOCK, in querySupportedValues()
|
/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusDec.cpp | 346 C2_MAY_BLOCK, in process()
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.cpp | 402 { outParam.get() }, C2_MAY_BLOCK, &failures); in finishWork() 645 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in outputBuffer()
|
/frameworks/av/media/codec2/components/vorbis/ |
D | C2SoftVorbisDec.cpp | 300 C2_MAY_BLOCK, in process()
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.cpp | 442 C2_MAY_BLOCK, in process()
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.cpp | 528 { outParam.get() }, C2_MAY_BLOCK, &failures); in finishWork() 762 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in outputBuffer()
|
D | C2SoftVpxEnc.cpp | 554 mIntf->config({ &clearSync }, C2_MAY_BLOCK, &failures); in process()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 600 (void)mIntf->config({&codedAspects}, C2_MAY_BLOCK, &failures); in getVuiParams() 897 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 597 (void)mIntf->config({&codedAspects}, C2_MAY_BLOCK, &failures); in getVuiParams() 893 mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
|
/frameworks/av/media/codec2/core/include/ |
D | C2.h | 136 C2_MAY_BLOCK = true, enumerator
|
/frameworks/av/media/codec2/components/base/ |
D | SimpleC2Component.cpp | 531 c2_status_t err = intf()->config_vb(updates, C2_MAY_BLOCK, &failures); in processQueue()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacDec.cpp | 749 C2_MAY_BLOCK, in process()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 129 mComponent->query({ &secureModeTuning }, {}, C2_MAY_BLOCK, nullptr); in SetUp()
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2InterfaceHelper.cpp | 586 (void)param->trySet(param->value().get(), C2_MAY_BLOCK, &changed, *_mFactory, &failures); in addParameter()
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 533 C2_MAY_BLOCK, in process()
|