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.cc370 uint8_t* encoded_ptr = (uint8_t*)(p_buf + 1); in a2dp_vendor_aptx_hd_send_frames() local
371 encoded_ptr += p_buf->offset; in a2dp_vendor_aptx_hd_send_frames()
412 read_buffer32 + offset, encoded_ptr); in a2dp_vendor_aptx_hd_send_frames()
465 uint8_t* encoded_ptr = (uint8_t*)&encoded_sample[0]; in aptx_hd_encode_24bit() local
466 data_out[*data_out_index + 0] = *(encoded_ptr + 2); in aptx_hd_encode_24bit()
467 data_out[*data_out_index + 1] = *(encoded_ptr + 1); in aptx_hd_encode_24bit()
468 data_out[*data_out_index + 2] = *(encoded_ptr + 0); in aptx_hd_encode_24bit()
469 data_out[*data_out_index + 3] = *(encoded_ptr + 6); in aptx_hd_encode_24bit()
470 data_out[*data_out_index + 4] = *(encoded_ptr + 5); in aptx_hd_encode_24bit()
471 data_out[*data_out_index + 5] = *(encoded_ptr + 4); in aptx_hd_encode_24bit()
Da2dp_vendor_aptx_encoder.cc385 uint8_t* encoded_ptr = (uint8_t*)(p_buf + 1); in a2dp_vendor_aptx_send_frames() local
386 encoded_ptr += p_buf->offset; in a2dp_vendor_aptx_send_frames()
424 read_buffer16 + offset, encoded_ptr); in a2dp_vendor_aptx_send_frames()