Home
last modified time | relevance | path

Searched refs:process_frame (Results 1 - 25 of 33) sorted by relevance

12

/third_party/ffmpeg/tools/
H A Dvenc_data_dump.c34 static int process_frame(DecodeContext *dc, AVFrame *frame) in process_frame() function
94 dc.process_frame = process_frame; in main()
H A Dscale_slice_test.c51 static int process_frame(DecodeContext *dc, AVFrame *frame) in process_frame() function
180 dc.process_frame = process_frame; in main()
H A Ddecode_simple.c45 int err = dc->process_frame(dc, NULL); in decode_read()
53 ret = dc->process_frame(dc, dc->frame); in decode_read()
H A Ddecode_simple.h41 int (*process_frame)(struct DecodeContext *dc, AVFrame *frame); member
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_video_codec.h101 void (*process_frame)(struct pipe_video_codec *codec, member
/third_party/ffmpeg/libavfilter/
H A Df_streamselect.c53 static int process_frame(FFFrameSync *fs) in process_frame() function
141 s->fs.on_event = process_frame; in config_output()
H A Dvf_multiply.c126 static int process_frame(FFFrameSync *fs) in process_frame() function
198 s->fs.on_event = process_frame; in config_output()
H A Dvf_maskedthreshold.c161 static int process_frame(FFFrameSync *fs) in process_frame() function
233 s->fs.on_event = process_frame; in config_output()
H A Dvf_threshold.c115 static int process_frame(FFFrameSync *fs) in process_frame() function
231 s->fs.on_event = process_frame; in config_output()
H A Dvf_displace.c238 static int process_frame(FFFrameSync *fs) in process_frame() function
346 s->fs.on_event = process_frame; in config_output()
H A Dvf_remap.c273 static int process_frame(FFFrameSync *fs) in process_frame() function
351 s->fs.on_event = process_frame; in config_output()
H A Dvf_limitdiff.c200 static int process_frame(FFFrameSync *fs) in process_frame() function
297 s->fs.on_event = process_frame; in config_output()
H A Dvf_maskedclamp.c127 static int process_frame(FFFrameSync *fs) in process_frame() function
263 s->fs.on_event = process_frame; in config_output()
H A Dvf_hysteresis.c82 static int process_frame(FFFrameSync *fs) in process_frame() function
321 s->fs.on_event = process_frame; in config_output()
H A Dvf_maskedminmax.c179 static int process_frame(FFFrameSync *fs) in process_frame() function
261 s->fs.on_event = process_frame; in config_output()
H A Dvf_midequalizer.c84 static int process_frame(FFFrameSync *fs) in process_frame() function
321 s->fs.on_event = process_frame; in config_output()
H A Dvf_maskedmerge.c105 static int process_frame(FFFrameSync *fs) in process_frame() function
259 s->fs.on_event = process_frame; in config_output()
H A Dvf_mergeplanes.c149 static int process_frame(FFFrameSync *fs) in process_frame() function
193 s->fs.on_event = process_frame; in config_output()
H A Dvf_overlay_qsv.c230 static int process_frame(FFFrameSync *fs) in process_frame() function
253 s->fs.on_event = process_frame; in init_framesync()
H A Dvf_deinterlace_qsv.c445 static int process_frame(AVFilterContext *ctx, const AVFrame *in, in process_frame() function
539 ret = process_frame(ctx, in, surf_in); in qsvdeint_filter_frame()
H A Dvf_guided.c314 static int process_frame(FFFrameSync *fs) in process_frame() function
393 s->fs.on_event = process_frame; in config_output()
H A Dvf_stack.c164 static int process_frame(FFFrameSync *fs) in process_frame() function
403 s->fs.on_event = process_frame; in config_output()
H A Dvf_xmedian.c199 static int process_frame(FFFrameSync *fs) in process_frame() function
296 s->fs.on_event = process_frame; in config_output()
H A Dvf_mix.c215 static int process_frame(FFFrameSync *fs) in process_frame() function
307 s->fs.on_event = process_frame; in config_output()
H A Dvf_vif.c527 static int process_frame(FFFrameSync *fs) in process_frame() function
577 s->fs.on_event = process_frame; in config_output()

Completed in 17 milliseconds

12