Home
last modified time | relevance | path

Searched refs:mad_stream (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dmp3-util.h79 struct mad_stream mad_stream; in mp3_duration() local
87 p->mad_stream_init(&mad_stream); in mp3_duration()
93 size_t leftover = mad_stream.bufend - mad_stream.next_frame; in mp3_duration()
95 memmove(p->mp3_buffer, mad_stream.this_frame, leftover); in mp3_duration()
103 p->mad_stream_buffer(&mad_stream, p->mp3_buffer + padding, leftover + read - padding); in mp3_duration()
106 mad_stream.error = MAD_ERROR_NONE; in mp3_duration()
107 if (p->mad_header_decode(&mad_header, &mad_stream) == -1) { in mp3_duration()
108 if (mad_stream.error == MAD_ERROR_BUFLEN) in mp3_duration()
110 if (!MAD_RECOVERABLE(mad_stream.error)) { in mp3_duration()
114 if (mad_stream.error == MAD_ERROR_LOSTSYNC) { in mp3_duration()
[all …]
H A Dmp3.c101 …MAD_FUNC(f,x, void, mad_stream_buffer, (struct mad_stream *, unsigned char const *, unsigned long)…
102 MAD_FUNC(f,x, void, mad_stream_skip, (struct mad_stream *, unsigned long)) \
103 MAD_FUNC(f,x, int, mad_stream_sync, (struct mad_stream *)) \
104 MAD_FUNC(f,x, void, mad_stream_init, (struct mad_stream *)) \
107 MAD_FUNC(f,x, int, mad_frame_decode, (struct mad_frame *, struct mad_stream *)) \
110 MAD_FUNC(f,x, char const *, mad_stream_errorstr, (struct mad_stream const *)) \
112 MAD_FUNC(f,x, void, mad_stream_finish, (struct mad_stream *)) \
114 MAD_FUNC(f,x, int, mad_header_decode, (struct mad_header *, struct mad_stream *)) \
204 struct mad_stream Stream;
/OK3568_Linux_fs/external/rktoolkit/
H A Dminimad.c85 struct mad_stream *stream) in input()
172 struct mad_stream *stream, in error()
/OK3568_Linux_fs/buildroot/dl/libmad/
HDlibmad_0.15.1b-10.diff.gz1--- libmad-0.15.1b.orig/debian/changelog 2++ ...