Home
last modified time | relevance | path

Searched refs:C2_MAY_BLOCK (Results 1 – 23 of 23) 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()
DInputSurfaceConnection.cpp108 C2_MAY_BLOCK, in init()
282 mayBlock == C2_MAY_BLOCK, in compQuery()
/hardware/google/av/codec2/vndk/
DC2Store.cpp696 res = intf->query_vb({}, { mediaTypeIndex }, C2_MAY_BLOCK, &params); in init()
873 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
879 return mInterface.config(params, C2_MAY_BLOCK, failures); in config_sm()
951 return mInterface.querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
/hardware/google/av/media/sfplugin/
DCCodec.cpp165 c2_status_t err = mSurface->getConfigurable()->config({&eos}, C2_MAY_BLOCK, &failures); in signalEndOfInputStream()
391 return mClient->config(params, C2_MAY_BLOCK, failures); in config_sm()
416 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
426 return mClient->querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
1429 comp, params, Config::IS_PARAM, C2_MAY_BLOCK, &configUpdate); in setParameters()
1438 (void)config->setParameters(comp, configUpdate, C2_MAY_BLOCK); in setParameters()
1461 config->setParameters(comp, params, C2_MAY_BLOCK); in signalRequestIDRFrame()
DCCodecConfig.cpp979 c2_status_t c2Err = component->query({}, indices, C2_MAY_BLOCK, &queried); in queryConfiguration()
DCCodecBufferChannel.cpp2317 err = mComponent->config({ poolIdsTuning.get() }, C2_MAY_BLOCK, &failures); in start()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp575 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
647 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.cpp431 { outParam.get() }, C2_MAY_BLOCK, &failures); in finishWork()
570 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in outputBuffer()
DC2SoftVpxEnc.cpp554 mIntf->config({ &clearSync }, C2_MAY_BLOCK, &failures); in process()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp667 (void)mIntf->config({&codedAspects}, C2_MAY_BLOCK, &failures); in getSeqInfo()
898 mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
937 mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp246 C2_MAY_BLOCK, &failures); in process()
/hardware/google/av/codec2/hidl/client/
Dclient.cpp140 mayBlock == C2_MAY_BLOCK, in query()
220 mayBlock == C2_MAY_BLOCK, in config()
299 mayBlock == C2_MAY_BLOCK, in querySupportedValues()
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.cpp403 C2_MAY_BLOCK, in process()
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp306 C2_MAY_BLOCK, in process()
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.cpp449 C2_MAY_BLOCK, in process()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp593 (void)mIntf->config({&codedAspects}, C2_MAY_BLOCK, &failures); in getVuiParams()
844 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
DC2SoftAvcEnc.cpp1370 mIntf->config({ &clearSync }, C2_MAY_BLOCK, &failures); in process()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp592 (void)mIntf->config({&codedAspects}, C2_MAY_BLOCK, &failures); in getVuiParams()
841 mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
/hardware/google/av/codec2/include/
DC2.h136 C2_MAY_BLOCK = true, enumerator
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp486 c2_status_t err = intf()->config_vb(updates, C2_MAY_BLOCK, &failures); in processQueue()
/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp762 C2_MAY_BLOCK, in process()
/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp586 (void)param->trySet(param->value().get(), C2_MAY_BLOCK, &changed, *_mFactory, &failures); in addParameter()
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp541 C2_MAY_BLOCK, in process()