/hardware/google/av/codec2/hidl/1.0/utils/ |
D | Configurable.cpp | 64 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()
|
D | InputSurfaceConnection.cpp | 105 C2_MAY_BLOCK, in init()
|
/hardware/google/av/media/sfplugin/ |
D | CCodec.cpp | 158 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()
|
D | CCodecConfig.cpp | 637 c2_status_t c2Err = component->query({}, indices, C2_MAY_BLOCK, &queried); in queryConfiguration()
|
D | CCodecBufferChannel.cpp | 1857 err = mComponent->config({ poolIdsTuning.get() }, C2_MAY_BLOCK, &failures); in start()
|
/hardware/google/av/codec2/vndk/ |
D | C2Store.cpp | 730 res = intf->query_vb({}, { mediaTypeIndex }, C2_MAY_BLOCK, ¶ms); 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/ |
D | C2SoftMpeg4Dec.cpp | 505 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/ |
D | C2SoftFlacDec.cpp | 234 C2_MAY_BLOCK, &failures); in process()
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 143 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/ |
D | C2VDAComponentStore.cpp | 211 res = intf->query_vb({}, { mediaTypeIndex }, C2_MAY_BLOCK, ¶ms); in getTraits()
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.cpp | 297 C2_MAY_BLOCK, in process()
|
/hardware/google/av/media/codecs/opus/ |
D | C2SoftOpusDec.cpp | 394 C2_MAY_BLOCK, in process()
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.cpp | 439 C2_MAY_BLOCK, in process()
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 859 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/ |
D | C2SoftVpxDec.cpp | 433 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in outputBuffer()
|
/hardware/google/av/codec2/include/ |
D | C2.h | 136 C2_MAY_BLOCK = true, enumerator
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacDec.cpp | 669 C2_MAY_BLOCK, in process()
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.cpp | 435 C2_MAY_BLOCK, in process()
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 819 mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.cpp | 858 (void)mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
|