Searched refs:OMX_IndexCodecVideoPortFormat (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/codec/test/unittest/idl_omx/ |
H A D | codec_hdi_omx_enc_test.cpp | 130 auto ret = g_component->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam); 146 auto ret = g_component->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam); 171 auto ret = g_component->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam); 187 ret = g_component->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam); 201 auto ret = g_component->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam); 287 auto ret = g_component->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam); 293 ret = g_component->SetParameter(OMX_IndexCodecVideoPortFormat, paramVec);
|
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_omx_ext.h | 289 OMX_IndexCodecVideoPortFormat, enumerator
|
/ohos5.0/drivers/peripheral/codec/test/unittest/hdi_omx/ |
H A D | codec_hdi_omx_test.cpp | 322 auto ret = component_->GetParameter(component_, OMX_IndexCodecVideoPortFormat, 334 auto ret = component_->GetParameter(component_, OMX_IndexCodecVideoPortFormat, 455 auto ret = component_->GetParameter(component_, OMX_IndexCodecVideoPortFormat, 459 …ret = component_->SetParameter(component_, OMX_IndexCodecVideoPortFormat, reinterpret_cast<int8_t …
|
/ohos5.0/drivers/peripheral/codec/test/benchmarktest/ |
H A D | codec_benchmark_omx_test.cpp | 293 ret = component_->GetParameter(OMX_IndexCodecVideoPortFormat, inParam, outParam); in BENCHMARK_F()
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/ |
H A D | image_codec.cpp | 332 if (!SetParameter(OMX_IndexCodecVideoPortFormat, param)) { in SetVideoPortInfo()
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/ |
H A D | hcodec.cpp | 495 if (!SetParameter(OMX_IndexCodecVideoPortFormat, param)) { in SetVideoPortInfo()
|