Home
last modified time | relevance | path

Searched refs:NumOrientations (Results 1 – 1 of 1) sorted by relevance

/external/jhead/
Dexif.c24 int NumOrientations = 0; variable
751 if (NumOrientations >= 2){ in ProcessExifDir()
757 OrientationPtr[NumOrientations] = ValuePtr; in ProcessExifDir()
758 OrientationNumFormat[NumOrientations] = Format; in ProcessExifDir()
759 if (NumOrientations == 0){ in ProcessExifDir()
766 NumOrientations += 1; in ProcessExifDir()
977 NumOrientations = 0; in process_EXIF()
1393 if (NumOrientations == 0) return NULL; in ClearOrientation()
1395 for (a=0;a<NumOrientations;a++){ in ClearOrientation()