Home
last modified time | relevance | path

Searched refs:profile_vp8_v4l2_to_omx (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/src/
Dvidc_common.cpp86 pl_map profile_level_converter::profile_vp8_v4l2_to_omx ({}); member in profile_level_converter
186 {V4L2_PIX_FMT_VP8, &profile_vp8_v4l2_to_omx},
221 reverse_map(profile_vp8_omx_to_v4l2, profile_vp8_v4l2_to_omx); in init()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/inc/
Dvidc_common.h81 static pl_map profile_vp8_v4l2_to_omx; variable