Searched refs:encoded_sample (Results 1 – 2 of 2) sorted by relevance
456 uint16_t encoded_sample[2]; in aptx_encode_16bit() local464 &pcmL, &pcmR, &encoded_sample); in aptx_encode_16bit()466 data_out[*data_out_index + 0] = (uint8_t)((encoded_sample[0] >> 8) & 0xff); in aptx_encode_16bit()467 data_out[*data_out_index + 1] = (uint8_t)((encoded_sample[0] >> 0) & 0xff); in aptx_encode_16bit()468 data_out[*data_out_index + 2] = (uint8_t)((encoded_sample[1] >> 8) & 0xff); in aptx_encode_16bit()469 data_out[*data_out_index + 3] = (uint8_t)((encoded_sample[1] >> 0) & 0xff); in aptx_encode_16bit()
446 uint32_t encoded_sample[2]; in aptx_hd_encode_24bit() local459 &encoded_sample); in aptx_hd_encode_24bit()461 uint8_t* encoded_ptr = (uint8_t*)&encoded_sample[0]; in aptx_hd_encode_24bit()