Searched refs:AVSC_CC (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.h49 # define AVSC_CC __cdecl macro
51 # define AVSC_CC __stdcall macro
58 # define AVSC_API(ret, name) EXTERN_C __declspec(dllexport) ret AVSC_CC name
62 # define AVSC_API(ret, name) EXTERN_C __declspec(dllimport) ret AVSC_CC name
64 # define AVSC_API(ret, name) typedef ret (AVSC_CC *name##_func)
566 typedef AVS_Value (AVSC_CC * AVS_ApplyFunc)
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_hint
[all...]
H A Davisynth_c.h50 # define AVSC_CC __cdecl macro
52 # define AVSC_CC __stdcall macro
59 # define AVSC_API(ret, name) EXTERN_C __declspec(dllexport) ret AVSC_CC name
63 # define AVSC_API(ret, name) EXTERN_C __declspec(dllimport) ret AVSC_CC name
65 # define AVSC_API(ret, name) typedef ret (AVSC_CC *name##_func)
603 typedef AVS_Value (AVSC_CC * AVS_ApplyFunc)
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_hint
[all...]

Completed in 47 milliseconds