Home
last modified time | relevance | path

Searched refs:pcmR (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/tests/src/
Daptx.cc45 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()
Daptxhd.cc45 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/
Da2dp_vendor_aptx_hd_encoder.cc375 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()
Da2dp_vendor_aptx_encoder.cc387 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/
DaptXHDbtenc.c165 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/
DaptXbtenc.c184 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/
Da2dp_vendor_aptx_encoder.h69 typedef int (*tAPTX_ENCODER_ENCODE_STEREO)(void* state, void* pcmL, void* pcmR,
Da2dp_vendor_aptx_hd_encoder.h67 void* pcmR, void* buffer);