HomeSort by relevance Sort by last modified time
    Searched refs:next_sample (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/remoting/client/
audio_player.cc 105 char* next_sample = static_cast<char*>(samples); local
111 memset(next_sample, 0, bytes_needed - bytes_extracted);
127 memcpy(next_sample, packet_data.data() + bytes_consumed_, bytes_to_copy);
129 next_sample += bytes_to_copy;
  /external/chromium_org/remoting/codec/
audio_encoder_opus.cc 149 const int16* next_sample = local
170 next_sample, samples_to_copy * kBytesPerSample * channels_);
172 pcm_buffer = next_sample;
213 next_sample += samples_consumed * channels_;
227 next_sample, samples_in_packet * kBytesPerSample * channels_);
audio_encoder_opus_unittest.cc 94 int16 next_sample = received_data[(i + 1) * kChannels]; local
95 if (this_sample < 0 && next_sample > 0) {
97 i + static_cast<double>(-this_sample) / (next_sample - this_sample);
  /external/chromium_org/ppapi/tests/
test_media_stream_audio_track.cc 370 uint32_t CalculateWaveStartingTime(int16_t sample, int16_t next_sample,
372 int16_t slope = next_sample - sample;
  /external/oprofile/module/
oprofile.c 63 inline static void next_sample(struct _oprof_data * data) function
71 next_sample(data);

Completed in 73 milliseconds