Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/mux/
Dmuxedit.c410 const WebPChunk* const frame_frgm_chunk, in GetFrameFragmentInfo() argument
412 const uint32_t tag = frame_frgm_chunk->tag_; in GetFrameFragmentInfo()
414 const WebPData* const data = &frame_frgm_chunk->data_; in GetFrameFragmentInfo()
417 assert(frame_frgm_chunk != NULL); in GetFrameFragmentInfo()
452 const WebPChunk* const frame_frgm_chunk = wpi->header_; in GetImageInfo() local
456 GetFrameFragmentInfo(frame_frgm_chunk, x_offset, y_offset, duration); in GetImageInfo()