Searched refs:codec_map (Results 1 – 2 of 2) sorted by relevance
32 using codec_map = std::unordered_map<int, pl_map *>; variable58 static codec_map profile_omx_to_v4l2_map;59 static codec_map profile_v4l2_to_omx_map;60 static codec_map level_omx_to_v4l2_map;61 static codec_map level_v4l2_to_omx_map;66 static bool find_map(const codec_map &map, int key, pl_map **value_map);
189 codec_map profile_level_converter::profile_omx_to_v4l2_map ({197 codec_map profile_level_converter::profile_v4l2_to_omx_map ({205 codec_map profile_level_converter::level_omx_to_v4l2_map ({214 codec_map profile_level_converter::level_v4l2_to_omx_map ({248 bool profile_level_converter::find_map(const codec_map &map, int key, pl_map **value_map) in find_map()