Searched refs:AVS_FilterInfo (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/compat/avisynth/
H A Davxsynth_c.h569 typedef struct AVS_FilterInfo AVS_FilterInfo; typedef in typeref:struct:AVS_FilterInfo
570 struct AVS_FilterInfo struct
576 AVS_VideoFrame * (AVSC_CC * get_frame)(AVS_FilterInfo *, int n);
577 int (AVSC_CC * get_parity)(AVS_FilterInfo *, int n);
578 int (AVSC_CC * get_audio)(AVS_FilterInfo *, void * buf,
580 int (AVSC_CC * set_cache_hints)(AVS_FilterInfo *, int cachehints,
582 void (AVSC_CC * free_filter)(AVS_FilterInfo *);
592 // fi is set to point to the AVS_FilterInfo so that you can
603 AVS_FilterInfo * * f
[all...]
H A Davisynth_c.h606 typedef struct AVS_FilterInfo AVS_FilterInfo; typedef in typeref:struct:AVS_FilterInfo
607 struct AVS_FilterInfo struct
613 AVS_VideoFrame * (AVSC_CC * get_frame)(AVS_FilterInfo *, int n);
614 int (AVSC_CC * get_parity)(AVS_FilterInfo *, int n);
615 int (AVSC_CC * get_audio)(AVS_FilterInfo *, void * buf,
617 int (AVSC_CC * set_cache_hints)(AVS_FilterInfo *, int cachehints,
619 void (AVSC_CC * free_filter)(AVS_FilterInfo *);
629 // fi is set to point to the AVS_FilterInfo so that you can
636 AVS_FilterInfo * * f
[all...]

Completed in 41 milliseconds