Home
last modified time | relevance | path

Searched defs:af_instance_s (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/mencoder/mplayer-export-2021-12-29/libaf/
H A Daf.h66 typedef struct af_instance_s struct
69 int (*control)(struct af_instance_s* af, int cmd, void* arg); argument
70 void (*uninit)(struct af_instance_s* af); argument
71 af_data_t* (*play)(struct af_instance_s* af, af_data_t* data); argument
74 struct af_instance_s* next; argument
75 struct af_instance_s* prev; argument
76 double delay; /* Delay caused by the filter, in units of bytes read without
78 double mul; /* length multiplier: how much does this instance change
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libaf/
H A Daf.h66 typedef struct af_instance_s struct
69 int (*control)(struct af_instance_s* af, int cmd, void* arg); argument
70 void (*uninit)(struct af_instance_s* af); argument
71 af_data_t* (*play)(struct af_instance_s* af, af_data_t* data); argument
74 struct af_instance_s* next; argument
75 struct af_instance_s* prev; argument
76 double delay; /* Delay caused by the filter, in units of bytes read without
78 double mul; /* length multiplier: how much does this instance change