Searched refs:OMX_IndexParamSupportBufferType (Results 1 - 6 of 6) sorted by relevance
/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_omx_ext.h | 221 OMX_IndexParamSupportBufferType, enumerator
|
/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() 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 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() 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 D | codec_hdi_encode.cpp | 173 auto err = client_->GetParameter(client_, OMX_IndexParamSupportBufferType, reinterpret_cast<int8_t *>(¶m), 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 *>(¶m), in CheckAndUseBufferHandle() 186 "OMX_GetParameter:OMX_IndexParamSupportBufferType:PORT_INDEX_INPUT, err [%{public}x], bufferTypes[%{public}d]", in CheckAndUseBufferHandle()
|
H A D | codec_hdi_decode.cpp | 251 auto err = client_->GetParameter(client_, OMX_IndexParamSupportBufferType, reinterpret_cast<int8_t *>(¶m), 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 *>(¶m), 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 D | codec_hdi_omx_enc_test.cpp | 307 auto ret = g_component->GetParameter(OMX_IndexParamSupportBufferType, inParam, outParam); in HWTEST_F()
|
Completed in 8 milliseconds