Searched refs:WEBP_DEMUX_DONE (Results 1 – 5 of 5) sorted by relevance
566 if (dmux->state_ == WEBP_DEMUX_DONE && frame == NULL) return 0; in IsValidSimpleFormat()600 if (dmux->state_ == WEBP_DEMUX_DONE && dmux->frames_ == NULL) return 0; in IsValidExtendedFormat()624 if (dmux->state_ == WEBP_DEMUX_DONE) return 0; in IsValidExtendedFormat()680 dmux->state_ = WEBP_DEMUX_DONE; in CreateRawImageDemuxer()717 if (state != NULL) *state = WEBP_DEMUX_DONE; in WebPDemuxInternal()739 if (status == PARSE_OK) dmux->state_ = WEBP_DEMUX_DONE; in WebPDemuxInternal()
78 WEBP_DEMUX_DONE // Entire file has been parsed. enumerator
84 WEBP_DEMUX_DONE = 2 // Entire file has been parsed. enumerator
594 if (dmux->state_ == WEBP_DEMUX_DONE && frame == NULL) return 0; in IsValidSimpleFormat()609 if (dmux->state_ == WEBP_DEMUX_DONE && dmux->frames_ == NULL) return 0; in IsValidExtendedFormat()634 if (dmux->state_ == WEBP_DEMUX_DONE) return 0; in IsValidExtendedFormat()692 if (status == PARSE_OK) dmux->state_ = WEBP_DEMUX_DONE; in WebPDemuxInternal()