Searched refs:encoded_sample (Results 1 – 2 of 2) sorted by relevance
462 uint16_t encoded_sample[2]; in aptx_encode_16bit() local470 &pcmL, &pcmR, &encoded_sample); in aptx_encode_16bit()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()
452 uint32_t encoded_sample[2]; in aptx_hd_encode_24bit() local465 &encoded_sample); in aptx_hd_encode_24bit()467 uint8_t* encoded_ptr = (uint8_t*)&encoded_sample[0]; in aptx_hd_encode_24bit()