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

  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_hdmi.cpp 1006 snprintf(hdr_stream_path, sizeof(hdr_stream_path), "%s%d/hdr_stream", fb_path_, fb_node_index_);
1024 mdp_hdr_stream hdr_stream = {}; local
1027 hdr_stream.eotf = (eotf < 0) ? 0 : UINT32(eotf);
1028 hdr_stream.white_point_x = primaries.whitePoint[0];
1029 hdr_stream.white_point_y = primaries.whitePoint[1];
1030 hdr_stream.display_primaries_x[0] = primaries.rgbPrimaries[0][0]
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_hdmi.cpp 994 snprintf(hdr_stream_path, sizeof(hdr_stream_path), "%s%d/hdr_stream", fb_path_, fb_node_index_);
1012 mdp_hdr_stream hdr_stream = {}; local
1015 hdr_stream.eotf = (eotf < 0) ? 0 : UINT32(eotf);
1016 hdr_stream.white_point_x = primaries.whitePoint[0];
1017 hdr_stream.white_point_y = primaries.whitePoint[1];
1018 hdr_stream.display_primaries_x[0] = primaries.rgbPrimaries[0][0];
1019 hdr_stream.display_primaries_y[0] = primaries.rgbPrimaries[0][1];
1020 hdr_stream.display_primaries_x[1] = primaries.rgbPrimaries[1][0];
1021 hdr_stream.display_primaries_y[1] = primaries.rgbPrimaries[1][1];
1022 hdr_stream.display_primaries_x[2] = primaries.rgbPrimaries[2][0]
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_hdmi.cpp 1023 snprintf(hdr_stream_path, sizeof(hdr_stream_path), "%s%d/hdr_stream", fb_path_, fb_node_index_);
    [all...]

Completed in 258 milliseconds