Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/webp/
Ddemux.h106 WEBP_FF_FORMAT_FLAGS, // Extended format flags present in the 'VP8X' chunk. enumerator
/external/webp/src/webp/
Ddemux.h118 WEBP_FF_FORMAT_FLAGS, // Extended format flags present in the 'VP8X' chunk. enumerator
/external/webp/include/webp/
Ddemux.h118 WEBP_FF_FORMAT_FLAGS, // Extended format flags present in the 'VP8X' chunk. enumerator
/external/opencv3/3rdparty/libwebp/demux/
Ddemux.c731 case WEBP_FF_FORMAT_FLAGS: return dmux->feature_flags_; in WebPDemuxGetI()
/external/webp/src/demux/
Ddemux.c779 case WEBP_FF_FORMAT_FLAGS: return dmux->feature_flags_; in WebPDemuxGetI()