Lines Matching defs:mp3

181 static void almp3_autopoll_mp3(void *mp3) {  in almp3_autopoll_mp3()
189 static int almp3_reinit_decoder_mp3(ALMP3_MP3 *mp3) { in almp3_reinit_decoder_mp3()
199 static void almp3_convert_to_unsigned_format_mp3(ALMP3_MP3 *mp3, void *buf) { in almp3_convert_to_unsigned_format_mp3()
210 static int almp3_get_bytes_at_frame_using_toc_mp3(ALMP3_MP3 *mp3, int frame) { in almp3_get_bytes_at_frame_using_toc_mp3()
259 static int almp3_get_outbytes_per_sec_mp3(ALMP3_MP3 *mp3) { in almp3_get_outbytes_per_sec_mp3()
266 static int almp3_decode_frame_mp3(ALMP3_MP3 *mp3, char *inbuf, char *outbuf, int *size_done, int *i… in almp3_decode_frame_mp3()
318 ALMP3_MP3 *mp3; in almp3_create_mp3() local
504 void almp3_destroy_mp3(ALMP3_MP3 *mp3) { in almp3_destroy_mp3()
517 int almp3_play_mp3(ALMP3_MP3 *mp3, int buffer_len, int vol, int pan) { in almp3_play_mp3()
522 int almp3_play_ex_mp3(ALMP3_MP3 *mp3, int buffer_len, int vol, int pan, int speed, int loop) { in almp3_play_ex_mp3()
555 void almp3_stop_mp3(ALMP3_MP3 *mp3) { in almp3_stop_mp3()
570 void almp3_rewind_mp3(ALMP3_MP3 *mp3) { in almp3_rewind_mp3()
577 void almp3_seek_abs_frames_mp3(ALMP3_MP3 *mp3, int frame) { in almp3_seek_abs_frames_mp3()
600 void almp3_seek_abs_msecs_mp3(ALMP3_MP3 *mp3, int msec) { in almp3_seek_abs_msecs_mp3()
607 void almp3_seek_abs_secs_mp3(ALMP3_MP3 *mp3, int sec) { in almp3_seek_abs_secs_mp3()
612 void almp3_seek_abs_bytes_mp3(ALMP3_MP3 *mp3, int bytes) { in almp3_seek_abs_bytes_mp3()
632 void almp3_seek_rel_frames_mp3(ALMP3_MP3 *mp3, int frame) { in almp3_seek_rel_frames_mp3()
656 void almp3_seek_rel_msecs_mp3(ALMP3_MP3 *mp3, int msec) { in almp3_seek_rel_msecs_mp3()
663 void almp3_seek_rel_secs_mp3(ALMP3_MP3 *mp3, int sec) { in almp3_seek_rel_secs_mp3()
668 void almp3_seek_rel_bytes_mp3(ALMP3_MP3 *mp3, int bytes) { in almp3_seek_rel_bytes_mp3()
691 int almp3_poll_mp3(ALMP3_MP3 *mp3) { in almp3_poll_mp3()
840 void almp3_start_autopoll_mp3(ALMP3_MP3 *mp3, int speed) { in almp3_start_autopoll_mp3()
857 void almp3_stop_autopoll_mp3(ALMP3_MP3 *mp3) { in almp3_stop_autopoll_mp3()
871 int almp3_get_pos_frames_mp3(ALMP3_MP3 *mp3) { in almp3_get_pos_frames_mp3()
876 int almp3_get_pos_msecs_mp3(ALMP3_MP3 *mp3) { in almp3_get_pos_msecs_mp3()
885 int almp3_get_pos_secs_mp3(ALMP3_MP3 *mp3) { in almp3_get_pos_secs_mp3()
890 int almp3_get_length_frames_mp3(ALMP3_MP3 *mp3) { in almp3_get_length_frames_mp3()
895 int almp3_get_pos_bytes_mp3(ALMP3_MP3 *mp3) { in almp3_get_pos_bytes_mp3()
900 int almp3_get_length_msecs_mp3(ALMP3_MP3 *mp3) { in almp3_get_length_msecs_mp3()
907 int almp3_get_length_secs_mp3(ALMP3_MP3 *mp3) { in almp3_get_length_secs_mp3()
912 int almp3_get_length_bytes_mp3(ALMP3_MP3 *mp3) { in almp3_get_length_bytes_mp3()
917 int almp3_get_msecs_per_frame_mp3(ALMP3_MP3 *mp3) { in almp3_get_msecs_per_frame_mp3()
924 int almp3_get_bitrate_mp3(ALMP3_MP3 *mp3) { in almp3_get_bitrate_mp3()
929 int almp3_get_layer_mp3(ALMP3_MP3 *mp3) { in almp3_get_layer_mp3()
934 int almp3_get_wave_bits_mp3(ALMP3_MP3 *mp3) { in almp3_get_wave_bits_mp3()
939 int almp3_get_wave_is_stereo_mp3(ALMP3_MP3 *mp3) { in almp3_get_wave_is_stereo_mp3()
944 int almp3_get_wave_freq_mp3(ALMP3_MP3 *mp3) { in almp3_get_wave_freq_mp3()
949 SAMPLE *almp3_create_sample_from_mp3(ALMP3_MP3 *mp3) { in almp3_create_sample_from_mp3()
1058 void almp3_adjust_mp3(ALMP3_MP3 *mp3, int vol, int pan, int speed, int loop) { in almp3_adjust_mp3()
1069 void *almp3_get_output_wave_mp3(ALMP3_MP3 *mp3, int *buffer_size) { in almp3_get_output_wave_mp3()
1082 int almp3_is_playing_mp3(ALMP3_MP3 *mp3) { in almp3_is_playing_mp3()
1090 int almp3_is_looping_mp3(ALMP3_MP3 *mp3) { in almp3_is_looping_mp3()
1097 void almp3_set_loop_mp3(ALMP3_MP3 *mp3, int loop) { in almp3_set_loop_mp3()
1106 AUDIOSTREAM *almp3_get_audiostream_mp3(ALMP3_MP3 *mp3) { in almp3_get_audiostream_mp3()
1117 static void almp3_autopoll_mp3stream(void *mp3) { in almp3_autopoll_mp3stream()
1125 static int almp3_reinit_decoder_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_reinit_decoder_mp3stream()
1136 static void almp3_convert_to_unsigned_format_mp3stream(ALMP3_MP3STREAM *mp3, void *buf) { in almp3_convert_to_unsigned_format_mp3stream()
1147 static int almp3_get_bytes_at_frame_using_toc_mp3stream(ALMP3_MP3STREAM *mp3, int frame, int data_l… in almp3_get_bytes_at_frame_using_toc_mp3stream()
1194 static int almp3_get_outbytes_per_sec_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_get_outbytes_per_sec_mp3stream()
1201 static int almp3_decode_frame_mp3stream(ALMP3_MP3STREAM *mp3, char *inbuf, int inlen, char *outbuf,… in almp3_decode_frame_mp3stream()
1248 ALMP3_MP3STREAM *mp3; in almp3_create_mp3stream() local
1455 void almp3_destroy_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_destroy_mp3stream()
1471 int almp3_play_mp3stream(ALMP3_MP3STREAM *mp3, int buffer_len, int vol, int pan) { in almp3_play_mp3stream()
1476 int almp3_play_ex_mp3stream(ALMP3_MP3STREAM *mp3, int buffer_len, int vol, int pan, int speed) { in almp3_play_ex_mp3stream()
1508 void almp3_stop_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_stop_mp3stream()
1523 int almp3_poll_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_poll_mp3stream()
1734 void almp3_start_autopoll_mp3stream(ALMP3_MP3STREAM *mp3, int speed) { in almp3_start_autopoll_mp3stream()
1751 void almp3_stop_autopoll_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_stop_autopoll_mp3stream()
1765 void *almp3_get_mp3stream_buffer(ALMP3_MP3STREAM *mp3) { in almp3_get_mp3stream_buffer()
1780 void almp3_free_mp3stream_buffer(ALMP3_MP3STREAM *mp3, int bytes_used) { in almp3_free_mp3stream_buffer()
1796 int almp3_get_pos_frames_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_get_pos_frames_mp3stream()
1801 int almp3_get_pos_msecs_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_get_pos_msecs_mp3stream()
1810 int almp3_get_pos_secs_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_get_pos_secs_mp3stream()
1815 int almp3_get_pos_bytes_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_get_pos_bytes_mp3stream()
1820 int almp3_get_msecs_per_frame_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_get_msecs_per_frame_mp3stream()
1827 int almp3_get_bitrate_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_get_bitrate_mp3stream()
1832 int almp3_get_layer_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_get_layer_mp3stream()
1837 int almp3_get_wave_bits_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_get_wave_bits_mp3stream()
1842 int almp3_get_wave_is_stereo_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_get_wave_is_stereo_mp3stream()
1847 int almp3_get_wave_freq_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_get_wave_freq_mp3stream()
1852 void almp3_adjust_mp3stream(ALMP3_MP3STREAM *mp3, int vol, int pan, int speed) { in almp3_adjust_mp3stream()
1862 void *almp3_get_output_wave_mp3stream(ALMP3_MP3STREAM *mp3, int *buffer_size) { in almp3_get_output_wave_mp3stream()
1875 int almp3_get_length_frames_mp3stream(ALMP3_MP3STREAM *mp3, int total_size) { in almp3_get_length_frames_mp3stream()
1884 int almp3_get_length_msecs_mp3stream(ALMP3_MP3STREAM *mp3, int total_size) { in almp3_get_length_msecs_mp3stream()
1891 int almp3_get_length_secs_mp3stream(ALMP3_MP3STREAM *mp3, int total_size) { in almp3_get_length_secs_mp3stream()
1896 int almp3_get_length_bytes_mp3stream(ALMP3_MP3STREAM *mp3, int total_size) { in almp3_get_length_bytes_mp3stream()
1901 int almp3_is_playing_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_is_playing_mp3stream()
1909 AUDIOSTREAM *almp3_get_audiostream_mp3stream(ALMP3_MP3STREAM *mp3) { in almp3_get_audiostream_mp3stream()
1914 int almp3_seek_abs_frames_mp3stream(ALMP3_MP3STREAM *mp3, int frame, int total_size) { in almp3_seek_abs_frames_mp3stream()
1938 int almp3_seek_abs_msecs_mp3stream(ALMP3_MP3STREAM *mp3, int msecs, int total_size) { in almp3_seek_abs_msecs_mp3stream()
1945 int almp3_seek_abs_secs_mp3stream(ALMP3_MP3STREAM *mp3, int secs, int total_size){ in almp3_seek_abs_secs_mp3stream()
1950 int almp3_seek_abs_bytes_mp3stream(ALMP3_MP3STREAM *mp3, int bytes, int total_size) { in almp3_seek_abs_bytes_mp3stream()
1966 int almp3_seek_rel_frames_mp3stream(ALMP3_MP3STREAM *mp3, int frame, int total_size) { in almp3_seek_rel_frames_mp3stream()
1991 int almp3_seek_rel_msecs_mp3stream(ALMP3_MP3STREAM *mp3, int msec, int total_size) { in almp3_seek_rel_msecs_mp3stream()
1998 int almp3_seek_rel_secs_mp3stream(ALMP3_MP3STREAM *mp3, int sec, int total_size) { in almp3_seek_rel_secs_mp3stream()
2003 int almp3_seek_rel_bytes_mp3stream(ALMP3_MP3STREAM *mp3, int bytes, int total_size) { in almp3_seek_rel_bytes_mp3stream()