Searched refs:g72x_state (Results 1 – 6 of 6) sorted by relevance
/third_party/libsnd/src/G72x/ |
D | g72x.h | 64 struct g72x_state ; 68 struct g72x_state * g72x_reader_init (int codec, int *blocksize, int *samplesperblock) ; 69 struct g72x_state * g72x_writer_init (int codec, int *blocksize, int *samplesperblock) ; 75 int g72x_decode_block (struct g72x_state *pstate, const unsigned char *block, short *samples) ; 83 int g72x_encode_block (struct g72x_state *pstate, short *samples, unsigned char *block) ;
|
D | g72x_priv.h | 44 struct g72x_state struct 75 int (*encoder) (int, struct g72x_state* state) ; argument 76 int (*decoder) (int, struct g72x_state* state) ; argument 81 typedef struct g72x_state G72x_STATE ; argument
|
D | ChangeLog | 24 Changed struct g72x_state to a typedef struct { .. } G72x_PRIVATE.
|
D | g72x.c | 134 struct g72x_state * g72x_reader_init (int codec, int *blocksize, int *samplesperblock) in g72x_reader_init() 189 struct g72x_state * g72x_writer_init (int codec, int *blocksize, int *samplesperblock) in g72x_writer_init()
|
D | README.original | 48 struct g72x_state state;
|
/third_party/libsnd/src/ |
D | g72x.c | 32 struct g72x_state ; 33 typedef struct g72x_state G72x_STATE ; 37 struct g72x_state * private ;
|