Searched refs:encoded_ptr (Results 1 – 2 of 2) sorted by relevance
368 uint8_t* encoded_ptr = (uint8_t*)(p_buf + 1); in a2dp_vendor_aptx_hd_send_frames() local369 encoded_ptr += p_buf->offset; in a2dp_vendor_aptx_hd_send_frames()408 read_buffer32 + offset, encoded_ptr); in a2dp_vendor_aptx_hd_send_frames()461 uint8_t* encoded_ptr = (uint8_t*)&encoded_sample[0]; in aptx_hd_encode_24bit() local462 data_out[*data_out_index + 0] = *(encoded_ptr + 2); in aptx_hd_encode_24bit()463 data_out[*data_out_index + 1] = *(encoded_ptr + 1); in aptx_hd_encode_24bit()464 data_out[*data_out_index + 2] = *(encoded_ptr + 0); in aptx_hd_encode_24bit()465 data_out[*data_out_index + 3] = *(encoded_ptr + 6); in aptx_hd_encode_24bit()466 data_out[*data_out_index + 4] = *(encoded_ptr + 5); in aptx_hd_encode_24bit()467 data_out[*data_out_index + 5] = *(encoded_ptr + 4); in aptx_hd_encode_24bit()
383 uint8_t* encoded_ptr = (uint8_t*)(p_buf + 1); in a2dp_vendor_aptx_send_frames() local384 encoded_ptr += p_buf->offset; in a2dp_vendor_aptx_send_frames()420 read_buffer16 + offset, encoded_ptr); in a2dp_vendor_aptx_send_frames()