Lines Matching refs:p_dst
61 ** p_dst: the data buffer to hold the converted audio data
63 ** dst_samples: The size of p_dst (number of bytes)
73 ** Returns The number of bytes used in p_dst
77 extern int bta_av_sbc_up_sample (void *p_src, void *p_dst,
90 ** p_dst: the data buffer to hold the converted audio data
92 ** dst_samples: The size of p_dst (in uint of 4 bytes)
94 ** Returns The number of bytes used in p_dst
98 extern int bta_av_sbc_up_sample_16s (void *p_src, void *p_dst,
111 ** p_dst: the data buffer to hold the converted audio data
113 ** dst_samples: The size of p_dst (in uint of 2 bytes)
115 ** Returns The number of bytes used in p_dst
119 extern int bta_av_sbc_up_sample_16m (void *p_src, void *p_dst,
132 ** p_dst: the data buffer to hold the converted audio data
134 ** dst_samples: The size of p_dst (in uint of 2 bytes)
136 ** Returns The number of bytes used in p_dst
140 extern int bta_av_sbc_up_sample_8s (void *p_src, void *p_dst,
153 ** p_dst: the data buffer to hold the converted audio data
155 ** dst_samples: The size of p_dst (number of bytes)
157 ** Returns The number of bytes used in p_dst
161 extern int bta_av_sbc_up_sample_8m (void *p_src, void *p_dst,