Home
last modified time | relevance | path

Searched refs:OMX_IndexParamSupportBufferType (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/codec/interfaces/include/
H A Dcodec_omx_ext.h221 OMX_IndexParamSupportBufferType, enumerator
/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()
331 HDF_LOGE("OMX_GetParameter OMX_IndexParamSupportBufferType in err [%{public}x]", err); in CheckAndUseBufferHandle()
341 err = client_->GetParameter(OMX_IndexParamSupportBufferType, inVec, outVec); in CheckAndUseBufferHandle()
343 HDF_LOGE("OMX_GetParameter OMX_IndexParamSupportBufferType out err [%{public}x]", err); 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()
220 HDF_LOGE("%{public}s failed with PORT_INDEX_OUTPUT, index is OMX_IndexParamSupportBufferType", __func__); in CheckAndUseBufferHandle()
230 err = client_->GetParameter(OMX_IndexParamSupportBufferType, inVec, outVec); in CheckAndUseBufferHandle()
232 HDF_LOGE("%{public}s failed with PORT_INDEX_INPUT, index is OMX_IndexParamSupportBufferType", __func__); in CheckAndUseBufferHandle()
/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_hdi_encode.cpp173 auto err = client_->GetParameter(client_, OMX_IndexParamSupportBufferType, reinterpret_cast<int8_t *>(&param), in CheckAndUseBufferHandle()
176 "OMX_GetParameter:OMX_IndexParamSupportBufferType:PORT_INDEX_OUTPUT, err [%{public}x], bufferTypes[%{public}d]", in CheckAndUseBufferHandle()
183 err = client_->GetParameter(client_, OMX_IndexParamSupportBufferType, reinterpret_cast<int8_t *>(&param), in CheckAndUseBufferHandle()
186 "OMX_GetParameter:OMX_IndexParamSupportBufferType:PORT_INDEX_INPUT, err [%{public}x], bufferTypes[%{public}d]", in CheckAndUseBufferHandle()
H A Dcodec_hdi_decode.cpp251 auto err = client_->GetParameter(client_, OMX_IndexParamSupportBufferType, reinterpret_cast<int8_t *>(&param), in CheckAndUseBufferHandle()
254 "OMX_GetParameter:OMX_IndexParamSupportBufferType:kPortIndexInput, err [%{public}x], bufferTypes[%{public}d]", in CheckAndUseBufferHandle()
261 err = client_->GetParameter(client_, OMX_IndexParamSupportBufferType, reinterpret_cast<int8_t *>(&param), in CheckAndUseBufferHandle()
264 "OMX_GetParameter:OMX_IndexParamSupportBufferType:kPortIndexOutput, err [%{public}x], bufferTypes[%{public}d]", in CheckAndUseBufferHandle()
/drivers/peripheral/codec/test/unittest/idl_omx/
H A Dcodec_hdi_omx_enc_test.cpp307 auto ret = g_component->GetParameter(OMX_IndexParamSupportBufferType, inParam, outParam); in HWTEST_F()

Completed in 8 milliseconds