Home
last modified time | relevance | path

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

/external/webp/src/mux/
Dmuxedit.c391 const WebPChunk* const frame_chunk, in GetFrameInfo() argument
393 const WebPData* const data = &frame_chunk->data_; in GetFrameInfo()
395 assert(frame_chunk->tag_ == kChunks[IDX_ANMF].tag); in GetFrameInfo()
396 assert(frame_chunk != NULL); in GetFrameInfo()
409 const WebPChunk* const frame_chunk = wpi->header_; in GetImageInfo() local
412 assert(frame_chunk != NULL); in GetImageInfo()
415 err = GetFrameInfo(frame_chunk, x_offset, y_offset, duration); in GetImageInfo()