Home | History | Annotate | Download | only in src

Lines Matching refs:dither_value

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