Home
last modified time | relevance | path

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

/external/webp/src/demux/
Ddemux.c65 uint32_t feature_flags_; member
307 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame()
408 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG); in ParseSingleImage()
422 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0; in ParseSingleImage()
437 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks()
488 store_chunk = !!(dmux->feature_flags_ & ICCP_FLAG); in ParseVP8XChunks()
492 store_chunk = !!(dmux->feature_flags_ & EXIF_FLAG); in ParseVP8XChunks()
496 store_chunk = !!(dmux->feature_flags_ & XMP_FLAG); in ParseVP8XChunks()
542 dmux->feature_flags_ = ReadByte(mem); in ParseVP8X()
592 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat()
[all …]
/external/opencv3/3rdparty/libwebp/demux/
Ddemux.c68 uint32_t feature_flags_; member
306 const int has_frames = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame()
349 const int has_fragments = !!(dmux->feature_flags_ & FRAGMENTS_FLAG); in ParseFragment()
441 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG); in ParseSingleImage()
454 dmux->feature_flags_ |= has_vp8l_alpha ? ALPHA_FLAG : 0; in ParseSingleImage()
482 dmux->feature_flags_ = ReadByte(mem); in ParseVP8X()
547 store_chunk = !!(dmux->feature_flags_ & ICCP_FLAG); in ParseVP8X()
551 store_chunk = !!(dmux->feature_flags_ & XMP_FLAG); in ParseVP8X()
555 store_chunk = !!(dmux->feature_flags_ & EXIF_FLAG); in ParseVP8X()
601 const int has_fragments = !!(dmux->feature_flags_ & FRAGMENTS_FLAG); in IsValidExtendedFormat()
[all …]