OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M_EXIF
(Results
1 - 7
of
7
) sorted by null
/external/jhead/
jpgfile.c
255
case
M_EXIF
:
446
case
M_EXIF
:
577
ExifSection = FindSection(
M_EXIF
);
629
ExifSection = FindSection(
M_EXIF
);
709
ExifSection = FindSection(
M_EXIF
);
753
if (Sections[a].Type ==
M_EXIF
&& ExifKeeper.Type == 0){
808
if (Sections[0].Type !=
M_EXIF
&& Sections[0].Type != M_JFIF){
870
if (Sections[0].Type !=
M_EXIF
&& Sections[0].Type != M_JFIF){
971
case
M_EXIF
:
1004
if (SectionType ==
M_EXIF
) NewIndex = 0; // Exif alwas goes first
[
all
...]
main.c
173
Section_t* ExifSection = FindSection(
M_EXIF
);
312
Section_t* ExifSection = FindSection(
M_EXIF
);
446
Section_t* ExifSection = FindSection(
M_EXIF
);
483
Section_t* ExifSection = FindSection(
M_EXIF
);
jhead.h
293
#define
M_EXIF
0xE1 // Exif marker. Also used for XMP data!
jhead.c
438
if (FindSection(
M_EXIF
) == NULL){
[
all
...]
exif.c
[
all
...]
/device/moto/shamu/camera/QCamera2/HAL/test/
qcamera_test.h
221
#define
M_EXIF
0xE1 // Exif marker. Also used for XMP data!
qcamera_test.cpp
646
case
M_EXIF
:
904
mJEXIFTmp = FindSection(
M_EXIF
);
[
all
...]
Completed in 294 milliseconds