Home
last modified time | relevance | path

Searched refs:UpdateFrame (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/api/audio/test/
Daudio_frame_unittest.cc69 frame.UpdateFrame(kTimestamp, samples, kSamplesPerChannel, kSampleRateHz, in TEST()
83 frame.UpdateFrame(kTimestamp, nullptr /* data*/, kSamplesPerChannel, in TEST()
92 frame.UpdateFrame(kTimestamp, nullptr /* data */, kSamplesPerChannel, in TEST()
99 frame.UpdateFrame(kTimestamp, nullptr /* data */, kSamplesPerChannel, in TEST()
112 frame2.UpdateFrame(kTimestamp, samples, kSamplesPerChannel, kSampleRateHz, in TEST()
127 frame2.UpdateFrame(kTimestamp, nullptr /* data */, kSamplesPerChannel, in TEST()
142 frame1.UpdateFrame(kTimestamp, samples1, kSamplesPerChannel, kSampleRateHz, in TEST()
153 frame2.UpdateFrame(kTimestamp + 1, samples2, kSamplesPerChannel + 1, in TEST()
/external/swiftshader/src/Vulkan/Debug/
DThread.hpp110 using UpdateFrame = std::function<void(Frame &)>; typedef in vk::dbg::Thread
130 …void enter(const std::shared_ptr<File> &file, const std::string &function, const UpdateFrame &f = …
158 void update(bool isStep, const UpdateFrame &f);
DThread.cpp90 …Thread::enter(const std::shared_ptr<File> &file, const std::string &function, const UpdateFrame &f) in enter()
126 void Thread::update(bool isStep, const UpdateFrame &f) in update()
/external/webrtc/api/audio/
Daudio_frame.h73 void UpdateFrame(uint32_t timestamp,
Daudio_frame.cc71 void AudioFrame::UpdateFrame(uint32_t timestamp, in UpdateFrame() function in webrtc::AudioFrame
/external/webrtc/modules/audio_mixer/
Dframe_combiner.cc50 audio_frame_for_mixing->UpdateFrame( in SetAudioFrameFields()
Dframe_combiner_unittest.cc64 frame->UpdateFrame(0, nullptr, rtc::CheckedDivExact(sample_rate_hz, 100), in SetUpFrames()
/external/webrtc/audio/utility/
Dchannel_mixer_unittest.cc172 frame_.UpdateFrame(kTimestamp, nullptr, kSamplesPerChannel, kSampleRateHz, in TEST_F()
/external/webrtc/audio/
Daudio_send_stream_unittest.cc352 audio_frame->UpdateFrame(0 /* RTP timestamp */, &audio_data[0], in CreateAudioFrame1kHzSineWave()
/external/webrtc/media/engine/
Dwebrtc_voice_engine.cc951 audio_frame->UpdateFrame( in OnData()