Home
last modified time | relevance | path

Searched refs:C2_MAY_BLOCK (Results 1 – 20 of 20) 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.cpp105 C2_MAY_BLOCK, in init()
/hardware/google/av/media/sfplugin/
DCCodec.cpp158 c2_status_t err = mSurface->getConfigurable()->config({&eos}, C2_MAY_BLOCK, &failures); in signalEndOfInputStream()
359 return mClient->config(params, C2_MAY_BLOCK, failures); in config_sm()
384 return mClient->query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
394 return mClient->querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
1270 …(void)config->getConfigUpdateFromSdkParams(comp, params, Config::PARAM, C2_MAY_BLOCK, &configUpdat… in setParameters()
1274 (void)config->setParameters(comp, configUpdate, C2_MAY_BLOCK); in setParameters()
DCCodecConfig.cpp637 c2_status_t c2Err = component->query({}, indices, C2_MAY_BLOCK, &queried); in queryConfiguration()
DCCodecBufferChannel.cpp1857 err = mComponent->config({ poolIdsTuning.get() }, C2_MAY_BLOCK, &failures); in start()
/hardware/google/av/codec2/vndk/
DC2Store.cpp730 res = intf->query_vb({}, { mediaTypeIndex }, C2_MAY_BLOCK, &params); in getTraits()
815 return mInterface.query(stackParams, heapParamIndices, C2_MAY_BLOCK, heapParams); in query_sm()
821 return mInterface.config(params, C2_MAY_BLOCK, failures); in config_sm()
893 return mInterface.querySupportedValues(fields, C2_MAY_BLOCK); in querySupportedValues_sm()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp505 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
578 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp234 C2_MAY_BLOCK, &failures); in process()
/hardware/google/av/codec2/hidl/client/
Dclient.cpp143 mayBlock == C2_MAY_BLOCK, in query()
222 mayBlock == C2_MAY_BLOCK, in config()
301 mayBlock == C2_MAY_BLOCK, in querySupportedValues()
/hardware/google/av/media/v4l2store/
DC2VDAComponentStore.cpp211 res = intf->query_vb({}, { mediaTypeIndex }, C2_MAY_BLOCK, &params); in getTraits()
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp297 C2_MAY_BLOCK, in process()
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.cpp394 C2_MAY_BLOCK, in process()
/hardware/google/av/media/codecs/mp3/
DC2SoftMp3Dec.cpp439 C2_MAY_BLOCK, in process()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp859 mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
895 mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.cpp433 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in outputBuffer()
/hardware/google/av/codec2/include/
DC2.h136 C2_MAY_BLOCK = true, enumerator
/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp669 C2_MAY_BLOCK, in process()
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp435 C2_MAY_BLOCK, in process()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp819 mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp858 (void)mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()