Searched refs:end_frame (Results 1 - 25 of 73) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvsink_nullsink.c25 static void end_frame(AVFilterLink *link) function
40 .end_frame = end_frame,
H A Dvf_copy.c34 .end_frame = avfilter_null_end_frame,
H A Dvf_null.c36 .end_frame = avfilter_null_end_frame },
H A Dvf_split.c42 static void end_frame(AVFilterLink *inlink) function
59 .end_frame = end_frame, },
H A Dvf_blackframe.c91 static void end_frame(AVFilterLink *inlink) function
123 .end_frame = end_frame, },
H A Dvf_fifo.c68 static void end_frame(AVFilterLink *inlink) { } function
112 .end_frame = end_frame,
H A Dvf_showinfo.c41 static void end_frame(AVFilterLink *inlink) function
91 .end_frame = end_frame,
H A Dvf_fade.c137 static void end_frame(AVFilterLink *inlink) function
163 .end_frame = end_frame,
H A Dvf_format.c110 .end_frame = avfilter_null_end_frame, },
140 .end_frame = avfilter_null_end_frame, },
H A Dvf_aspect.c105 .end_frame = avfilter_null_end_frame },
138 .end_frame = avfilter_null_end_frame },
H A Dvf_cropdetect.c114 static void end_frame(AVFilterLink *inlink) function
208 .end_frame = end_frame, },
H A Dvf_fieldorder.c147 static void end_frame(AVFilterLink *inlink) function
227 .end_frame = end_frame,
H A Dvf_transpose.c135 static void end_frame(AVFilterLink *inlink) function
210 .end_frame = end_frame,
H A Dvf_delogo.c234 static void end_frame(AVFilterLink *inlink) function
277 .end_frame = end_frame,
H A Dvf_gradfun.c204 static void end_frame(AVFilterLink *inlink) function
248 .end_frame = end_frame,
H A Dvf_select.c256 static void end_frame(AVFilterLink *inlink) function
346 .end_frame = end_frame },
H A Dvf_unsharp.c213 static void end_frame(AVFilterLink *link) function
248 .end_frame = end_frame,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvda_h264.c77 static int end_frame(AVCodecContext *avctx) function
107 .end_frame = end_frame,
H A Ddxva2_vc1.c252 static int end_frame(AVCodecContext *avctx) function
274 .end_frame = end_frame,
286 .end_frame = end_frame,
H A Ddxva2_mpeg2.c249 static int end_frame(AVCodecContext *avctx) function
270 .end_frame = end_frame,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvdpau_mpeg12.c104 .end_frame = ff_vdpau_mpeg_end_frame,
117 .end_frame = ff_vdpau_mpeg_end_frame,
H A Dvdpau_mpeg4.c98 .end_frame = ff_vdpau_mpeg_end_frame,
111 .end_frame = ff_vdpau_mpeg_end_frame,
H A Dlibstagefright.cpp73 Frame *end_frame; member in struct:StagefrightContext
171 frame = s->end_frame;
174 s->end_frame = NULL;
300 s->end_frame = (Frame*)av_mallocz(sizeof(Frame));
302 !s->ts_map || !s->end_frame) {
348 av_freep(&s->end_frame);
505 s->end_frame->status = ERROR_END_OF_STREAM;
506 s->in_queue->push_back(s->end_frame);
509 s->end_frame = NULL;
542 av_freep(&s->end_frame);
[all...]
H A Dvdpau_vc1.c123 .end_frame = ff_vdpau_mpeg_end_frame,
135 .end_frame = ff_vdpau_mpeg_end_frame,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dtrim.c45 int64_t start_frame, end_frame; member in struct:TrimContext
170 if (s->end_frame != INT64_MAX || s->end_pts != AV_NOPTS_VALUE || s->duration_tb) {
173 if (s->end_frame != INT64_MAX && s->nb_frames < s->end_frame)
203 { "end_frame", "Number of the first frame that should be dropped "
204 "again", OFFSET(end_frame), AV_OPT_TYPE_INT64, { .i64 = INT64_MAX }, 0, INT64_MAX, FLAGS },

Completed in 270 milliseconds

123