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

  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 495 enum dither_type m_dither_config; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 667 enum dither_type m_dither_config; member in class:omx_vdec
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 840 m_dither_config = DITHER_ALL_COLORSPACE;
842 m_dither_config = is_platform_tp10capture_supported() ? (dither_type)atoi(dither_value) : DITHER_ALL_COLORSPACE;
845 DEBUG_PRINT_HIGH("Dither config is %d", m_dither_config);
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 848 m_dither_config = DITHER_ALL_COLORSPACE;
850 m_dither_config = is_platform_tp10capture_supported() ? (dither_type)atoi(dither_value) : DITHER_ALL_COLORSPACE;
853 DEBUG_PRINT_HIGH("Dither config is %d", m_dither_config);
    [all...]

Completed in 52 milliseconds