HomeSort by relevance Sort by last modified time
    Searched defs:GetSDMFormat (Results 1 - 8 of 8) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_info.cpp 420 LayerBufferFormat HWInfo::GetSDMFormat(int mdp_format) {
495 LayerBufferFormat sdm_format = GetSDMFormat(INT(mdp_format));
  /hardware/qcom/display/msmcobalt/sdm/libs/core/fb/
hw_info.cpp 422 LayerBufferFormat HWInfo::GetSDMFormat(int mdp_format) {
497 LayerBufferFormat sdm_format = GetSDMFormat(INT(mdp_format));
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_layers.cpp 80 layer_buffer->format = GetSDMFormat(handle->format, handle->flags);
290 LayerBufferFormat HWCLayer::GetSDMFormat(const int32_t &source, const int flags) {
456 layer_buffer->format = GetSDMFormat(INT32(meta_data->linearFormat), 0);
hwc_display.cpp 974 LayerBufferFormat HWCDisplay::GetSDMFormat(const int32_t &source, const int flags) {
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_layers.cpp 90 layer_buffer->format = GetSDMFormat(handle->format, handle->flags);
300 LayerBufferFormat HWCLayer::GetSDMFormat(const int32_t &source, const int flags) {
466 layer_buffer->format = GetSDMFormat(INT32(meta_data->linearFormat), 0);
hwc_display.cpp 970 LayerBufferFormat HWCDisplay::GetSDMFormat(const int32_t &source, const int flags) {
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display.cpp 346 layer_buffer->format = GetSDMFormat(pvt_handle->format, pvt_handle->flags);
399 layer_buffer->format = GetSDMFormat(format, flags);
795 LayerBufferFormat HWCDisplay::GetSDMFormat(const int32_t &source, const int flags) {
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
hwc_display.cpp 348 layer_buffer->format = GetSDMFormat(pvt_handle->format, pvt_handle->flags);
413 layer_buffer->format = GetSDMFormat(format, flags);
852 LayerBufferFormat HWCDisplay::GetSDMFormat(const int32_t &source, const int flags) {
    [all...]

Completed in 75 milliseconds