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

  /hardware/qcom/display/msm8998/sdm/libs/hwc/
hwc_tonemapper.h 50 ColorPrimaries colorPrimaries = ColorPrimaries_Max;
hwc_tonemapper.cpp 104 tone_map_config_.colorPrimaries = layer->input_buffer.color_metadata.colorPrimaries;
116 (buffer.color_metadata.colorPrimaries == tone_map_config_.colorPrimaries) &&
hwc_display.cpp     [all...]
  /hardware/qcom/display/msm8998/include/
color_metadata.h 41 typedef enum ColorPrimaries {
56 } ColorPrimaries;
123 ColorPrimaries crPrimaries;
142 ColorPrimaries colorPrimaries;
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_layers.cpp 50 color_metadata->colorPrimaries = ColorPrimaries_BT601_6_525;
53 color_metadata->colorPrimaries = ColorPrimaries_BT709_5;
57 color_metadata->colorPrimaries = ColorPrimaries_BT2020;
  /hardware/qcom/display/msm8998/libgralloc/
mapper.cpp 420 switch (colorMetadata->colorPrimaries) {
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_mgr.cpp 649 switch (color_metadata.colorPrimaries) {
660 ALOGE("Unknown Color Space = %d", color_metadata.colorPrimaries);
  /hardware/qcom/display/msm8998/libgralloc1/
gr_buf_mgr.cpp 633 switch (colorMetadata->colorPrimaries) {
644 ALOGE("Unknown Color Space = %d", colorMetadata->colorPrimaries);
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_base.cpp 634 snprintf(color_primary, sizeof(color_primary), "%d", color_metadata.colorPrimaries);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_device.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp     [all...]

Completed in 335 milliseconds