Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libwebp/mux/
Dmuxi.h155 WebPMuxError MuxGetImageWidthHeight(const WebPChunk* const image_chunk,
Dmuxedit.c427 WebPMuxError MuxGetImageWidthHeight(const WebPChunk* const image_chunk, in MuxGetImageWidthHeight() function
460 return MuxGetImageWidthHeight(image_chunk, width, height); in GetImageInfo()
508 const WebPMuxError err = MuxGetImageWidthHeight(image_chunk, &w, &h); in GetImageCanvasWidthHeight()
Dmuxread.c330 err = MuxGetImageWidthHeight(wpi->img_, &w, &h); in SynthesizeBitstream()