Lines Matching refs:MAD_FUNC
95 #define MAD_FUNC LSX_DLENTRY_DYNAMIC macro
97 #define MAD_FUNC LSX_DLENTRY_STATIC macro
101 …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 *)) \
105 MAD_FUNC(f,x, void, mad_frame_init, (struct mad_frame *)) \
106 MAD_FUNC(f,x, void, mad_synth_init, (struct mad_synth *)) \
107 MAD_FUNC(f,x, int, mad_frame_decode, (struct mad_frame *, struct mad_stream *)) \
108 MAD_FUNC(f,x, void, mad_timer_add, (mad_timer_t *, mad_timer_t)) \
109 MAD_FUNC(f,x, void, mad_synth_frame, (struct mad_synth *, struct mad_frame const *)) \
110 MAD_FUNC(f,x, char const *, mad_stream_errorstr, (struct mad_stream const *)) \
111 MAD_FUNC(f,x, void, mad_frame_finish, (struct mad_frame *)) \
112 MAD_FUNC(f,x, void, mad_stream_finish, (struct mad_stream *)) \
113 MAD_FUNC(f,x, unsigned long, mad_bit_read, (struct mad_bitptr *, unsigned int)) \
114 MAD_FUNC(f,x, int, mad_header_decode, (struct mad_header *, struct mad_stream *)) \
115 MAD_FUNC(f,x, void, mad_header_init, (struct mad_header *)) \
116 MAD_FUNC(f,x, signed long, mad_timer_count, (mad_timer_t, enum mad_units)) \
117 MAD_FUNC(f,x, void, mad_timer_multiply, (mad_timer_t *, signed long))