/third_party/lame/include/ |
H A D | lame.h | 146 typedef struct lame_global_struct lame_global_flags; typedef 147 typedef lame_global_flags *lame_t; 168 lame_global_flags * CDECL lame_init(void); 172 int CDECL lame_init_old(lame_global_flags *); 184 int CDECL lame_set_num_samples(lame_global_flags *, unsigned long); 185 unsigned long CDECL lame_get_num_samples(const lame_global_flags *); 188 int CDECL lame_set_in_samplerate(lame_global_flags *, int); 189 int CDECL lame_get_in_samplerate(const lame_global_flags *); 192 int CDECL lame_set_num_channels(lame_global_flags *, int); 193 int CDECL lame_get_num_channels(const lame_global_flags *); [all...] |
/third_party/lame/libmp3lame/ |
H A D | set_get.c | 3 * set/get functions for lame_global_flags 36 #include "lame_global_flags.h" 46 lame_set_num_samples(lame_global_flags * gfp, unsigned long num_samples) in lame_set_num_samples() 57 lame_get_num_samples(const lame_global_flags * gfp) in lame_get_num_samples() 68 lame_set_in_samplerate(lame_global_flags * gfp, int in_samplerate) in lame_set_in_samplerate() 81 lame_get_in_samplerate(const lame_global_flags * gfp) in lame_get_in_samplerate() 92 lame_set_num_channels(lame_global_flags * gfp, int num_channels) in lame_set_num_channels() 106 lame_get_num_channels(const lame_global_flags * gfp) in lame_get_num_channels() 117 lame_set_scale(lame_global_flags * gfp, float scale) in lame_set_scale() 128 lame_get_scale(const lame_global_flags * gf [all...] |
H A D | set_get.h | 33 int CDECL lame_set_short_threshold(lame_global_flags *, float, float); 34 int CDECL lame_set_short_threshold_lrm(lame_global_flags *, float); 35 float CDECL lame_get_short_threshold_lrm(const lame_global_flags *); 36 int CDECL lame_set_short_threshold_s(lame_global_flags *, float); 37 float CDECL lame_get_short_threshold_s(const lame_global_flags *); 40 int CDECL lame_set_maskingadjust(lame_global_flags *, float); 41 float CDECL lame_get_maskingadjust(const lame_global_flags *); 43 int CDECL lame_set_maskingadjust_short(lame_global_flags *, float); 44 float CDECL lame_get_maskingadjust_short(const lame_global_flags *); 47 int CDECL lame_set_ATHcurve(lame_global_flags *, floa [all...] |
H A D | lame.c | 39 #include "lame_global_flags.h" 69 is_lame_global_flags_valid(const lame_global_flags * gfp) in is_lame_global_flags_valid() 365 lame_init_qval(lame_global_flags * gfp) in lame_init_qval() 540 lame_init_params(lame_global_flags * gfp) in lame_init_params() 1334 lame_print_config(const lame_global_flags * gfp) in lame_print_config() 1425 lame_print_internals(const lame_global_flags * gfp) in lame_print_internals() 1875 lame_encode_buffer_template(lame_global_flags * gfp, in lame_encode_buffer_template() 1911 lame_encode_buffer(lame_global_flags * gfp, in lame_encode_buffer() 1920 lame_encode_buffer_float(lame_global_flags * gfp, in lame_encode_buffer_float() 1970 lame_encode_buffer_int(lame_global_flags * gf [all...] |
H A D | id3tag.h | 56 extern int id3tag_write_v2(lame_global_flags * gfp); 57 extern int id3tag_write_v1(lame_global_flags * gfp);
|
H A D | VbrTag.h | 74 int InitVbrTag(lame_global_flags * gfp); 75 int PutVbrTag(lame_global_flags const *gfp, FILE * fid);
|
H A D | presets.c | 32 #include "lame_global_flags.h" 143 apply_vbr_preset(lame_global_flags * gfp, int a, int enforce) in apply_vbr_preset() 216 apply_abr_preset(lame_global_flags * gfp, int preset, int enforce) in apply_abr_preset() 320 apply_preset(lame_global_flags * gfp, int preset, int enforce) in apply_preset()
|
H A D | psymodel.h | 39 int psymodel_init(lame_global_flags const* gfp);
|
H A D | VbrTag.c | 35 #include "lame_global_flags.h" 459 InitVbrTag(lame_global_flags * gfp) in InitVbrTag() 590 PutLameVBR(lame_global_flags const *gfp, size_t nMusicLength, uint8_t * pbtStreamBuffer, uint16_t crc) in PutLameVBR() 874 lame_get_lametag_frame(lame_global_flags const *gfp, unsigned char *buffer, size_t size) in lame_get_lametag_frame() 1002 PutVbrTag(lame_global_flags const *gfp, FILE * fpStream) in PutVbrTag()
|
H A D | lame_global_flags.h | 182 int is_lame_global_flags_valid(const lame_global_flags * gfp);
|
/third_party/lame/Dll/ |
H A D | BladeMP3EncDLL.c | 48 static lame_global_flags* gfp_save = NULL; 51 static void dump_config( lame_global_flags* gfp ); 54 static void PresetOptions( lame_global_flags *gfp, LONG myPreset ); 106 static void PresetOptions( lame_global_flags *gfp, LONG myPreset ) in PresetOptions() 228 lame_global_flags* gfp = NULL; in __declspec() 560 lame_global_flags* gfp = (lame_global_flags*)hbeStream; in __declspec() 582 lame_global_flags* gfp = (lame_global_flags*)hbeStream; in __declspec() 602 lame_global_flags* gf in __declspec() [all...] |
/third_party/lame/frontend/ |
H A D | timestatus.h | 29 void encoder_progress_begin( lame_global_flags const* gf 32 void encoder_progress( lame_global_flags const* gf ); 33 void encoder_progress_end(lame_global_flags const* gf);
|
H A D | parse.h | 9 int short_help(const lame_global_flags * gfp, FILE * const fp, const char *ProgramName); 10 int long_help(const lame_global_flags * gfp, FILE * const fp, const char *ProgramName, 14 int parse_args(lame_global_flags * gfp, int argc, char **argv, char *const inPath,
|
H A D | brhist.h | 31 int brhist_init(const lame_global_flags * gf, const int bitrate_kbps_min, 33 void brhist_disp(const lame_global_flags * gf);
|
H A D | timestatus.c | 116 timestatus(const lame_global_flags * const gfp) in timestatus() 194 brhist_init_package(lame_global_flags const* gf) in brhist_init_package() 209 encoder_progress_begin( lame_global_flags const* gf in encoder_progress_begin() 288 encoder_progress( lame_global_flags const* gf ) in encoder_progress() 321 encoder_progress_end( lame_global_flags const* gf ) in encoder_progress_end()
|
H A D | lame_main.c | 98 init_files(lame_global_flags * gf, char const *inPath, char const *outPath) in init_files() 274 print_trailing_info(lame_global_flags * gf) in print_trailing_info() 328 write_xing_frame(lame_global_flags * gf, FILE * outf, size_t offset) in write_xing_frame() 389 lame_encoder_loop(lame_global_flags * gf, FILE * outf, int nogap, char *inPath, char *outPath) in lame_encoder_loop() 519 lame_encoder(lame_global_flags * gf, FILE * outf, int nogap, char *inPath, char *outPath) in lame_encoder()
|
H A D | gtkanal.h | 23 int gtkcontrol(lame_global_flags * gfp2, char *inPath);
|
H A D | brhist.c | 85 brhist_init(const lame_global_flags * gf, const int bitrate_kbps_min, const int bitrate_kbps_max) in brhist_init() 171 progress_line(const lame_global_flags * gf, int full, int frames) in progress_line() 303 brhist_disp(const lame_global_flags * gf) in brhist_disp()
|
H A D | parse.c | 372 set_id3v2tag(lame_global_flags* gfp, int type, unsigned short const* str) in set_id3v2tag() 390 set_id3tag(lame_global_flags* gfp, int type, char const* str) in set_id3tag() 407 id3_tag(lame_global_flags* gfp, int type, TextEncoding enc, char* str) in id3_tag() 550 short_help(const lame_global_flags * gfp, FILE * const fp, const char *ProgramName) in short_help() 714 long_help(const lame_global_flags * gfp, FILE * const fp, const char *ProgramName, int lessmode) in long_help() 1546 parse_args_(lame_global_flags * gfp, int argc, char **argv, in parse_args_()
|
H A D | get_audio.c | 1477 parse_wave_header(lame_global_flags * gfp, FILE * sf) in parse_wave_header() 1639 parse_aiff_header(lame_global_flags * gfp, FILE * sf) in parse_aiff_header() 1794 parse_file_header(lame_global_flags * gfp, FILE * sf) in parse_file_header()
|
H A D | gtkanal.c | 38 #include "lame_global_flags.h" 119 static lame_global_flags *gfp; 1434 gtkcontrol(lame_global_flags * gfp2, char *inPath) in gtkcontrol()
|
/third_party/lame/ACM/ |
H A D | ACMStream.h | 45 typedef struct lame_global_struct lame_global_flags; typedef 67 lame_global_flags * gfp;
|
H A D | DecodeStream.h | 42 struct lame_global_flags; 64 lame_global_flags * gfp;
|
/third_party/lame/dshow/ |
H A D | Encoder.h | 156 lame_global_flags * pgf;
|
/third_party/ffmpeg/libavcodec/ |
H A D | libmp3lame.c | 47 lame_global_flags *gfp;
|