FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | FLACDSPContext |
Functions | |
void | ff_flacdsp_init (FLACDSPContext *c, enum AVSampleFormat fmt, int bps) |
void | ff_flacdsp_init_arm (FLACDSPContext *c, enum AVSampleFormat fmt, int bps) |
void ff_flacdsp_init | ( | FLACDSPContext * | c, |
enum AVSampleFormat | fmt, | ||
int | bps | ||
) |
Definition at line 88 of file flacdsp.c.
Referenced by decode_frame(), flac_decode_init(), flac_encode_init(), and parse_streaminfo().
void ff_flacdsp_init_arm | ( | FLACDSPContext * | c, |
enum AVSampleFormat | fmt, | ||
int | bps | ||
) |
Definition at line 27 of file flacdsp_init_arm.c.
Referenced by ff_flacdsp_init().