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

  /hardware/qcom/display/msm8909/sdm/libs/core/
resource_default.h 126 DisplayError ValidatePipeParams(HWPipeInfo *pipe_info, LayerBufferFormat format);
resource_default.cpp 719 DisplayError ResourceDefault::ValidatePipeParams(HWPipeInfo *pipe_info, LayerBufferFormat format) {
888 error = ValidatePipeParams(left_pipe, layer->input_buffer.format);
897 error = ValidatePipeParams(right_pipe, layer->input_buffer.format);
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/
resource_default.h 126 DisplayError ValidatePipeParams(HWPipeInfo *pipe_info, LayerBufferFormat format);
resource_default.cpp 719 DisplayError ResourceDefault::ValidatePipeParams(HWPipeInfo *pipe_info, LayerBufferFormat format) {
888 error = ValidatePipeParams(left_pipe, layer->input_buffer.format);
897 error = ValidatePipeParams(right_pipe, layer->input_buffer.format);
  /hardware/qcom/display/msm8996/sdm/libs/core/
resource_default.h 119 DisplayError ValidatePipeParams(HWPipeInfo *pipe_info, bool ubwc_tiled);
resource_default.cpp 682 DisplayError ResourceDefault::ValidatePipeParams(HWPipeInfo *pipe_info, bool ubwc_tiled) {
851 error = ValidatePipeParams(left_pipe, ubwc_tiled);
860 error = ValidatePipeParams(right_pipe, ubwc_tiled);
  /hardware/qcom/display/msm8998/sdm/libs/core/
resource_default.h 125 DisplayError ValidatePipeParams(HWPipeInfo *pipe_info, LayerBufferFormat format);
resource_default.cpp 719 DisplayError ResourceDefault::ValidatePipeParams(HWPipeInfo *pipe_info, LayerBufferFormat format) {
888 error = ValidatePipeParams(left_pipe, layer->input_buffer.format);
897 error = ValidatePipeParams(right_pipe, layer->input_buffer.format);

Completed in 139 milliseconds