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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddxva2_mpeg2.c277 .end_frame = dxva2_mpeg2_end_frame,
H A Dvdpau_h264.c235 .end_frame = vdpau_h264_end_frame,
H A Dvaapi_h264.c360 .end_frame = vaapi_h264_end_frame,
H A Ddxva2_h264.c467 .end_frame = dxva2_h264_end_frame,
H A Davcodec.h677 int end_frame; member in struct:RcOverride
3271 int (*end_frame)(AVCodecContext *avctx); member in struct:AVHWAccel
H A Dh263dec.c638 ret = avctx->hwaccel->end_frame(avctx);
H A Dratecontrol.c417 if (rco[i].end_frame < frame_num)
H A Dmpeg12dec.c1674 if (s->avctx->hwaccel->end_frame(s->avctx) < 0)
2027 if (s->avctx->hwaccel->end_frame(s->avctx) < 0)
H A Dvc1dec.c6082 if (avctx->hwaccel->end_frame(avctx) < 0)
6100 if (avctx->hwaccel->end_frame(avctx) < 0)
6108 if (avctx->hwaccel->end_frame(avctx) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_drawtext.c844 static void end_frame(AVFilterLink *inlink) function
872 .end_frame = end_frame,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h436 int end_frame; member in struct:RcOverride
2468 int (*end_frame)(AVCodecContext *avctx); member in struct:AVHWAccel
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dfilter-video.mak132 fate-filter-trim-frame: CMD = framecrc -i $(SRC) -vf trim=start_frame=3:end_frame=10
135 fate-filter-trim-mixed: CMD = framecrc -i $(SRC) -vf trim=start=0.2:end=0.4:start_frame=1:end_frame=3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Davcodec.h615 int end_frame; member in struct:RcOverride
3351 int (*end_frame)(AVCodecContext *avctx); member in struct:AVHWAccel
H A Dh263dec.c718 if (avctx->hwaccel->end_frame(avctx) < 0)
H A Dratecontrol.c356 if(rco[i].end_frame < frame_num) continue;
H A Dmpeg12.c1900 if (s->avctx->hwaccel->end_frame(s->avctx) < 0)
H A Dh264.c2543 if (avctx->hwaccel->end_frame(avctx) < 0)
H A Dvc1dec.c5546 if (avctx->hwaccel->end_frame(avctx) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.c1065 .end_frame = null_end_frame,
H A Davconv.c3654 video_enc->rc_override[i].end_frame = end;
H A Dffmpeg.c3482 video_enc->rc_override[i].end_frame = end;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davfilter.c489 || (!input->start_frame && !input->end_frame));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c1367 video_enc->rc_override[i].end_frame = end;

Completed in 350 milliseconds

123