Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_vendor_aptx_hd_encoder.cc372 uint8_t* encoded_ptr = (uint8_t*)(p_buf + 1); in a2dp_vendor_aptx_hd_send_frames() local
373 encoded_ptr += p_buf->offset; in a2dp_vendor_aptx_hd_send_frames()
414 read_buffer32 + offset, encoded_ptr); in a2dp_vendor_aptx_hd_send_frames()
467 uint8_t* encoded_ptr = (uint8_t*)&encoded_sample[0]; in aptx_hd_encode_24bit() local
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()
Da2dp_vendor_aptx_encoder.cc387 uint8_t* encoded_ptr = (uint8_t*)(p_buf + 1); in a2dp_vendor_aptx_send_frames() local
388 encoded_ptr += p_buf->offset; in a2dp_vendor_aptx_send_frames()
426 read_buffer16 + offset, encoded_ptr); in a2dp_vendor_aptx_send_frames()