Home | History | Annotate | Download | only in demux

Lines Matching defs:feature_flags_

70   uint32_t feature_flags_;
304 const int has_frames = !!(dmux->feature_flags_ & ANIMATION_FLAG);
350 const int has_fragments = !!(dmux->feature_flags_ & FRAGMENTS_FLAG);
440 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG);
454 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0;
482 dmux->feature_flags_ = ReadByte(mem);
547 store_chunk = !!(dmux->feature_flags_ & ICCP_FLAG);
551 store_chunk = !!(dmux->feature_flags_ & XMP_FLAG);
555 store_chunk = !!(dmux->feature_flags_ & EXIF_FLAG);
620 const int has_fragments = !!(dmux->feature_flags_ & FRAGMENTS_FLAG);
621 const int has_frames = !!(dmux->feature_flags_ & ANIMATION_FLAG);
755 case WEBP_FF_FORMAT_FLAGS: return dmux->feature_flags_;