Home
last modified time | relevance | path

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

/external/webp/src/webp/
Dmux_types.h35 EXIF_FLAG = 0x00000008, enumerator
/external/webp/include/webp/
Dmux_types.h35 EXIF_FLAG = 0x00000008, enumerator
/external/webp/src/mux/
Dmuxinternal.c482 err = ValidateChunk(mux, IDX_EXIF, EXIF_FLAG, flags, 1, &num_exif); in MuxValidate()
Dmuxedit.c494 flags |= EXIF_FLAG; in CreateVP8XChunk()
/external/ImageMagick/coders/
Dwebp.c372 if (webp_flags & EXIF_FLAG) in ReadSingleWEBPImage()
/external/webp/src/demux/
Ddemux.c499 store_chunk = !!(dmux->feature_flags_ & EXIF_FLAG); in ParseVP8XChunks()