/third_party/ffmpeg/tools/ |
H A D | venc_data_dump.c | 34 static int process_frame(DecodeContext *dc, AVFrame *frame) in process_frame() function 94 dc.process_frame = process_frame; in main()
|
H A D | scale_slice_test.c | 51 static int process_frame(DecodeContext *dc, AVFrame *frame) in process_frame() function 180 dc.process_frame = process_frame; in main()
|
H A D | decode_simple.c | 45 int err = dc->process_frame(dc, NULL); in decode_read() 53 ret = dc->process_frame(dc, dc->frame); in decode_read()
|
H A D | decode_simple.h | 41 int (*process_frame)(struct DecodeContext *dc, AVFrame *frame); member
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_video_codec.h | 101 void (*process_frame)(struct pipe_video_codec *codec, member
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_streamselect.c | 53 static int process_frame(FFFrameSync *fs) in process_frame() function 141 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_multiply.c | 126 static int process_frame(FFFrameSync *fs) in process_frame() function 198 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_maskedthreshold.c | 161 static int process_frame(FFFrameSync *fs) in process_frame() function 233 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_threshold.c | 115 static int process_frame(FFFrameSync *fs) in process_frame() function 231 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_displace.c | 238 static int process_frame(FFFrameSync *fs) in process_frame() function 346 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_remap.c | 273 static int process_frame(FFFrameSync *fs) in process_frame() function 351 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_limitdiff.c | 200 static int process_frame(FFFrameSync *fs) in process_frame() function 297 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_maskedclamp.c | 127 static int process_frame(FFFrameSync *fs) in process_frame() function 263 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_hysteresis.c | 82 static int process_frame(FFFrameSync *fs) in process_frame() function 321 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_maskedminmax.c | 179 static int process_frame(FFFrameSync *fs) in process_frame() function 261 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_midequalizer.c | 84 static int process_frame(FFFrameSync *fs) in process_frame() function 321 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_maskedmerge.c | 105 static int process_frame(FFFrameSync *fs) in process_frame() function 259 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_mergeplanes.c | 149 static int process_frame(FFFrameSync *fs) in process_frame() function 193 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_overlay_qsv.c | 230 static int process_frame(FFFrameSync *fs) in process_frame() function 253 s->fs.on_event = process_frame; in init_framesync()
|
H A D | vf_deinterlace_qsv.c | 445 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 D | vf_guided.c | 314 static int process_frame(FFFrameSync *fs) in process_frame() function 393 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_stack.c | 164 static int process_frame(FFFrameSync *fs) in process_frame() function 403 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_xmedian.c | 199 static int process_frame(FFFrameSync *fs) in process_frame() function 296 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_mix.c | 215 static int process_frame(FFFrameSync *fs) in process_frame() function 307 s->fs.on_event = process_frame; in config_output()
|
H A D | vf_vif.c | 527 static int process_frame(FFFrameSync *fs) in process_frame() function 577 s->fs.on_event = process_frame; in config_output()
|