Home | History | Annotate | Download | only in include

Lines Matching refs:p_dst

57  *                  p_dst: the data buffer to hold the converted audio data
59 * dst_samples: The size of p_dst (number of bytes)
69 * Returns The number of bytes used in p_dst
73 int a2dp_sbc_up_sample(void* p_src, void* p_dst, uint32_t src_samples,
86 * p_dst: the data buffer to hold the converted audio data
89 * dst_samples: The size of p_dst (in uint of 4 bytes)
91 * Returns The number of bytes used in p_dst
95 int a2dp_sbc_up_sample_16s(void* p_src, void* p_dst, uint32_t src_samples,
108 * p_dst: the data buffer to hold the converted audio data
111 * dst_samples: The size of p_dst (in uint of 2 bytes)
113 * Returns The number of bytes used in p_dst
117 int a2dp_sbc_up_sample_16m(void* p_src, void* p_dst, uint32_t src_samples,
130 * p_dst: the data buffer to hold the converted audio data
133 * dst_samples: The size of p_dst (in uint of 2 bytes)
135 * Returns The number of bytes used in p_dst
139 int a2dp_sbc_up_sample_8s(void* p_src, void* p_dst, uint32_t src_samples,
152 * p_dst: the data buffer to hold the converted audio data
154 * dst_samples: The size of p_dst (number of bytes)
156 * Returns The number of bytes used in p_dst
160 int a2dp_sbc_up_sample_8m(void* p_src, void* p_dst, uint32_t src_samples,