/frameworks/av/media/codec2/hidl/services/ |
D | vendor.cpp | 80 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm() 86 return mInterface.config(params, C2_MAY_BLOCK, failures); in config_sm() 100 return mInterface.querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
|
/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 | 730 res = intf->query_vb({ &kind, &domain }, {}, C2_MAY_BLOCK, nullptr); in init() 749 res = intf->query_vb({}, { mediaTypeIndex }, C2_MAY_BLOCK, ¶ms); in init() 789 res = intf->query_vb({}, { C2ComponentAliasesSetting::PARAM_TYPE }, C2_MAY_BLOCK, ¶ms); in init() 917 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm() 923 return mInterface.config(params, C2_MAY_BLOCK, failures); in config_sm() 1000 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() 410 return mClient->config(params, C2_MAY_BLOCK, failures); in config_sm() 435 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm() 445 return mClient->querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm() 1619 comp, params, Config::IS_PARAM, C2_MAY_BLOCK, &configUpdate); in signalSetParameters() 1628 (void)config->setParameters(comp, configUpdate, C2_MAY_BLOCK); in signalSetParameters() 1651 config->setParameters(comp, params, C2_MAY_BLOCK); in signalRequestIDRFrame()
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.cpp | 611 (void)mIntf->config({&codedAspects}, C2_MAY_BLOCK, &failures); in getVuiParams() 898 mIntf->config({&outputDelay}, C2_MAY_BLOCK, &failures); in process() 924 mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
|
D | C2SoftHevcEnc.cpp | 999 mIntf->config({ &clearSync }, C2_MAY_BLOCK, &failures); in process()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 614 (void)mIntf->config({&codedAspects}, C2_MAY_BLOCK, &failures); in getVuiParams() 903 mIntf->config({&outputDelay}, C2_MAY_BLOCK, &failures); in process() 928 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
|
/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/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 678 (void)mIntf->config({&codedAspects}, C2_MAY_BLOCK, &failures); in getSeqInfo() 946 mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process() 985 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/hidl/client/ |
D | client.cpp | 226 mayBlock == C2_MAY_BLOCK, in query() 308 mayBlock == C2_MAY_BLOCK, in config() 387 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 | 404 { outParam.get() }, C2_MAY_BLOCK, &failures); in finishWork() 647 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() 773 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/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/gav1/ |
D | C2SoftGav1Dec.cpp | 631 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in outputBuffer()
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacDec.cpp | 749 C2_MAY_BLOCK, in process()
|
/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/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 129 mComponent->query({ &secureModeTuning }, {}, C2_MAY_BLOCK, nullptr); in SetUp()
|
/frameworks/av/media/codec2/components/xaac/ |
D | C2SoftXaacDec.cpp | 533 C2_MAY_BLOCK, in process()
|