Searched refs:find_map (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/src/ |
D | vidc_common.cpp | 248 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/sm7250/media/mm-video-v4l2/vidc/common/src/ |
D | vidc_common.cpp | 230 bool profile_level_converter::find_map(const codec_map &map, int key, pl_map **value_map) in find_map() function in profile_level_converter 256 if (!find_map(profile_v4l2_to_omx_map, codec, &profile_map)) in convert_v4l2_profile_to_omx() 266 if (!find_map(profile_omx_to_v4l2_map, codec, &profile_map)) in convert_omx_profile_to_v4l2() 276 if (!find_map(level_v4l2_to_omx_map, codec, &level_map)) in convert_v4l2_level_to_omx() 313 if (!find_map(level_omx_to_v4l2_map, codec, &level_map)) in convert_omx_level_to_v4l2()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/src/ |
D | vidc_common.cpp | 254 bool profile_level_converter::find_map(const codec_map &map, int key, pl_map **value_map) in find_map() function in profile_level_converter 280 if (!find_map(profile_v4l2_to_omx_map, codec, &profile_map)) in convert_v4l2_profile_to_omx() 290 if (!find_map(profile_omx_to_v4l2_map, codec, &profile_map)) in convert_omx_profile_to_v4l2() 300 if (!find_map(level_v4l2_to_omx_map, codec, &level_map)) in convert_v4l2_level_to_omx() 310 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/ |
D | vidc_common.h | 66 static bool find_map(const codec_map &map, int key, pl_map **value_map);
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/inc/ |
D | vidc_common.h | 88 static bool find_map(const codec_map &map, int key, pl_map **value_map);
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/inc/ |
D | vidc_common.h | 91 static bool find_map(const codec_map &map, int key, pl_map **value_map);
|