/third_party/ffmpeg/doc/examples/ |
H A D | vaapi_encode.c | 74 static int encode_write(AVCodecContext *avctx, AVFrame *frame, FILE *fout) in encode_write() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | 8bps.c | 57 static int decode_frame(AVCodecContext *avctx, AVFrame *frame, in decode_frame() argument
|
H A D | pcm-bluray.c | 125 static int pcm_bluray_decode_frame(AVCodecContext *avctx, AVFrame *frame, in pcm_bluray_decode_frame() argument
|
H A D | pcm-blurayenc.c | 108 pcm_bluray_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) pcm_bluray_encode_frame() argument
|
H A D | pcm-dvdenc.c | 115 pcm_dvd_encode_frame(AVCodecContext *avctx, AVPacket *avpkt, const AVFrame *frame, int *got_packet_ptr) pcm_dvd_encode_frame() argument
|
H A D | screenpresso.c | 105 static int screenpresso_decode_frame(AVCodecContext *avctx, AVFrame *frame, in screenpresso_decode_frame() argument [all...] |
H A D | v410dec.c | 30 AVFrame *frame; member
|
H A D | vbnenc.c | 44 vbn_encode(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) vbn_encode() argument [all...] |
H A D | vbndec.c | 56 vbn_decode_frame(AVCodecContext *avctx, AVFrame *frame, int *got_frame, AVPacket *avpkt) vbn_decode_frame() argument [all...] |
H A D | tscc.c | 52 AVFrame *frame; member 74 AVFrame *frame = c->frame; in decode_frame() local [all...] |
H A D | v4l2_m2m.h | 62 AVFrame *frame; member
|
H A D | vp9_metadata_bsf.c | 45 VP9RawFrame *frame = frag->units[i].content; in vp9_metadata_update_fragment() local
|
H A D | qsvenc_h264.c | 44 qsv_h264_set_encode_ctrl(AVCodecContext *avctx, const AVFrame *frame, mfxEncodeCtrl* enc_ctrl) qsv_h264_set_encode_ctrl() argument 86 qsv_enc_frame(AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) qsv_enc_frame() argument
|
H A D | sbc.c | 78 void ff_sbc_calculate_bits(const struct sbc_frame *frame, int (*bits)[8]) in ff_sbc_calculate_bits() argument [all...] |
H A D | sgirledec.c | 113 static int sgirle_decode_frame(AVCodecContext *avctx, AVFrame *frame, in sgirle_decode_frame() argument
|
H A D | videotoolbox_vp9.c | 122 AVFrame *frame = h->frames[CUR_FRAME].tf.f; in videotoolbox_vp9_end_frame() local
|
/third_party/ffmpeg/libavfilter/ |
H A D | asrc_hilbert.c | 131 AVFrame *frame; in activate() local
|
H A D | f_realtime.c | 37 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
|
H A D | vf_exposure.c | 44 AVFrame *frame = arg; in exposure_slice() local 66 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
|
H A D | af_apad.c | 75 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
|
H A D | af_asetrate.c | 78 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
|
H A D | f_sidedata.c | 90 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument [all...] |
H A D | fifo.c | 34 AVFrame *frame; member 72 static int add_to_queue(AVFilterLink *inlink, AVFrame *frame) in add_to_queue() argument
|
/third_party/ffmpeg/libavdevice/ |
H A D | alsa_enc.c | 120 audio_write_frame(AVFormatContext *s1, int stream_index, AVFrame **frame, unsigned flags) audio_write_frame() argument
|
/third_party/ffmpeg/libavfilter/dnn/ |
H A D | dnn_io_proc.c | 27 int ff_proc_from_dnn_to_frame(AVFrame *frame, DNNData *output, void *log_ctx) in ff_proc_from_dnn_to_frame() argument 100 ff_proc_from_frame_to_dnn(AVFrame *frame, DNNData *input, void *log_ctx) ff_proc_from_frame_to_dnn() argument 193 ff_frame_to_dnn_classify(AVFrame *frame, DNNData *input, uint32_t bbox_index, void *log_ctx) ff_frame_to_dnn_classify() argument 254 ff_frame_to_dnn_detect(AVFrame *frame, DNNData *input, void *log_ctx) ff_frame_to_dnn_detect() argument [all...] |