Searched refs:OMX_IndexParamSupportBufferType (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_omx_ext.h | 283 OMX_IndexParamSupportBufferType, enumerator
|
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/ |
H A D | codec_hdi_decode.cpp | 295 auto err = client_->GetParameter(OMX_IndexParamSupportBufferType, inVec, outVec); in CheckSupportBufferType() 329 auto err = client_->GetParameter(OMX_IndexParamSupportBufferType, inVec, outVec); in CheckAndUseBufferHandle() 341 err = client_->GetParameter(OMX_IndexParamSupportBufferType, inVec, outVec); in CheckAndUseBufferHandle()
|
H A D | codec_hdi_encode.cpp | 178 auto err = client_->GetParameter(OMX_IndexParamSupportBufferType, inVec, outVec); in CheckSupportBufferType() 218 auto err = client_->GetParameter(OMX_IndexParamSupportBufferType, inVec, outVec); in CheckAndUseBufferHandle() 230 err = client_->GetParameter(OMX_IndexParamSupportBufferType, inVec, outVec); in CheckAndUseBufferHandle()
|
/ohos5.0/drivers/peripheral/codec/test/demo/v2.0/src/ |
H A D | codec_hdi_decode.cpp | 251 …auto err = client_->GetParameter(client_, OMX_IndexParamSupportBufferType, reinterpret_cast<int8_t… in CheckAndUseBufferHandle() 261 …err = client_->GetParameter(client_, OMX_IndexParamSupportBufferType, reinterpret_cast<int8_t *>(&… in CheckAndUseBufferHandle()
|
H A D | codec_hdi_encode.cpp | 173 …auto err = client_->GetParameter(client_, OMX_IndexParamSupportBufferType, reinterpret_cast<int8_t… in CheckAndUseBufferHandle() 183 …err = client_->GetParameter(client_, OMX_IndexParamSupportBufferType, reinterpret_cast<int8_t *>(&… in CheckAndUseBufferHandle()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hdecoder.cpp | 521 if (GetParameter(OMX_IndexParamSupportBufferType, type) && in ReadyToStart()
|
H A D | hcodec.cpp | 572 …if (GetParameter(OMX_IndexParamSupportBufferType, type) && (type.bufferTypes & CODEC_BUFFER_TYPE_D… in AllocateAvLinearBuffers()
|
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_hdi_omx_enc_test.cpp | 307 auto ret = g_component->GetParameter(OMX_IndexParamSupportBufferType, inParam, outParam);
|