Searched refs:feature_flags_ (Results 1 – 2 of 2) sorted by relevance
65 uint32_t feature_flags_; member309 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseAnimationFrame()410 const int has_alpha = !!(dmux->feature_flags_ & ALPHA_FLAG); in ParseSingleImage()424 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0; in ParseSingleImage()439 const int is_animation = !!(dmux->feature_flags_ & ANIMATION_FLAG); in ParseVP8XChunks()490 store_chunk = !!(dmux->feature_flags_ & ICCP_FLAG); in ParseVP8XChunks()494 store_chunk = !!(dmux->feature_flags_ & EXIF_FLAG); in ParseVP8XChunks()498 store_chunk = !!(dmux->feature_flags_ & XMP_FLAG); in ParseVP8XChunks()544 dmux->feature_flags_ = ReadByte(mem); in ParseVP8X()684 dmux->feature_flags_ |= frame->has_alpha_ ? ALPHA_FLAG : 0; in CreateRawImageDemuxer()[all …]
111 int feature_flags_; member682 webp_info->feature_flags_ = *data; in ProcessVP8XChunk()688 (webp_info->feature_flags_ & ICCP_FLAG) != 0, in ProcessVP8XChunk()689 (webp_info->feature_flags_ & ALPHA_FLAG) != 0, in ProcessVP8XChunk()690 (webp_info->feature_flags_ & EXIF_FLAG) != 0, in ProcessVP8XChunk()691 (webp_info->feature_flags_ & XMP_FLAG) != 0, in ProcessVP8XChunk()692 (webp_info->feature_flags_ & ANIMATION_FLAG) != 0); in ProcessVP8XChunk()997 const int iccp = !!(webp_info->feature_flags_ & ICCP_FLAG); in Validate()998 const int exif = !!(webp_info->feature_flags_ & EXIF_FLAG); in Validate()999 const int xmp = !!(webp_info->feature_flags_ & XMP_FLAG); in Validate()[all …]
Completed in 11 milliseconds