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

  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 493 DITHER_ALL_COLORSPACE
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 665 DITHER_ALL_COLORSPACE
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 838 if ((atoi(dither_value) > DITHER_ALL_COLORSPACE) ||
840 m_dither_config = DITHER_ALL_COLORSPACE;
842 m_dither_config = is_platform_tp10capture_supported() ? (dither_type)atoi(dither_value) : DITHER_ALL_COLORSPACE;
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 846 if ((atoi(dither_value) > DITHER_ALL_COLORSPACE) ||
848 m_dither_config = DITHER_ALL_COLORSPACE;
850 m_dither_config = is_platform_tp10capture_supported() ? (dither_type)atoi(dither_value) : DITHER_ALL_COLORSPACE;
    [all...]

Completed in 85 milliseconds