Home
last modified time | relevance | path

Searched refs:C2_MAY_BLOCK (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/av/media/codec2/hidl/services/
Dvendor.cpp80 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/
DConfigurable.cpp69 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()
DInputSurfaceConnection.cpp131 C2_MAY_BLOCK, in init()
335 mayBlock == C2_MAY_BLOCK, in queryFromSink()
/frameworks/av/media/codec2/vndk/
DC2Store.cpp730 res = intf->query_vb({ &kind, &domain }, {}, C2_MAY_BLOCK, nullptr); in init()
749 res = intf->query_vb({}, { mediaTypeIndex }, C2_MAY_BLOCK, &params); in init()
789 res = intf->query_vb({}, { C2ComponentAliasesSetting::PARAM_TYPE }, C2_MAY_BLOCK, &params); 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/
DCCodec.cpp164 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/
DC2SoftHevcDec.cpp611 (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()
DC2SoftHevcEnc.cpp999 mIntf->config({ &clearSync }, C2_MAY_BLOCK, &failures); in process()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp614 (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/
DC2SoftMpeg4Dec.cpp581 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/
DC2SoftMpeg2Dec.cpp678 (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/
DC2SoftFlacDec.cpp253 C2_MAY_BLOCK, &failures); in process()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp226 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/
DC2SoftOpusDec.cpp346 C2_MAY_BLOCK, in process()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp404 { 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/
DC2SoftVorbisDec.cpp300 C2_MAY_BLOCK, in process()
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.cpp442 C2_MAY_BLOCK, in process()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp528 { outParam.get() }, C2_MAY_BLOCK, &failures); in finishWork()
773 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in outputBuffer()
DC2SoftVpxEnc.cpp554 mIntf->config({ &clearSync }, C2_MAY_BLOCK, &failures); in process()
/frameworks/av/media/codec2/core/include/
DC2.h136 C2_MAY_BLOCK = true, enumerator
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp531 c2_status_t err = intf()->config_vb(updates, C2_MAY_BLOCK, &failures); in processQueue()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp631 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in outputBuffer()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp749 C2_MAY_BLOCK, in process()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp586 (void)param->trySet(param->value().get(), C2_MAY_BLOCK, &changed, *_mFactory, &failures); in addParameter()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp129 mComponent->query({ &secureModeTuning }, {}, C2_MAY_BLOCK, nullptr); in SetUp()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp533 C2_MAY_BLOCK, in process()

12