Searched refs:sw_enc_left (Results 1 – 1 of 1) sorted by relevance
3380 sw_enc_left->GetNumOfSamplesPerChannel(); in PrepareAndSendToTwoCises()3381 uint8_t bytes_per_sample = sw_enc_left->GetNumOfBytesPerSample(); in PrepareAndSendToTwoCises()3404 sw_enc_left->Encode(mono.data(), 1, byte_count); in PrepareAndSendToTwoCises()3408 sw_enc_left->Encode(mono.data(), 1, byte_count); in PrepareAndSendToTwoCises()3411 sw_enc_left->Encode(data.data(), 2, byte_count); in PrepareAndSendToTwoCises()3421 (const uint8_t*)sw_enc_left->GetDecodedSamples().data(), in PrepareAndSendToTwoCises()3422 sw_enc_left->GetDecodedSamples().size() * 2); in PrepareAndSendToTwoCises()3438 sw_enc_left->GetNumOfSamplesPerChannel(); in PrepareAndSendToSingleCis()3439 uint8_t bytes_per_sample = sw_enc_left->GetNumOfBytesPerSample(); in PrepareAndSendToSingleCis()3453 sw_enc_left->Encode(mono.data(), 1, byte_count); in PrepareAndSendToSingleCis()[all …]