Home | History | Annotate | Download | only in HAL

Lines Matching defs:raw_format

10023             char raw_format[PROPERTY_VALUE_MAX];
10025 memset(raw_format, 0, sizeof(raw_format));
10027 property_get("persist.camera.raw.format", raw_format, "17");
10028 rawFormat = atoi(raw_format);