Searched refs:profile_map (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/src/ |
D | vidc_common.cpp | 254 pl_map *profile_map; in convert_v4l2_profile_to_omx() local 256 if (!find_map(profile_v4l2_to_omx_map, codec, &profile_map)) in convert_v4l2_profile_to_omx() 259 return find_item(*profile_map, v4l2_profile, omx_profile); in convert_v4l2_profile_to_omx() 264 pl_map *profile_map; in convert_omx_profile_to_v4l2() local 266 if (!find_map(profile_omx_to_v4l2_map, codec, &profile_map)) in convert_omx_profile_to_v4l2() 269 return find_item(*profile_map, omx_profile, v4l2_profile); in convert_omx_profile_to_v4l2()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/src/ |
D | vidc_common.cpp | 278 pl_map *profile_map; in convert_v4l2_profile_to_omx() local 280 if (!find_map(profile_v4l2_to_omx_map, codec, &profile_map)) in convert_v4l2_profile_to_omx() 283 return find_item(*profile_map, v4l2_profile, omx_profile); in convert_v4l2_profile_to_omx() 288 pl_map *profile_map; in convert_omx_profile_to_v4l2() local 290 if (!find_map(profile_omx_to_v4l2_map, codec, &profile_map)) in convert_omx_profile_to_v4l2() 293 return find_item(*profile_map, omx_profile, v4l2_profile); in convert_omx_profile_to_v4l2()
|
/hardware/google/pixel/thermal/utils/ |
D | thermal_throttling.cpp | 70 if (profile.empty() || sensor_info.throttling_info->profile_map.count(profile)) { in parseProfileProperty() 390 (sensor_info.throttling_info->profile_map.count(profile) in allocatePowerToCdev() 391 ? sensor_info.throttling_info->profile_map.at(profile) in allocatePowerToCdev() 406 (sensor_info.throttling_info->profile_map.count(profile) in allocatePowerToCdev() 407 ? sensor_info.throttling_info->profile_map.at(profile) in allocatePowerToCdev() 617 (sensor_info.throttling_info->profile_map.count(profile) in updateCdevRequestBySeverity() 618 ? sensor_info.throttling_info->profile_map.at(profile) in updateCdevRequestBySeverity() 744 if (sensor_info.throttling_info->profile_map.size()) { in thermalThrottlingUpdate() 788 sensor_info.throttling_info->profile_map.count(profile) in computeCoolingDevicesRequest() 789 ? sensor_info.throttling_info->profile_map.at(profile) in computeCoolingDevicesRequest()
|
D | thermal_info.h | 206 ProfileMap profile_map; member
|
D | thermal_info.cpp | 969 ProfileMap profile_map; in ParseSensorThrottlingInfo() local 1004 profile_map[mode] = binded_cdev_info_map_profile; in ParseSensorThrottlingInfo() 1031 binded_cdev_info_map, profile_map}); in ParseSensorThrottlingInfo()
|
/hardware/google/pixel/thermal/ |
D | Thermal.cpp | 441 name_info_pair.second.throttling_info->profile_map.count(profile) in dumpThrottlingInfo() 442 ? name_info_pair.second.throttling_info->profile_map.at(profile) in dumpThrottlingInfo()
|
D | thermal-helper.cpp | 219 name_status_pair.second.throttling_info->profile_map) { in ThermalHelperImpl()
|