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

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_info.h 68 LayerBufferFormat GetSDMFormat(int mdp_format);
hw_info.cpp 420 LayerBufferFormat HWInfo::GetSDMFormat(int mdp_format) {
495 LayerBufferFormat sdm_format = GetSDMFormat(INT(mdp_format));
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_virtual.cpp 187 buffer_info.buffer_config.format = GetSDMFormat(output_handle->format, output_handle->flags);
214 LayerBufferFormat format = GetSDMFormat(output_handle_format, output_handle->flags);
274 output_buffer_->format = GetSDMFormat(output_handle_format, output_handle->flags);
hwc_display.h 154 LayerBufferFormat GetSDMFormat(const int32_t &source, const int flags);
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/msm8996/sdm/libs/hwc2/
hwc_display_virtual.cpp 143 GetSDMFormat(output_handle->format, output_handle->flags);
184 output_buffer_->format = GetSDMFormat(output_handle_format, output_handle->flags);
hwc_layers.h 100 LayerBufferFormat GetSDMFormat(const int32_t &source, const int flags);
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.h 206 LayerBufferFormat GetSDMFormat(const int32_t &source, const int flags);
hwc_display.cpp 961 LayerBufferFormat HWCDisplay::GetSDMFormat(const int32_t &source, const int flags) {
    [all...]

Completed in 1163 milliseconds