Searched refs:cur_stream (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dpmpdec.c27 int cur_stream; member in struct:PMPContext
124 if (pmp->cur_stream == 0) {
145 if (pmp->cur_stream == 0)
147 pkt->stream_index = pmp->cur_stream;
151 pmp->cur_stream = (pmp->cur_stream + 1) % pmp->num_streams;
159 pmp->cur_stream = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dpmpdec.c27 int cur_stream; member in struct:__anon3611
138 if (pmp->cur_stream == 0) {
163 pkt->stream_index = pmp->cur_stream;
166 pmp->cur_stream = (pmp->cur_stream + 1) % pmp->num_streams;
174 pmp->cur_stream = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci-mem.c398 u32 cur_stream; local
402 for (cur_stream = 1; cur_stream < num_streams; cur_stream++) {
406 cur_ring = stream_info->stream_rings[cur_stream];
416 cur_stream,
436 cur_stream,
489 u32 cur_stream; local
539 for (cur_stream = 1; cur_stream < num_stream
645 int cur_stream; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c269 static VideoState *cur_stream; variable
931 video_open(cur_stream);
1254 if (cur_stream) {
1255 stream_close(cur_stream);
1256 cur_stream = NULL;
1832 if (cur_stream)
1833 stream_pause(cur_stream);
2549 stream_seek(cur_stream, start_time != AV_NOPTS_VALUE ? start_time : 0, 0, 0);
2697 cur_stream->pictq[i].reallocate = 1;
2700 video_open(cur_stream);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c3263 static void event_loop(VideoState *cur_stream) argument
3270 refresh_loop_wait_event(cur_stream, &event);
3274 do_exit(cur_stream);
3280 do_exit(cur_stream);
3283 toggle_full_screen(cur_stream);
3284 cur_stream->force_refresh = 1;
3288 toggle_pause(cur_stream);
3291 step_to_next_frame(cur_stream);
3294 stream_cycle_channel(cur_stream, AVMEDIA_TYPE_AUDIO);
3297 stream_cycle_channel(cur_stream, AVMEDIA_TYPE_VIDE
[all...]

Completed in 189 milliseconds