Home
last modified time | relevance | path

Searched refs:IDX_ANMF (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/mux/
Dmuxedit.c101 const size_t frame_size = kChunks[IDX_ANMF].size; in CreateFrameData()
296 const uint32_t tag = kChunks[IDX_ANMF].tag; in WebPMuxPushFrame()
395 assert(frame_chunk->tag_ == kChunks[IDX_ANMF].tag); in GetFrameInfo()
500 if (images->header_->tag_ == kChunks[IDX_ANMF].tag) { in CreateVP8XChunk()
554 WebPMuxError err = WebPMuxNumChunks(mux, kChunks[IDX_ANMF].id, &num_frames); in MuxCleanup()
565 assert(frame->header_->tag_ == kChunks[IDX_ANMF].tag); in MuxCleanup()
Dmuxread.c109 assert(chunk->tag_ == kChunks[IDX_ANMF].tag); in MuxImageParse()
460 const int is_frame = (wpi->header_->tag_ == kChunks[IDX_ANMF].tag); in MuxGetFrameInternal()
466 if (frame_data->size < kChunks[IDX_ANMF].size) return WEBP_MUX_BAD_DATA; in MuxGetFrameInternal()
Dmuxi.h82 IDX_ANMF, enumerator
Dmuxinternal.c375 assert(header->tag_ == kChunks[IDX_ANMF].tag); in ChunkEmitSpecial()
493 err = ValidateChunk(mux, IDX_ANMF, NO_FLAG, flags, -1, &num_frames); in MuxValidate()