Home
last modified time | relevance | path

Searched refs:OMX_IndexParamSupportBufferType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_omx_ext.h283 OMX_IndexParamSupportBufferType, enumerator
/ohos5.0/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_decode.cpp295 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 Dcodec_hdi_encode.cpp178 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 Dcodec_hdi_decode.cpp251 …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 Dcodec_hdi_encode.cpp173 …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 Dhdecoder.cpp521 if (GetParameter(OMX_IndexParamSupportBufferType, type) && in ReadyToStart()
H A Dhcodec.cpp572 …if (GetParameter(OMX_IndexParamSupportBufferType, type) && (type.bufferTypes & CODEC_BUFFER_TYPE_D… in AllocateAvLinearBuffers()
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_hdi_omx_enc_test.cpp307 auto ret = g_component->GetParameter(OMX_IndexParamSupportBufferType, inParam, outParam);