Searched refs:tc_get_mp3_header (Results 1 – 7 of 7) sorted by relevance
/dports/multimedia/transcode/transcode-1.1.7/tools/ |
H A D | aud_scan.h | 26 int tc_get_mp3_header(unsigned char* hbuf, int* chans, int* srate, int *bitrate); 27 #define tc_decode_mp3_header(hbuf) tc_get_mp3_header(hbuf, NULL, NULL, NULL)
|
H A D | aud_scan.c | 56 int tc_get_mp3_header(uint8_t* hbuf, int* chans, int* srate, int *bitrate){ in tc_get_mp3_header() function 307 return tc_get_mp3_header(buf, chans, srate, bitrate); in tc_get_audio_header() 320 if (tc_get_mp3_header(buf, NULL, NULL, NULL) > 0) { in tc_probe_audio_header()
|
H A D | tcmp3cut.c | 217 if ( (framesize = tc_get_mp3_header (header, &chans, &srate, &bitrate)) > 0) { in main() 249 if ( (framesize = tc_get_mp3_header (header, &chans, &srate, &bitrate)) < 0) { in main()
|
/dports/multimedia/ogmrip/ogmrip-1.0.1/avibox/ |
H A D | aud_scan.h | 26 int tc_get_mp3_header(unsigned char* hbuf, int* chans, int* srate, int *bitrate); 27 #define tc_decode_mp3_header(hbuf) tc_get_mp3_header(hbuf, NULL, NULL, NULL)
|
H A D | aud_scan.c | 52 int tc_get_mp3_header(unsigned char* hbuf, int* chans, int* srate, int *bitrate){ in tc_get_mp3_header() function 317 return tc_get_mp3_header(buf, chans, srate, bitrate); in tc_get_audio_header() 330 if (tc_get_mp3_header(buf, NULL, NULL, NULL)>0) in tc_probe_audio_header()
|
/dports/multimedia/transcode/transcode-1.1.7/import/ |
H A D | tcscan.c | 40 int tc_get_mp3_header(unsigned char* hbuf, int* chans, int* srate, int *bitrate); 41 #define tc_decode_mp3_header(hbuf) tc_get_mp3_header(hbuf, NULL, NULL, NULL) 512 if ( (framesize = tc_get_mp3_header (header, &chans, &srate, &bitrate)) > 0) { in main() 541 if ( (framesize = tc_get_mp3_header (header, &chans, &srate, &bitrate)) < 0) { in main() 636 int tc_get_mp3_header(unsigned char* hbuf, int* chans, int* srate, int *bitrate){ in tc_get_mp3_header() function
|
/dports/multimedia/transcode/transcode-1.1.7/export/ |
H A D | aud_aux.c | 140 static int tc_get_mp3_header(unsigned char* hbuf, int* chans, int* srate); 814 while((size=tc_get_mp3_header(output+offset, NULL, NULL)) > 0) in tc_audio_encode_mp3() 1134 static int tc_get_mp3_header(unsigned char* hbuf, int* chans, int* srate){ in tc_get_mp3_header() function
|