Home | History | Annotate | Download | only in src

Lines Matching refs:dither_value

836     char dither_value[PROPERTY_VALUE_MAX] = {0};
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;