/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 | 108 C2_MAY_BLOCK, in init() 282 mayBlock == C2_MAY_BLOCK, in compQuery()
|
/hardware/google/av/codec2/vndk/ |
D | C2Store.cpp | 696 res = intf->query_vb({}, { mediaTypeIndex }, C2_MAY_BLOCK, ¶ms); 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/ |
D | CCodec.cpp | 165 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()
|
D | CCodecConfig.cpp | 979 c2_status_t c2Err = component->query({}, indices, C2_MAY_BLOCK, &queried); in queryConfiguration()
|
D | CCodecBufferChannel.cpp | 2317 err = mComponent->config({ poolIdsTuning.get() }, C2_MAY_BLOCK, &failures); in start()
|
/hardware/google/av/media/codecs/mpeg4_h263/ |
D | C2SoftMpeg4Dec.cpp | 575 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/ |
D | C2SoftVpxDec.cpp | 431 { outParam.get() }, C2_MAY_BLOCK, &failures); in finishWork() 570 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in outputBuffer()
|
D | C2SoftVpxEnc.cpp | 554 mIntf->config({ &clearSync }, C2_MAY_BLOCK, &failures); in process()
|
/hardware/google/av/media/codecs/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 667 (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/ |
D | C2SoftFlacDec.cpp | 246 C2_MAY_BLOCK, &failures); in process()
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 140 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/ |
D | C2SoftOpusDec.cpp | 403 C2_MAY_BLOCK, in process()
|
/hardware/google/av/media/codecs/vorbis/ |
D | C2SoftVorbisDec.cpp | 306 C2_MAY_BLOCK, in process()
|
/hardware/google/av/media/codecs/mp3/ |
D | C2SoftMp3Dec.cpp | 449 C2_MAY_BLOCK, in process()
|
/hardware/google/av/media/codecs/avc/ |
D | C2SoftAvcDec.cpp | 593 (void)mIntf->config({&codedAspects}, C2_MAY_BLOCK, &failures); in getVuiParams() 844 c2_status_t err = mIntf->config({&size}, C2_MAY_BLOCK, &failures); in process()
|
D | C2SoftAvcEnc.cpp | 1370 mIntf->config({ &clearSync }, C2_MAY_BLOCK, &failures); in process()
|
/hardware/google/av/media/codecs/hevc/ |
D | C2SoftHevcDec.cpp | 592 (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/ |
D | C2.h | 136 C2_MAY_BLOCK = true, enumerator
|
/hardware/google/av/media/codecs/base/ |
D | SimpleC2Component.cpp | 486 c2_status_t err = intf()->config_vb(updates, C2_MAY_BLOCK, &failures); in processQueue()
|
/hardware/google/av/media/codecs/aac/ |
D | C2SoftAacDec.cpp | 762 C2_MAY_BLOCK, in process()
|
/hardware/google/av/codec2/vndk/util/ |
D | C2InterfaceHelper.cpp | 586 (void)param->trySet(param->value().get(), C2_MAY_BLOCK, &changed, *_mFactory, &failures); in addParameter()
|
/hardware/google/av/media/codecs/xaac/ |
D | C2SoftXaacDec.cpp | 541 C2_MAY_BLOCK, in process()
|