Home
last modified time | relevance | path

Searched refs:supported_formats_map (Results 1 – 17 of 17) sorted by relevance

/hardware/qcom/display/msm8998/sdm/libs/core/drm/
Dhw_info_drm.cpp321 hw_resource->supported_formats_map.erase(sub_blk_type); in GetHWPlanesInfo()
322 hw_resource->supported_formats_map.insert(make_pair(sub_blk_type, supported_sdm_formats)); in GetHWPlanesInfo()
343 hw_resource->supported_formats_map.erase(sub_blk_type); in GetWBInfo()
344 hw_resource->supported_formats_map.insert(make_pair(sub_blk_type, supported_sdm_formats)); in GetWBInfo()
419 hw_resource->supported_formats_map.erase(kHWRotatorInput); in GetRotatorSupportedFormats()
420 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorInput, supported_formats)); in GetRotatorSupportedFormats()
424 hw_resource->supported_formats_map.erase(kHWRotatorOutput); in GetRotatorSupportedFormats()
425 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorOutput, supported_formats)); in GetRotatorSupportedFormats()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
Dhw_info_drm.cpp314 FormatsMap &fmts_map = hw_resource->supported_formats_map; in PopulateSupportedFmts()
341 hw_resource->supported_formats_map.erase(sub_blk_type); in GetWBInfo()
342 hw_resource->supported_formats_map.insert(make_pair(sub_blk_type, supported_sdm_formats)); in GetWBInfo()
419 hw_resource->supported_formats_map.erase(kHWRotatorInput); in GetRotatorSupportedFormats()
420 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorInput, supported_formats)); in GetRotatorSupportedFormats()
424 hw_resource->supported_formats_map.erase(kHWRotatorOutput); in GetRotatorSupportedFormats()
425 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorOutput, supported_formats)); in GetRotatorSupportedFormats()
/hardware/qcom/display/msm8909/sdm/libs/core/drm/
Dhw_info_drm.cpp327 FormatsMap &fmts_map = hw_resource->supported_formats_map; in PopulateSupportedFmts()
354 hw_resource->supported_formats_map.erase(sub_blk_type); in GetWBInfo()
355 hw_resource->supported_formats_map.insert(make_pair(sub_blk_type, supported_sdm_formats)); in GetWBInfo()
432 hw_resource->supported_formats_map.erase(kHWRotatorInput); in GetRotatorSupportedFormats()
433 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorInput, supported_formats)); in GetRotatorSupportedFormats()
437 hw_resource->supported_formats_map.erase(kHWRotatorOutput); in GetRotatorSupportedFormats()
438 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorOutput, supported_formats)); in GetRotatorSupportedFormats()
/hardware/qcom/sdm845/display/sdm/libs/core/drm/
Dhw_info_drm.cpp405 FormatsMap &fmts_map = hw_resource->supported_formats_map; in PopulateSupportedFmts()
432 hw_resource->supported_formats_map.erase(sub_blk_type); in GetWBInfo()
433 hw_resource->supported_formats_map.insert(make_pair(sub_blk_type, supported_sdm_formats)); in GetWBInfo()
510 hw_resource->supported_formats_map.erase(kHWRotatorInput); in GetRotatorSupportedFormats()
511 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorInput, supported_formats)); in GetRotatorSupportedFormats()
515 hw_resource->supported_formats_map.erase(kHWRotatorOutput); in GetRotatorSupportedFormats()
516 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorOutput, supported_formats)); in GetRotatorSupportedFormats()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_info_drm.cpp479 FormatsMap &fmts_map = hw_resource->supported_formats_map; in PopulateSupportedFmts()
514 hw_resource->supported_formats_map.erase(sub_blk_type); in GetWBInfo()
515 hw_resource->supported_formats_map.insert(make_pair(sub_blk_type, supported_sdm_formats)); in GetWBInfo()
592 hw_resource->supported_formats_map.erase(kHWRotatorInput); in GetRotatorSupportedFormats()
593 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorInput, supported_formats)); in GetRotatorSupportedFormats()
597 hw_resource->supported_formats_map.erase(kHWRotatorOutput); in GetRotatorSupportedFormats()
598 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorOutput, supported_formats)); in GetRotatorSupportedFormats()
/hardware/qcom/sdm845/display/sdm/libs/core/fb/
Dhw_info.cpp484 hw_resource->supported_formats_map.clear(); in InitSupportedFormatMap()
519 hw_resource->supported_formats_map.erase(sub_blk_type); in PopulateSupportedFormatMap()
520 hw_resource->supported_formats_map.insert(make_pair(sub_blk_type, supported_sdm_formats)); in PopulateSupportedFormatMap()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_info.cpp484 hw_resource->supported_formats_map.clear(); in InitSupportedFormatMap()
519 hw_resource->supported_formats_map.erase(sub_blk_type); in PopulateSupportedFormatMap()
520 hw_resource->supported_formats_map.insert(make_pair(sub_blk_type, supported_sdm_formats)); in PopulateSupportedFormatMap()
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
Dhw_info.cpp489 hw_resource->supported_formats_map.clear(); in InitSupportedFormatMap()
524 hw_resource->supported_formats_map.erase(sub_blk_type); in PopulateSupportedFormatMap()
525 hw_resource->supported_formats_map.insert(make_pair(sub_blk_type, supported_sdm_formats)); in PopulateSupportedFormatMap()
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_info.cpp467 hw_resource->supported_formats_map.clear(); in InitSupportedFormatMap()
502 hw_resource->supported_formats_map.erase(sub_blk_type); in PopulateSupportedFormatMap()
503 hw_resource->supported_formats_map.insert(make_pair(sub_blk_type, supported_sdm_formats)); in PopulateSupportedFormatMap()
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
Dhw_info.cpp485 hw_resource->supported_formats_map.clear(); in InitSupportedFormatMap()
520 hw_resource->supported_formats_map.erase(sub_blk_type); in PopulateSupportedFormatMap()
521 hw_resource->supported_formats_map.insert(make_pair(sub_blk_type, supported_sdm_formats)); in PopulateSupportedFormatMap()
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_info.cpp489 hw_resource->supported_formats_map.clear(); in InitSupportedFormatMap()
524 hw_resource->supported_formats_map.erase(sub_blk_type); in PopulateSupportedFormatMap()
525 hw_resource->supported_formats_map.insert(make_pair(sub_blk_type, supported_sdm_formats)); in PopulateSupportedFormatMap()
/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h188 FormatsMap supported_formats_map; member
/hardware/qcom/display/msm8998/sdm/include/private/
Dhw_info_types.h189 FormatsMap supported_formats_map; member
/hardware/qcom/display/msm8909w_3100/sdm/include/private/
Dhw_info_types.h195 FormatsMap supported_formats_map; member
/hardware/qcom/display/msm8909/sdm/include/private/
Dhw_info_types.h196 FormatsMap supported_formats_map; member
/hardware/qcom/sdm845/display/sdm/include/private/
Dhw_info_types.h225 FormatsMap supported_formats_map; member
/hardware/qcom/sm8150/display/sdm/include/private/
Dhw_info_types.h297 FormatsMap supported_formats_map; member