Home
last modified time | relevance | path

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

/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.cpp702 res = intf->query_vb({ &kind, &domain }, {}, C2_MAY_BLOCK, nullptr); in init()
721 res = intf->query_vb({}, { mediaTypeIndex }, C2_MAY_BLOCK, &params); in init()
761 res = intf->query_vb({}, { C2ComponentAliasesSetting::PARAM_TYPE }, C2_MAY_BLOCK, &params); 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/
DCCodec.cpp164 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()
DCCodecBufferChannel.cpp1053 err = mComponent->config({ poolIdsTuning.get() }, C2_MAY_BLOCK, &failures); in start()
DCCodecConfig.cpp990 c2_status_t c2Err = component->query({}, indices, C2_MAY_BLOCK, &queried); in queryConfiguration()
/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/flac/
DC2SoftFlacDec.cpp253 C2_MAY_BLOCK, &failures); in process()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp668 (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/
Dclient.cpp223 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/
DC2SoftOpusDec.cpp346 C2_MAY_BLOCK, in process()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp402 { 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/
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()
762 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/components/avc/
DC2SoftAvcDec.cpp600 (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/
DC2SoftHevcDec.cpp597 (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/
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/aac/
DC2SoftAacDec.cpp749 C2_MAY_BLOCK, in process()
/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/vndk/util/
DC2InterfaceHelper.cpp586 (void)param->trySet(param->value().get(), C2_MAY_BLOCK, &changed, *_mFactory, &failures); in addParameter()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp533 C2_MAY_BLOCK, in process()