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

  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/src/
omx_vdec_v4l2.cpp 836 char dither_value[PROPERTY_VALUE_MAX] = {0}; local
837 property_get("vidc.dec.dither", dither_value, "0");
838 if ((atoi(dither_value) > DITHER_ALL_COLORSPACE) ||
839 (atoi(dither_value) < DITHER_DISABLE)) {
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 844 char dither_value[PROPERTY_VALUE_MAX] = {0}; local
845 property_get("vendor.vidc.dec.dither", dither_value, "0");
846 if ((atoi(dither_value) > DITHER_ALL_COLORSPACE) ||
847 (atoi(dither_value) < DITHER_DISABLE)) {
850 m_dither_config = is_platform_tp10capture_supported() ? (dither_type)atoi(dither_value) : DITHER_ALL_COLORSPACE;
    [all...]

Completed in 96 milliseconds