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

  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 490 enum dither_type { enum in class:omx_vdec
495 enum dither_type m_dither_config;
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 662 enum dither_type { enum in class:omx_vdec
667 enum dither_type m_dither_config;
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 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 850 m_dither_config = is_platform_tp10capture_supported() ? (dither_type)atoi(dither_value) : DITHER_ALL_COLORSPACE;
    [all...]

Completed in 59 milliseconds