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

1 2

  /hardware/qcom/display/msm8909/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/msm8909w_3100/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/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;
72 bool GetColorPrimary(const int32_t &dataspace, ColorPrimaries *color_primary) {
147 bool IsBT2020(const ColorPrimaries &color_primary) {
160 valid = GetColorPrimary(dataspace, &(color_metadata->colorPrimaries));
721 bool HWCLayer::SupportLocalConversion(ColorPrimaries working_primaries) {
722 if (layer_->input_buffer.color_metadata.colorPrimaries <= ColorPrimaries_BT601_6_525 &&
748 layer_buffer->color_metadata.colorPrimaries = csc.colorPrimaries;
    [all...]
hwc_tonemapper.h 67 ColorPrimaries colorPrimaries = ColorPrimaries_Max;
hwc_tonemapper.cpp 152 tone_map_config_.colorPrimaries = layer->input_buffer.color_metadata.colorPrimaries;
164 (buffer.color_metadata.colorPrimaries == tone_map_config_.colorPrimaries) &&
hwc_display.cpp 57 static ColorPrimaries WidestPrimaries(ColorPrimaries p1, ColorPrimaries p2) {
480 layer->input_buffer.color_metadata.colorPrimaries);
516 bool hdr_layer = layer->input_buffer.color_metadata.colorPrimaries == ColorPrimaries_BT2020 &&
565 if (layer->input_buffer.color_metadata.colorPrimaries != working_primaries &&
730 if (sdm::IsBT2020(color_metadata.colorPrimaries)) {
    [all...]
  /hardware/qcom/display/msm8909/include/
color_metadata.h 41 typedef enum ColorPrimaries {
56 } ColorPrimaries;
123 ColorPrimaries crPrimaries;
142 ColorPrimaries colorPrimaries;
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_tonemapper.h 67 ColorPrimaries colorPrimaries = ColorPrimaries_Max;
hwc_tonemapper.cpp 152 tone_map_config_.colorPrimaries = layer->input_buffer.color_metadata.colorPrimaries;
164 (buffer.color_metadata.colorPrimaries == tone_map_config_.colorPrimaries) &&
hwc_layers.cpp 50 color_metadata->colorPrimaries = ColorPrimaries_BT601_6_525;
53 color_metadata->colorPrimaries = ColorPrimaries_BT709_5;
57 color_metadata->colorPrimaries = ColorPrimaries_BT2020;
72 bool GetColorPrimary(const int32_t &dataspace, ColorPrimaries *color_primary) {
144 bool IsBT2020(const ColorPrimaries &color_primary) {
157 valid = GetColorPrimary(dataspace, &(color_metadata->colorPrimaries));
729 bool HWCLayer::SupportLocalConversion(ColorPrimaries working_primaries) {
730 if (layer_->input_buffer.color_metadata.colorPrimaries <= ColorPrimaries_BT601_6_525 &&
756 layer_buffer->color_metadata.colorPrimaries = csc.colorPrimaries;
    [all...]
hwc_display.cpp 60 static ColorPrimaries WidestPrimaries(ColorPrimaries p1, ColorPrimaries p2) {
494 layer->input_buffer.color_metadata.colorPrimaries);
542 bool hdr_layer = layer->input_buffer.color_metadata.colorPrimaries == ColorPrimaries_BT2020 &&
593 if (layer->input_buffer.color_metadata.colorPrimaries != working_primaries &&
749 GetColorPrimary(dataspace, &(color_metadata.colorPrimaries));
    [all...]
  /hardware/qcom/display/msm8909w_3100/include/
color_metadata.h 41 typedef enum ColorPrimaries {
56 } ColorPrimaries;
123 ColorPrimaries crPrimaries;
142 ColorPrimaries colorPrimaries;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_tonemapper.h 67 ColorPrimaries colorPrimaries = ColorPrimaries_Max;
hwc_tonemapper.cpp 152 tone_map_config_.colorPrimaries = layer->input_buffer.color_metadata.colorPrimaries;
164 (buffer.color_metadata.colorPrimaries == tone_map_config_.colorPrimaries) &&
hwc_layers.cpp 50 color_metadata->colorPrimaries = ColorPrimaries_BT601_6_525;
53 color_metadata->colorPrimaries = ColorPrimaries_BT709_5;
57 color_metadata->colorPrimaries = ColorPrimaries_BT2020;
638 bool HWCLayer::SupportLocalConversion(ColorPrimaries working_primaries) {
639 if (layer_->input_buffer.color_metadata.colorPrimaries <= ColorPrimaries_BT601_6_525 &&
655 ColorPrimaries sdm_primaries = {};
722 layer_buffer->color_metadata.colorPrimaries = sdm_primaries;
  /hardware/qcom/display/msm8998/include/
color_metadata.h 41 typedef enum ColorPrimaries {
56 } ColorPrimaries;
123 ColorPrimaries crPrimaries;
142 ColorPrimaries colorPrimaries;
  /hardware/qcom/display/msm8909/sdm/libs/core/
display_base.cpp 649 snprintf(color_primary, sizeof(color_primary), "%d", color_metadata.colorPrimaries);
    [all...]
  /hardware/qcom/display/msm8909/libgralloc/
mapper.cpp 420 switch (colorMetadata->colorPrimaries) {
  /hardware/qcom/display/msm8909w_3100/libgralloc/
mapper.cpp 420 switch (colorMetadata->colorPrimaries) {
  /hardware/qcom/display/msm8909/gralloc/
gr_buf_mgr.cpp 681 switch (color_metadata.colorPrimaries) {
692 ALOGE("Unknown Color Space = %d", color_metadata.colorPrimaries);
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_buf_mgr.cpp 679 switch (color_metadata.colorPrimaries) {
690 ALOGE("Unknown Color Space = %d", color_metadata.colorPrimaries);
    [all...]

Completed in 332 milliseconds

1 2