bta_av_sbc_up_sample_16s() function
* Function bta_av_sbc_up_sample_16s (16bits-stereo) * Description Given the source (p_src) audio data and * source speed (src_sps, samples per second), * This function converts it to audio data in the desired format * p_src: the data buffer that holds the source audio data * p_dst: the data buffer to hold the converted audio data * src_samples: The number of source samples (in uint of 4 bytes) * dst_samples: The size of p_dst (in uint of 4 bytes) * Returns The number of bytes used in p_dst * The number of bytes used in p_src (in *p_ret)