HomeSort by relevance Sort by last modified time
    Searched full:is_rgb_format (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8996/sdm/include/utils/
constants.h 52 #define IS_RGB_FORMAT(format) (((format) < kFormatYCbCr420Planar) ? true: false)
  /hardware/qcom/display/msm8994/libgralloc/
alloc_controller.cpp 141 bool is_rgb_format = false; local
155 is_rgb_format = true;
161 return is_rgb_format;
  /hardware/qcom/display/msm8996/libgralloc/
alloc_controller.cpp 184 bool is_rgb_format = false; local
207 is_rgb_format = true;
213 return is_rgb_format;
    [all...]

Completed in 403 milliseconds