Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_vendor_aptx_hd_encoder.cc113 size_t* data_out_index, uint32_t* data32_in,
442 size_t* data_out_index, uint32_t* data32_in, in aptx_hd_encode_24bit() argument
468 data_out[*data_out_index + 0] = *(encoded_ptr + 2); in aptx_hd_encode_24bit()
469 data_out[*data_out_index + 1] = *(encoded_ptr + 1); in aptx_hd_encode_24bit()
470 data_out[*data_out_index + 2] = *(encoded_ptr + 0); in aptx_hd_encode_24bit()
471 data_out[*data_out_index + 3] = *(encoded_ptr + 6); in aptx_hd_encode_24bit()
472 data_out[*data_out_index + 4] = *(encoded_ptr + 5); in aptx_hd_encode_24bit()
473 data_out[*data_out_index + 5] = *(encoded_ptr + 4); in aptx_hd_encode_24bit()
476 *data_out_index += 6; in aptx_hd_encode_24bit()
Da2dp_vendor_aptx_encoder.cc113 size_t* data_out_index, uint16_t* data16_in,
453 size_t* data_out_index, uint16_t* data16_in, in aptx_encode_16bit() argument
472 data_out[*data_out_index + 0] = (uint8_t)((encoded_sample[0] >> 8) & 0xff); in aptx_encode_16bit()
473 data_out[*data_out_index + 1] = (uint8_t)((encoded_sample[0] >> 0) & 0xff); in aptx_encode_16bit()
474 data_out[*data_out_index + 2] = (uint8_t)((encoded_sample[1] >> 8) & 0xff); in aptx_encode_16bit()
475 data_out[*data_out_index + 3] = (uint8_t)((encoded_sample[1] >> 0) & 0xff); in aptx_encode_16bit()
479 *data_out_index += 4; in aptx_encode_16bit()