Home
last modified time | relevance | path

Searched refs:data_out_index (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_aptx_hd_encoder.cc96 size_t* data_out_index, uint32_t* data32_in,
366 size_t* data_out_index, uint32_t* data32_in, in aptx_hd_encode_24bit() argument
392 data_out[*data_out_index + 0] = *(encoded_ptr + 2); in aptx_hd_encode_24bit()
393 data_out[*data_out_index + 1] = *(encoded_ptr + 1); in aptx_hd_encode_24bit()
394 data_out[*data_out_index + 2] = *(encoded_ptr + 0); in aptx_hd_encode_24bit()
395 data_out[*data_out_index + 3] = *(encoded_ptr + 6); in aptx_hd_encode_24bit()
396 data_out[*data_out_index + 4] = *(encoded_ptr + 5); in aptx_hd_encode_24bit()
397 data_out[*data_out_index + 5] = *(encoded_ptr + 4); in aptx_hd_encode_24bit()
400 *data_out_index += 6; in aptx_hd_encode_24bit()
Da2dp_vendor_aptx_encoder.cc96 size_t* data_out_index, uint16_t* data16_in,
379 size_t* data_out_index, uint16_t* data16_in, in aptx_encode_16bit() argument
398 data_out[*data_out_index + 0] = (uint8_t)((encoded_sample[0] >> 8) & 0xff); in aptx_encode_16bit()
399 data_out[*data_out_index + 1] = (uint8_t)((encoded_sample[0] >> 0) & 0xff); in aptx_encode_16bit()
400 data_out[*data_out_index + 2] = (uint8_t)((encoded_sample[1] >> 8) & 0xff); in aptx_encode_16bit()
401 data_out[*data_out_index + 3] = (uint8_t)((encoded_sample[1] >> 0) & 0xff); in aptx_encode_16bit()
405 *data_out_index += 4; in aptx_encode_16bit()