/third_party/mesa3d/src/gallium/include/pipe/ |
D | p_video_codec.h | 101 void (*process_frame)(struct pipe_video_codec *codec, member
|
/third_party/ffmpeg/libavfilter/ |
D | f_streamselect.c | 53 static int process_frame(FFFrameSync *fs) in process_frame() function 137 s->fs.on_event = process_frame; in config_output()
|
D | vf_maskedthreshold.c | 166 static int process_frame(FFFrameSync *fs) in process_frame() function 242 s->fs.on_event = process_frame; in config_output()
|
D | vf_mergeplanes.c | 136 static int process_frame(FFFrameSync *fs) in process_frame() function 180 s->fs.on_event = process_frame; in config_output()
|
D | vf_maskedmerge.c | 109 static int process_frame(FFFrameSync *fs) in process_frame() function 273 s->fs.on_event = process_frame; in config_output()
|
D | vf_maskedclamp.c | 132 static int process_frame(FFFrameSync *fs) in process_frame() function 272 s->fs.on_event = process_frame; in config_output()
|
D | vf_overlay_qsv.c | 231 static int process_frame(FFFrameSync *fs) in process_frame() function 254 s->fs.on_event = process_frame; in init_framesync()
|
D | vf_midequalizer.c | 89 static int process_frame(FFFrameSync *fs) in process_frame() function 331 s->fs.on_event = process_frame; in config_output()
|
D | vf_threshold.c | 119 static int process_frame(FFFrameSync *fs) in process_frame() function 306 s->fs.on_event = process_frame; in config_output()
|
D | vf_maskedminmax.c | 194 static int process_frame(FFFrameSync *fs) in process_frame() function 281 s->fs.on_event = process_frame; in config_output()
|
D | vf_hysteresis.c | 87 static int process_frame(FFFrameSync *fs) in process_frame() function 330 s->fs.on_event = process_frame; in config_output()
|
D | vf_remap.c | 273 static int process_frame(FFFrameSync *fs) in process_frame() function 354 s->fs.on_event = process_frame; in config_output()
|
D | vf_displace.c | 243 static int process_frame(FFFrameSync *fs) in process_frame() function 356 s->fs.on_event = process_frame; in config_output()
|
D | vf_mix.c | 199 static int process_frame(FFFrameSync *fs) in process_frame() function 281 s->fs.on_event = process_frame; in config_output()
|
D | vf_stack.c | 158 static int process_frame(FFFrameSync *fs) in process_frame() function 354 s->fs.on_event = process_frame; in config_output()
|
D | vf_xmedian.c | 232 static int process_frame(FFFrameSync *fs) in process_frame() function 317 s->fs.on_event = process_frame; in config_output()
|
D | vf_deinterlace_qsv.c | 461 static int process_frame(AVFilterContext *ctx, const AVFrame *in, in process_frame() function 555 ret = process_frame(ctx, in, surf_in); in qsvdeint_filter_frame()
|
D | vf_vif.c | 540 static int process_frame(FFFrameSync *fs) in process_frame() function 590 s->fs.on_event = process_frame; in config_output()
|
D | vf_lut2.c | 292 static int process_frame(FFFrameSync *fs) in process_frame() function 508 s->fs.on_event = process_frame; in lut2_config_output()
|
D | vf_premultiply.c | 645 static int process_frame(FFFrameSync *fs) in process_frame() function 741 s->fs.on_event = process_frame; in config_output()
|
D | vf_bm3d.c | 888 static int process_frame(FFFrameSync *fs) in process_frame() function 1012 s->fs.on_event = process_frame; in config_output()
|
D | af_afftdn.c | 292 static void process_frame(AudioFFTDeNoiseContext *s, DeNoiseChannel *dnch, in process_frame() function 1123 process_frame(s, dnch, dnch->fft_data, in filter_channel()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_video_proc.cpp | 377 pD3D12Proc->base.process_frame = d3d12_video_processor_process_frame; in d3d12_video_processor_create()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | postproc.c | 176 context->decoder->process_frame(context->decoder, src, &context->desc.vidproc); in vlVaVidEngineBlit()
|
/third_party/ffmpeg/fftools/ |
D | ffprobe.c | 2365 static av_always_inline int process_frame(WriterContext *w, in process_frame() function 2537 while (process_frame(w, ifile, frame, pkt, &packet_new) > 0); in read_interval_packets() 2547 while (process_frame(w, ifile, frame, pkt, &(int){1}) > 0); in read_interval_packets()
|