Searched refs:dither_value (Results 1 – 1 of 1) sorted by relevance
845 char dither_value[PROPERTY_VALUE_MAX] = {0}; in omx_vdec() local846 property_get("vendor.vidc.dec.dither", dither_value, "0"); in omx_vdec()847 if ((atoi(dither_value) > DITHER_ALL_COLORSPACE) || in omx_vdec()848 (atoi(dither_value) < DITHER_DISABLE)) { in omx_vdec()851 …m_dither_config = is_platform_tp10capture_supported() ? (dither_type)atoi(dither_value) : DITHER_A… in omx_vdec()