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

  /frameworks/base/graphics/java/android/graphics/
Color.java 633 DoubleUnaryOperator eotf = ((ColorSpace.Rgb) mColorSpace).getEotf(); local
634 double r = eotf.applyAsDouble(mComponents[0]);
635 double g = eotf.applyAsDouble(mComponents[1]);
636 double b = eotf.applyAsDouble(mComponents[2]);
1223 DoubleUnaryOperator eotf = ((ColorSpace.Rgb) colorSpace).getEotf(); local
1355 DoubleUnaryOperator eotf = cs.getEotf(); local
    [all...]
ColorSpace.java 248 * <td>Electro-optical transfer function (EOTF)</td>
279 * <td>Electro-optical transfer function (EOTF)</td>
312 * <td>Electro-optical transfer function (EOTF)</td>
345 * <td>Electro-optical transfer function (EOTF)</td>
376 * <td>Electro-optical transfer function (EOTF)</td>
411 * <td>Electro-optical transfer function (EOTF)</td>
442 * <td>Electro-optical transfer function (EOTF)</td>
473 * <td>Electro-optical transfer function (EOTF)</td>
508 * <td>Electro-optical transfer function (EOTF)</td>
543 * <td>Electro-optical transfer function (EOTF)</td
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/core/fb/
hw_hdmi.cpp 1026 int32_t eotf = GetEOTF(layer_buffer->color_metadata.transfer); local
1027 hdr_stream.eotf = (eotf < 0) ? 0 : UINT32(eotf);
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_hdmi.cpp 1014 int32_t eotf = GetEOTF(layer_buffer->color_metadata.transfer); local
1015 hdr_stream.eotf = (eotf < 0) ? 0 : UINT32(eotf);
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_hdmi.cpp 1037 int32_t eotf = GetEOTF(layer_buffer->color_metadata.transfer) local
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_mdp_ext.h 344 uint32_t eotf; member in struct:mdp_hdr_stream
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_mdp_ext.h 795 uint32_t eotf; member in struct:mdp_hdr_stream
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 155 milliseconds