Home
last modified time | relevance | path

Searched refs:process_frame (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/include/pipe/
Dp_video_codec.h101 void (*process_frame)(struct pipe_video_codec *codec, member
/third_party/ffmpeg/libavfilter/
Df_streamselect.c53 static int process_frame(FFFrameSync *fs) in process_frame() function
137 s->fs.on_event = process_frame; in config_output()
Dvf_maskedthreshold.c166 static int process_frame(FFFrameSync *fs) in process_frame() function
242 s->fs.on_event = process_frame; in config_output()
Dvf_mergeplanes.c136 static int process_frame(FFFrameSync *fs) in process_frame() function
180 s->fs.on_event = process_frame; in config_output()
Dvf_maskedmerge.c109 static int process_frame(FFFrameSync *fs) in process_frame() function
273 s->fs.on_event = process_frame; in config_output()
Dvf_maskedclamp.c132 static int process_frame(FFFrameSync *fs) in process_frame() function
272 s->fs.on_event = process_frame; in config_output()
Dvf_overlay_qsv.c231 static int process_frame(FFFrameSync *fs) in process_frame() function
254 s->fs.on_event = process_frame; in init_framesync()
Dvf_midequalizer.c89 static int process_frame(FFFrameSync *fs) in process_frame() function
331 s->fs.on_event = process_frame; in config_output()
Dvf_threshold.c119 static int process_frame(FFFrameSync *fs) in process_frame() function
306 s->fs.on_event = process_frame; in config_output()
Dvf_maskedminmax.c194 static int process_frame(FFFrameSync *fs) in process_frame() function
281 s->fs.on_event = process_frame; in config_output()
Dvf_hysteresis.c87 static int process_frame(FFFrameSync *fs) in process_frame() function
330 s->fs.on_event = process_frame; in config_output()
Dvf_remap.c273 static int process_frame(FFFrameSync *fs) in process_frame() function
354 s->fs.on_event = process_frame; in config_output()
Dvf_displace.c243 static int process_frame(FFFrameSync *fs) in process_frame() function
356 s->fs.on_event = process_frame; in config_output()
Dvf_mix.c199 static int process_frame(FFFrameSync *fs) in process_frame() function
281 s->fs.on_event = process_frame; in config_output()
Dvf_stack.c158 static int process_frame(FFFrameSync *fs) in process_frame() function
354 s->fs.on_event = process_frame; in config_output()
Dvf_xmedian.c232 static int process_frame(FFFrameSync *fs) in process_frame() function
317 s->fs.on_event = process_frame; in config_output()
Dvf_deinterlace_qsv.c461 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()
Dvf_vif.c540 static int process_frame(FFFrameSync *fs) in process_frame() function
590 s->fs.on_event = process_frame; in config_output()
Dvf_lut2.c292 static int process_frame(FFFrameSync *fs) in process_frame() function
508 s->fs.on_event = process_frame; in lut2_config_output()
Dvf_premultiply.c645 static int process_frame(FFFrameSync *fs) in process_frame() function
741 s->fs.on_event = process_frame; in config_output()
Dvf_bm3d.c888 static int process_frame(FFFrameSync *fs) in process_frame() function
1012 s->fs.on_event = process_frame; in config_output()
Daf_afftdn.c292 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/
Dd3d12_video_proc.cpp377 pD3D12Proc->base.process_frame = d3d12_video_processor_process_frame; in d3d12_video_processor_create()
/third_party/mesa3d/src/gallium/frontends/va/
Dpostproc.c176 context->decoder->process_frame(context->decoder, src, &context->desc.vidproc); in vlVaVidEngineBlit()
/third_party/ffmpeg/fftools/
Dffprobe.c2365 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()

12