Home
last modified time | relevance | path

Searched refs:OMX_IndexCodecVideoPortFormat (Results 1 – 4 of 4) sorted by relevance

/drivers/peripheral/codec/interfaces/include/
Dcodec_omx_ext.h182 OMX_IndexCodecVideoPortFormat, enumerator
/drivers/peripheral/codec/test/unittest/idl_omx/
Dcodec_hdi_omx_enc_test.cpp127 auto ret = g_component->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam);
143 auto ret = g_component->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam);
168 auto ret = g_component->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam);
184 ret = g_component->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam);
198 auto ret = g_component->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam);
284 auto ret = g_component->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam);
290 ret = g_component->SetParameter(OMX_IndexCodecVideoPortFormat, paramVec);
/drivers/peripheral/codec/test/unittest/hdi_omx/
Dcodec_hdi_omx_test.cpp320 auto ret = component_->GetParameter(component_, OMX_IndexCodecVideoPortFormat,
332 auto ret = component_->GetParameter(component_, OMX_IndexCodecVideoPortFormat,
453 auto ret = component_->GetParameter(component_, OMX_IndexCodecVideoPortFormat,
457 …ret = component_->SetParameter(component_, OMX_IndexCodecVideoPortFormat, reinterpret_cast<int8_t …
/drivers/peripheral/codec/test/benchmarktest/
Dcodec_benchmark_omx_test.cpp293 ret = component_->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam); in BENCHMARK_F()