Home | History | Annotate | Download | only in demux

Lines Matching full:fragment_num

778 // Returns fragment 'fragment_num' and the total count.
780 const Frame* const frame_set, int fragment_num, int* const count) {
787 if (++total == fragment_num) fragment = f;
820 int fragment_num, WebPIterator* const iter) {
825 GetFragment(first_frame, fragment_num, &num_fragments);
833 iter->fragment_num = fragment_num;
882 int WebPDemuxSelectFragment(WebPIterator* iter, int fragment_num) {
883 if (iter != NULL && iter->private_ != NULL && fragment_num > 0) {
888 return SynthesizeFrame(dmux, frame, fragment_num, iter);