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
867 if (NumOrientations >= 2){ in ProcessExifDir()
873 OrientationPtr[NumOrientations] = ValuePtr; in ProcessExifDir()
874 OrientationNumFormat[NumOrientations] = Format; in ProcessExifDir()
875 if (NumOrientations == 0){ in ProcessExifDir()
882 NumOrientations += 1; in ProcessExifDir()
1089 NumOrientations = 0; in process_EXIF()
1568 if (NumOrientations == 0) return NULL; in ClearOrientation()
1570 for (a=0;a<NumOrientations;a++){ in ClearOrientation()