/hardware/interfaces/graphics/common/1.0/ |
D | types.hal | 540 * primaries (including white point) and the transfer characteristic function, 581 * It is safest to assume the buffer is an image with sRGB primaries and 593 * This is used when specifying primaries, transfer characteristics, 597 * where a colorspace can have separately defined primaries, transfer 615 * Defines the chromaticity coordinates of the source primaries in terms of 655 * for RGB conversion from the one purely determined by the primaries 657 * primaries. 681 * for RGB conversion from the one purely determined by the primaries 683 * primaries. 954 * The RGB primaries and the white point are the same as BT.709. [all …]
|
/hardware/qcom/display/msm8998/include/ |
D | color_metadata.h | 105 Primaries primaries; member
|
/hardware/qcom/display/msm8998/sdm/libs/core/fb/ |
D | hw_device.cpp | 849 panel_info->primaries.white_point[0] = UINT32(atoi(tokens[1])); in GetHWPanelInfoByNode() 851 panel_info->primaries.white_point[1] = UINT32(atoi(tokens[1])); in GetHWPanelInfoByNode() 853 panel_info->primaries.red[0] = UINT32(atoi(tokens[1])); in GetHWPanelInfoByNode() 855 panel_info->primaries.red[1] = UINT32(atoi(tokens[1])); in GetHWPanelInfoByNode() 857 panel_info->primaries.green[0] = UINT32(atoi(tokens[1])); in GetHWPanelInfoByNode() 859 panel_info->primaries.green[1] = UINT32(atoi(tokens[1])); in GetHWPanelInfoByNode() 861 panel_info->primaries.blue[0] = UINT32(atoi(tokens[1])); in GetHWPanelInfoByNode() 863 panel_info->primaries.blue[1] = UINT32(atoi(tokens[1])); in GetHWPanelInfoByNode()
|
/hardware/interfaces/media/omx/1.0/ |
D | types.hal | 227 // Color primaries 274 Primaries primaries;
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 255 OMX_U32 primaries; member 541 …bool venc_set_colorspace(OMX_U32 primaries, OMX_U32 range, OMX_U32 transfer_chars, OMX_U32 matrix_…
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 258 OMX_U32 primaries; member 577 …bool venc_set_colorspace(OMX_U32 primaries, OMX_U32 range, OMX_U32 transfer_chars, OMX_U32 matrix_…
|
/hardware/interfaces/configstore/1.0/ |
D | ISurfaceFlingerConfigs.hal | 53 * color primaries as DCI-P3.
|
/hardware/qcom/display/msm8998/sdm/include/private/ |
D | hw_info_types.h | 261 HWColorPrimaries primaries = {}; // WRGB color primaries member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 714 void convert_color_space_info(OMX_U32 primaries, OMX_U32 range, 729 void prepare_color_aspects_metadata(OMX_U32 primaries, OMX_U32 range,
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | omx_vdec.h | 674 void convert_color_space_info(OMX_U32 primaries, OMX_U32 range,
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 10741 void omx_vdec::convert_color_space_info(OMX_U32 primaries, OMX_U32 range, in convert_color_space_info() argument 10744 switch (primaries) { in convert_color_space_info() 10839 void omx_vdec::prepare_color_aspects_metadata(OMX_U32 primaries, OMX_U32 range, in prepare_color_aspects_metadata() argument 10845 color_mdata->colorPrimaries = (enum ColorPrimaries) primaries; in prepare_color_aspects_metadata() 11080 …A : rgbPrimaries[%d][%d] = %d", i, j, color_mdata->masteringDisplayInfo.primaries.rgbPrimaries[i][… in print_debug_hdr_color_info_mdata() 11085 color_mdata->masteringDisplayInfo.primaries.whitePoint[0], in print_debug_hdr_color_info_mdata() 11086 color_mdata->masteringDisplayInfo.primaries.whitePoint[1]); in print_debug_hdr_color_info_mdata() 11126 …mastering_display_mdata->primaries.rgbPrimaries[i][0] = mastering_display_payload->nDisplayPrimari… in handle_mastering_display_color_info() 11127 …mastering_display_mdata->primaries.rgbPrimaries[i][1] = mastering_display_payload->nDisplayPrimari… in handle_mastering_display_color_info() 11129 mastering_display_mdata->primaries.whitePoint[0] = mastering_display_payload->nWhitePointX; in handle_mastering_display_color_info() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 3094 … color_space.primaries, color_space.range, color_space.transfer_chars, color_space.matrix_coeffs); in venc_config_print() 4227 bool venc_dev::venc_set_colorspace(OMX_U32 primaries, OMX_U32 range, in venc_set_colorspace() argument 4234 primaries, range, transfer_chars, matrix_coeffs); in venc_set_colorspace() 4237 control.value = primaries; in venc_set_colorspace() 4249 color_space.primaries = control.value; in venc_set_colorspace()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 3448 … color_space.primaries, color_space.range, color_space.transfer_chars, color_space.matrix_coeffs); in venc_config_print() 4754 bool venc_dev::venc_set_colorspace(OMX_U32 primaries, OMX_U32 range, in venc_set_colorspace() argument 4761 primaries, range, transfer_chars, matrix_coeffs); in venc_set_colorspace() 4764 control.value = primaries; in venc_set_colorspace() 4776 color_space.primaries = control.value; in venc_set_colorspace()
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 1410 aspects.primaries = ::android::hardware::media::omx::V1_0::ColorAspects:: in TEST_F()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/ |
D | omx_vdec_v4l2.cpp | 10146 void omx_vdec::convert_color_space_info(OMX_U32 primaries, OMX_U32 range, in convert_color_space_info() argument 10149 switch (primaries) { in convert_color_space_info()
|