Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/src/
Dvidc_common.cpp248 bool profile_level_converter::find_map(const codec_map &map, int key, pl_map **value_map) in find_map() function in profile_level_converter
274 if (!find_map(profile_v4l2_to_omx_map, codec, &profile_map)) in convert_v4l2_profile_to_omx()
284 if (!find_map(profile_omx_to_v4l2_map, codec, &profile_map)) in convert_omx_profile_to_v4l2()
294 if (!find_map(level_v4l2_to_omx_map, codec, &level_map)) in convert_v4l2_level_to_omx()
304 if (!find_map(level_omx_to_v4l2_map, codec, &level_map)) in convert_omx_level_to_v4l2()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/
Dvidc_common.h66 static bool find_map(const codec_map &map, int key, pl_map **value_map);