Home
last modified time | relevance | path

Searched defs:frame (Results 301 - 325 of 1936) sorted by relevance

1...<<11121314151617181920>>...78

/third_party/ffmpeg/libavfilter/
H A Df_cue.c47 AVFrame *frame = ff_inlink_peek_frame(inlink, 0); in activate() local
H A Daf_bs2b.c120 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
[all...]
H A Dframepool.c193 AVFrame *frame; in ff_frame_pool_get() local
[all...]
H A Dframequeue.c56 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 Dframequeue.h35 AVFrame *frame; member
[all...]
H A Dvf_separatefields.c54 static void extract_field(AVFrame *frame, int nb_planes, int type) in extract_field() argument
H A Dvf_freezeframes.c77 AVFrame *frame = NULL; in activate() local
[all...]
H A Dvf_repeatfields.c31 AVFrame *frame; member
H A Dvf_untile.c33 AVFrame *frame; member
[all...]
H A Dvf_iccgen.c99 static int iccgen_filter_frame(AVFilterLink *inlink, AVFrame *frame) in iccgen_filter_frame() argument
[all...]
H A Dvf_iccdetect.c68 static int iccdetect_filter_frame(AVFilterLink *inlink, AVFrame *frame) in iccdetect_filter_frame() argument
H A Dvf_swapuv.c43 static void do_swap(AVFrame *frame) in do_swap() argument
H A Dvf_vflip.c59 AVFrame *frame; in get_video_buffer() local
108 static int filter_frame(AVFilterLink *link, AVFrame *frame) in filter_frame() argument
[all...]
H A Dvf_shuffleplanes.c94 static int shuffleplanes_filter_frame(AVFilterLink *inlink, AVFrame *frame) in shuffleplanes_filter_frame() argument
[all...]
H A Dvf_shuffleframes.c82 static int filter_frame(AVFilterLink *inlink, AVFrame *frame) in filter_frame() argument
/third_party/ffmpeg/libavcodec/
H A Dproresdec.h41 AVFrame *frame; member
H A Dra144dec.c63 static int ra144_decode_frame(AVCodecContext * avctx, AVFrame *frame, in ra144_decode_frame() argument
/third_party/ffmpeg/libavformat/
H A Daqtitledec.c42 int frame; in aqt_probe() local
55 int64_t pos = 0, frame = AV_NOPTS_VALUE; in aqt_read_header() local
H A Dyuv4mpegenc.c183 const AVFrame *frame = (const AVFrame *)pkt->data; in yuv4_write_packet() local
H A Duncodedframecrcenc.c49 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 Dscale_slice_test.c51 static int process_frame(DecodeContext *dc, AVFrame *frame) in process_frame() argument
148 AVFrame *frame = av_frame_alloc(); main() local
[all...]
H A Duncoded_frame.c48 AVFrame *frame = NULL; in main() local
[all...]
/third_party/ffmpeg/tests/api/
H A Dapi-h264-slice-test.c48 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 Dtrap.c23 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 Dtrap.cc20 void print_frame(const wasm::Frame* frame) { in print_frame() argument
98 auto frame = trap->origin(); in run() local

Completed in 9 milliseconds

1...<<11121314151617181920>>...78