Searched refs:cpl0_chunk (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvqavideo.c309 int cpl0_chunk = -1; local
348 cpl0_chunk = index;
374 if ((cpl0_chunk != -1) && (cplz_chunk != -1)) {
389 if (cpl0_chunk != -1) {
391 bytestream2_seek(&s->gb, cpl0_chunk, SEEK_SET);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvqavideo.c330 int cpl0_chunk = -1; local
369 cpl0_chunk = index;
395 if ((cpl0_chunk != -1) && (cplz_chunk != -1)) {
410 if (cpl0_chunk != -1) {
412 bytestream2_seek(&s->gb, cpl0_chunk, SEEK_SET);

Completed in 171 milliseconds