Searched refs:feature_flags_ (Results 1 – 1 of 1) sorted by relevance
65 uint32_t feature_flags_; member309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame()415 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG); in ParseSingleImage()429 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0; in ParseSingleImage()444 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks()495 store_chunk = !!(dmux->feature_flags_ & ICCP_FLAG); in ParseVP8XChunks()499 store_chunk = !!(dmux->feature_flags_ & EXIF_FLAG); in ParseVP8XChunks()503 store_chunk = !!(dmux->feature_flags_ & XMP_FLAG); in ParseVP8XChunks()549 dmux->feature_flags_ = ReadByte(mem); in ParseVP8X()599 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in IsValidExtendedFormat()[all …]