Searched refs:pcmR (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/embdrv/tests/src/ |
D | aptx.cc | 45 uint32_t pcmR[4]; in codeword_cmp() local 48 pcmR[i] = pcm[1]; in codeword_cmp() 52 aptxbtenc_encodestereo(aptxbtenc, &pcmL, &pcmR, &encoded_sample); in codeword_cmp()
|
D | aptxhd.cc | 45 uint32_t pcmR[4]; in codeword_cmp() local 49 pcmR[i] = ((p[0] << 0) | (p[1] << 8) | (((int8_t)p[2]) << 16)); in codeword_cmp() 53 aptxhdbtenc_encodestereo(aptxhdbtenc, &pcmL, &pcmR, (void*)encoded_sample); in codeword_cmp()
|
/packages/modules/Bluetooth/system/stack/a2dp/ |
D | a2dp_vendor_aptx_hd_encoder.cc | 375 uint32_t pcmR[4]; in aptx_hd_encode_24bit() local 383 pcmR[i] = ((p[0] << 0) | (p[1] << 8) | (((int8_t)p[2]) << 16)); in aptx_hd_encode_24bit() 388 a2dp_aptx_hd_encoder_cb.aptx_hd_encoder_state, &pcmL, &pcmR, in aptx_hd_encode_24bit()
|
D | a2dp_vendor_aptx_encoder.cc | 387 uint32_t pcmR[4]; in aptx_encode_16bit() local 392 pcmR[i] = (uint16_t) * (data16_in + ((2 * j) + 1)); in aptx_encode_16bit() 396 &pcmR, &encoded_sample); in aptx_encode_16bit()
|
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/ |
D | aptXHDbtenc.c | 165 int32_t* pcmR = (int32_t*)_pcmR; in aptxhdbtenc_encodestereo() local 170 aptxhdEncode(pcmR, &state->m_qmf_r, &state->m_encoderData[1]); in aptxhdbtenc_encodestereo()
|
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/ |
D | aptXbtenc.c | 184 int32_t* pcmR = (int32_t*)_pcmR; in aptxbtenc_encodestereo() local 190 aptxEncode(pcmR, &state->m_qmf_r, &state->m_encoderData[1]); in aptxbtenc_encodestereo()
|
/packages/modules/Bluetooth/system/stack/include/ |
D | a2dp_vendor_aptx_encoder.h | 69 typedef int (*tAPTX_ENCODER_ENCODE_STEREO)(void* state, void* pcmL, void* pcmR,
|
D | a2dp_vendor_aptx_hd_encoder.h | 67 void* pcmR, void* buffer);
|