Home | History | Annotate | Download | only in HAL

Lines Matching defs:raw_format

8870             char raw_format[PROPERTY_VALUE_MAX];
8872 memset(raw_format, 0, sizeof(raw_format));
8874 property_get("persist.camera.raw.format", raw_format, "16");
8875 rawFormat = atoi(raw_format);