Home | History | Annotate | Download | only in mux

Lines Matching refs:nth

121 // Search for nth chunk with given 'tag' in the chunk list.
122 // nth = 0 means "last of the list".
123 WebPChunk* ChunkSearchList(WebPChunk* first, uint32_t nth, uint32_t tag);
129 // Sets 'chunk' at nth position in the 'chunk_list'.
130 // nth = 0 has the special meaning "last of the list".
133 uint32_t nth);
196 // Delete nth image in the image list.
197 WebPMuxError MuxImageDeleteNth(WebPMuxImage** wpi_list, uint32_t nth);
199 // Get nth image in the image list.
200 WebPMuxError MuxImageGetNth(const WebPMuxImage** wpi_list, uint32_t nth,