Home
last modified time | relevance | path

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

/external/webp/src/mux/
Dmuxi.h204 WebPMuxError MuxImageGetNth(const WebPMuxImage** wpi_list, uint32_t nth,
Dmuxinternal.c345 WebPMuxError MuxImageGetNth(const WebPMuxImage** wpi_list, uint32_t nth, in MuxImageGetNth() function
Dmuxread.c492 err = MuxImageGetNth((const WebPMuxImage**)&mux->images_, nth, &wpi); in WebPMuxGetFrame()
Dmuxedit.c558 err = MuxImageGetNth((const WebPMuxImage**)&mux->images_, 1, &frame); in MuxCleanup()