Searched refs:fctx (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpthread_frame.c140 FrameThreadContext *fctx = p->parent; local
146 while (p->state == STATE_INPUT_READY && !fctx->die)
149 if (fctx->die) break;
301 FrameThreadContext *fctx = p->parent; local
306 pthread_mutex_lock(&fctx->buffer_mutex);
315 pthread_mutex_unlock(&fctx->buffer_mutex);
321 FrameThreadContext *fctx = p->parent; local
322 PerThreadContext *prev_thread = fctx->prev_thread;
393 fctx->prev_thread = p;
394 fctx
403 FrameThreadContext *fctx = avctx->internal->thread_ctx; local
525 park_frame_worker_threads(FrameThreadContext *fctx, int thread_count) argument
544 FrameThreadContext *fctx = avctx->internal->thread_ctx; local
609 FrameThreadContext *fctx; local
713 FrameThreadContext *fctx = avctx->internal->thread_ctx; local
850 FrameThreadContext *fctx; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpthread.c357 FrameThreadContext *fctx = p->parent; local
362 if (p->state == STATE_INPUT_READY && !fctx->die) {
364 while (p->state == STATE_INPUT_READY && !fctx->die)
369 if (fctx->die) break;
502 FrameThreadContext *fctx = p->parent; local
507 pthread_mutex_lock(&fctx->buffer_mutex);
513 pthread_mutex_unlock(&fctx->buffer_mutex);
519 FrameThreadContext *fctx = p->parent; local
520 PerThreadContext *prev_thread = fctx->prev_thread;
578 fctx
588 FrameThreadContext *fctx = avctx->thread_opaque; local
708 park_frame_worker_threads(FrameThreadContext *fctx, int thread_count) argument
726 FrameThreadContext *fctx = avctx->thread_opaque; local
786 FrameThreadContext *fctx; local
873 FrameThreadContext *fctx = avctx->thread_opaque; local
964 FrameThreadContext *fctx; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dpktdumper.c56 AVFormatContext *fctx = NULL; local
95 err = avformat_open_input(&fctx, argv[1], NULL, NULL);
101 err = avformat_find_stream_info(fctx, NULL);
109 while ((err = av_read_frame(fctx, &pkt)) >= 0) {
131 avformat_close_input(&fctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dpktdumper.c47 AVFormatContext *fctx = NULL; local
86 err = avformat_open_input(&fctx, argv[1], NULL, NULL);
92 err = avformat_find_stream_info(fctx, NULL);
100 while ((err = av_read_frame(fctx, &pkt)) >= 0) {
120 avformat_close_input(&fctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Ddv.c45 AVFormatContext* fctx; member in struct:DVDemuxContext
239 av_log(c->fctx, AV_LOG_ERROR,
245 av_log(c->fctx, AV_LOG_ERROR, "stype %d is invalid\n", stype);
258 c->ast[i] = avformat_new_stream(c->fctx, NULL);
342 c->fctx = s;
449 av_log(c->fctx, AV_LOG_ERROR, "cannot adjust audio bytes\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Ddv.c41 AVFormatContext* fctx; member in struct:DVDemuxContext
210 av_log(c->fctx, AV_LOG_ERROR,
216 av_log(c->fctx, AV_LOG_ERROR, "stype %d is invalid\n", stype);
229 c->ast[i] = avformat_new_stream(c->fctx, NULL);
303 c->fctx = s;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dtranscoding.c183 static int init_filter(FilteringContext* fctx, AVCodecContext *dec_ctx, argument
321 fctx->buffersrc_ctx = buffersrc_ctx;
322 fctx->buffersink_ctx = buffersink_ctx;
323 fctx->filter_graph = filter_graph;

Completed in 142 milliseconds