/third_party/ffmpeg/libavfilter/ |
H A D | buffersink.c | 94 int attribute_align_arg av_buffersink_get_frame(AVFilterContext *ctx, AVFrame *frame) in av_buffersink_get_frame() argument 113 static int get_frame_internal(AVFilterContext *ctx, AVFrame *frame, int flags, int samples) in get_frame_internal() argument 146 int attribute_align_arg av_buffersink_get_frame_flags(AVFilterContext *ctx, AVFrame *frame, int flags) in av_buffersink_get_frame_flags() argument 151 av_buffersink_get_samples(AVFilterContext *ctx, AVFrame *frame, int nb_samples) av_buffersink_get_samples() argument [all...] |
H A D | vf_atadenoise.c | 475 AVFrame *frame = ff_bufqueue_peek(&s->q, i); in filter_frame() local
|
H A D | vf_deinterlace_qsv.c | 371 QSVFrame *frame, **last; in get_free_frame() local 396 submit_frame(AVFilterContext *ctx, AVFrame *frame, mfxFrameSurface1 **surface) submit_frame() argument [all...] |
H A D | f_graphmonitor.c | 414 AVFrame *frame = NULL; in activate() local
|
H A D | avf_concat.c | 357 AVFrame *frame; in activate() local
|
H A D | vf_colorcorrect.c | 67 AVFrame *frame = arg; in average_slice8() local 98 AVFrame *frame = arg; in average_slice16() local 129 AVFrame *frame = arg; minmax_slice8() local 165 AVFrame *frame = arg; minmax_slice16() local 201 AVFrame *frame = arg; median_8() local 255 AVFrame *frame = arg; median_16() local 318 AVFrame *frame = arg; colorcorrect_slice8() local 358 AVFrame *frame = arg; colorcorrect_slice16() local 396 filter_frame(AVFilterLink *inlink, AVFrame *frame) filter_frame() argument [all...] |
H A D | vf_colorcontrast.c | 95 AVFrame *frame = arg; in colorcontrast_slice8() local 147 AVFrame *frame in colorcontrast_slice16() local 201 AVFrame *frame = arg; colorcontrast_slice8p() local 251 AVFrame *frame = arg; colorcontrast_slice16p() local 300 filter_frame(AVFilterLink *link, AVFrame *frame) filter_frame() argument [all...] |
H A D | vf_fillborders.c | 80 static void smear_borders8(FillBordersContext *s, AVFrame *frame) in smear_borders8() argument 110 static void smear_borders16(FillBordersContext *s, AVFrame *frame) in smear_borders16() argument 142 static void mirror_borders8(FillBordersContext *s, AVFrame *frame) in mirror_borders8() argument 175 mirror_borders16(FillBordersContext *s, AVFrame *frame) mirror_borders16() argument 208 fixed_borders8(FillBordersContext *s, AVFrame *frame) fixed_borders8() argument 233 fixed_borders16(FillBordersContext *s, AVFrame *frame) fixed_borders16() argument 266 reflect_borders8(FillBordersContext *s, AVFrame *frame) reflect_borders8() argument 299 reflect_borders16(FillBordersContext *s, AVFrame *frame) reflect_borders16() argument 332 wrap_borders8(FillBordersContext *s, AVFrame *frame) wrap_borders8() argument 365 wrap_borders16(FillBordersContext *s, AVFrame *frame) wrap_borders16() argument 408 fade_borders8(FillBordersContext *s, AVFrame *frame) fade_borders8() argument 449 fade_borders16(FillBordersContext *s, AVFrame *frame) fade_borders16() argument 491 margins_borders8(FillBordersContext *s, AVFrame *frame) margins_borders8() argument 536 margins_borders16(FillBordersContext *s, AVFrame *frame) margins_borders16() argument 584 filter_frame(AVFilterLink *inlink, AVFrame *frame) filter_frame() argument [all...] |
H A D | vf_guided.c | 403 AVFrame *frame = NULL; in activate() local
|
H A D | vf_siti.c | 145 static int is_full_range(AVFrame* frame) in is_full_range() argument 281 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument [all...] |
H A D | vsrc_gradients.c | 249 AVFrame *frame = arg; in draw_gradients_slice() local 272 AVFrame *frame in draw_gradients_slice16() local 295 AVFrame *frame = arg; draw_gradients_slice32_planar() local 386 AVFrame *frame = ff_get_video_buffer(outlink, s->w, s->h); activate() local [all...] |
H A D | vsrc_mptestsrc.c | 300 uint64_t frame = outlink->frame_count_in / test->max_frames; in request_frame() local
|
H A D | vf_uspp.c | 57 AVFrame *frame; member [all...] |
H A D | vf_pad.c | 231 AVFrame *frame; in get_video_buffer() local 258 buffer_needs_copy(PadContext *s, AVFrame *frame, AVBufferRef *buf) buffer_needs_copy() argument 310 frame_needs_copy(PadContext *s, AVFrame *frame) frame_needs_copy() argument [all...] |
H A D | vf_thumbnail_cuda.c | 249 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument 270 thumbnail(ctx, (int*)s->data, frame); in filter_frame() local [all...] |
H A D | vf_vibrance.c | 57 AVFrame *frame = arg; in vibrance_slice8() local 114 AVFrame *frame in vibrance_slice16() local 173 AVFrame *frame = arg; vibrance_slice8p() local 228 AVFrame *frame = arg; vibrance_slice16p() local 282 filter_frame(AVFilterLink *link, AVFrame *frame) filter_frame() argument [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | tdsc.c | 525 tdsc_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) tdsc_decode_frame() argument [all...] |
H A D | utvideodec.c | 560 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument [all...] |
H A D | ra144enc.c | 424 ra144_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) ra144_encode_frame() argument [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_enc.cpp | 144 decklink_frame *frame = static_cast<decklink_frame *>(_frame); in ScheduledFrameCompleted() local 440 decklink_frame *frame; in decklink_write_video_packet() local 370 decklink_construct_vanc(AVFormatContext *avctx, struct decklink_ctx *ctx, AVPacket *pkt, decklink_frame *frame) decklink_construct_vanc() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | dv.c | 85 static const uint8_t *dv_extract_pack(const uint8_t *frame, enum dv_pack_type t) in dv_extract_pack() argument 129 static int dv_extract_audio(const uint8_t *frame, uint8_t **ppcm, in dv_extract_audio() argument 232 dv_extract_audio_info(DVDemuxContext *c, const uint8_t *frame) dv_extract_audio_info() argument 293 dv_extract_video_info(DVDemuxContext *c, const uint8_t *frame) dv_extract_video_info() argument 317 dv_extract_timecode(DVDemuxContext* c, const uint8_t* frame, char *tc) dv_extract_timecode() argument [all...] |
H A D | gxf.c | 46 int frame = fields_per_frame ? field / fields_per_frame : field; in add_timecode_metadata() local
|
/third_party/ffmpeg/libavutil/ |
H A D | frame.c | 55 static void get_frame_defaults(AVFrame *frame) in get_frame_defaults() argument 87 wipe_side_data(AVFrame *frame) wipe_side_data() argument 101 AVFrame *frame = av_malloc(sizeof(*frame)); av_frame_alloc() local 111 av_frame_free(AVFrame **frame) av_frame_free() argument 120 get_video_buffer(AVFrame *frame, int align) get_video_buffer() argument 189 get_audio_buffer(AVFrame *frame, int align) get_audio_buffer() argument 254 av_frame_get_buffer(AVFrame *frame, int align) av_frame_get_buffer() argument 477 av_frame_unref(AVFrame *frame) av_frame_unref() argument 523 av_frame_is_writable(AVFrame *frame) av_frame_is_writable() argument 540 av_frame_make_writable(AVFrame *frame) av_frame_make_writable() argument 601 av_frame_get_plane_buffer(AVFrame *frame, int plane) av_frame_get_plane_buffer() argument 640 av_frame_new_side_data_from_buf(AVFrame *frame, enum AVFrameSideDataType type, AVBufferRef *buf) av_frame_new_side_data_from_buf() argument 672 av_frame_new_side_data(AVFrame *frame, enum AVFrameSideDataType type, size_t size) av_frame_new_side_data() argument 684 av_frame_get_side_data(const AVFrame *frame, enum AVFrameSideDataType type) av_frame_get_side_data() argument 784 av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type) av_frame_remove_side_data() argument 831 calc_cropping_offsets(size_t offsets[4], const AVFrame *frame, const AVPixFmtDescriptor *desc) calc_cropping_offsets() argument 863 av_frame_apply_cropping(AVFrame *frame, int flags) av_frame_apply_cropping() argument [all...] |
H A D | hwcontext_videotoolbox.c | 282 static int vt_get_buffer(AVHWFramesContext *ctx, AVFrame *frame) in vt_get_buffer() argument
|
H A D | hwcontext_vdpau.c | 291 static int vdpau_get_buffer(AVHWFramesContext *ctx, AVFrame *frame) in vdpau_get_buffer() argument
|