| /third_party/ffmpeg/libavfilter/ |
| H A D | f_cue.c | 47 AVFrame *frame = ff_inlink_peek_frame(inlink, 0); in activate() local
|
| H A D | af_bs2b.c | 120 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument [all...] |
| H A D | framepool.c | 193 AVFrame *frame; in ff_frame_pool_get() local [all...] |
| H A D | framequeue.c | 56 AVFrame *frame = ff_framequeue_take(fq); in ff_framequeue_free() local 63 int ff_framequeue_add(FFFrameQueue *fq, AVFrame *frame) in ff_framequeue_add() argument [all...] |
| H A D | framequeue.h | 35 AVFrame *frame; member [all...] |
| H A D | vf_separatefields.c | 54 static void extract_field(AVFrame *frame, int nb_planes, int type) in extract_field() argument
|
| H A D | vf_freezeframes.c | 77 AVFrame *frame = NULL; in activate() local [all...] |
| H A D | vf_repeatfields.c | 31 AVFrame *frame; member
|
| H A D | vf_untile.c | 33 AVFrame *frame; member [all...] |
| H A D | vf_iccgen.c | 99 static int iccgen_filter_frame(AVFilterLink *inlink, AVFrame *frame) in iccgen_filter_frame() argument [all...] |
| H A D | vf_iccdetect.c | 68 static int iccdetect_filter_frame(AVFilterLink *inlink, AVFrame *frame) in iccdetect_filter_frame() argument
|
| H A D | vf_swapuv.c | 43 static void do_swap(AVFrame *frame) in do_swap() argument
|
| H A D | vf_vflip.c | 59 AVFrame *frame; in get_video_buffer() local 108 static int filter_frame(AVFilterLink *link, AVFrame *frame) in filter_frame() argument [all...] |
| H A D | vf_shuffleplanes.c | 94 static int shuffleplanes_filter_frame(AVFilterLink *inlink, AVFrame *frame) in shuffleplanes_filter_frame() argument [all...] |
| H A D | vf_shuffleframes.c | 82 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | proresdec.h | 41 AVFrame *frame; member
|
| H A D | ra144dec.c | 63 static int ra144_decode_frame(AVCodecContext * avctx, AVFrame *frame, in ra144_decode_frame() argument
|
| /third_party/ffmpeg/libavformat/ |
| H A D | aqtitledec.c | 42 int frame; in aqt_probe() local 55 int64_t pos = 0, frame = AV_NOPTS_VALUE; in aqt_read_header() local
|
| H A D | yuv4mpegenc.c | 183 const AVFrame *frame = (const AVFrame *)pkt->data; in yuv4_write_packet() local
|
| H A D | uncodedframecrcenc.c | 49 static void video_frame_cksum(AVBPrint *bp, AVFrame *frame) in video_frame_cksum() argument 78 static void audio_frame_cksum(AVBPrint *bp, AVFrame *frame) in audio_frame_cksum() argument 128 write_frame(struct AVFormatContext *s, int stream_index, AVFrame **frame, unsigned flags) write_frame() argument [all...] |
| /third_party/ffmpeg/tools/ |
| H A D | scale_slice_test.c | 51 static int process_frame(DecodeContext *dc, AVFrame *frame) in process_frame() argument 148 AVFrame *frame = av_frame_alloc(); main() local [all...] |
| H A D | uncoded_frame.c | 48 AVFrame *frame = NULL; in main() local [all...] |
| /third_party/ffmpeg/tests/api/ |
| H A D | api-h264-slice-test.c | 48 static int decode(AVCodecContext *dec_ctx, AVFrame *frame, in decode() argument 113 AVFrame *frame = NULL; main() local [all...] |
| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| H A D | trap.c | 23 void print_frame(wasm_frame_t* frame) { in print_frame() argument 121 own wasm_frame_t* frame = wasm_trap_origin(trap); in main() local
|
| H A D | trap.cc | 20 void print_frame(const wasm::Frame* frame) { in print_frame() argument 98 auto frame = trap->origin(); in run() local
|