Home
last modified time | relevance | path

Searched refs:process_frame (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/modules/audio_processing/
Daudio_processing_unittest.cc627 Int16FrameData* process_frame = frame_queue.front(); in ProcessDelayVerificationTest() local
633 process_frame = &tmp_frame; in ProcessDelayVerificationTest()
634 process_frame->CopyFrom(*frame); in ProcessDelayVerificationTest()
645 apm_->ProcessStream(process_frame->data.data(), in ProcessDelayVerificationTest()
646 StreamConfig(process_frame->sample_rate_hz, in ProcessDelayVerificationTest()
647 process_frame->num_channels), in ProcessDelayVerificationTest()
648 StreamConfig(process_frame->sample_rate_hz, in ProcessDelayVerificationTest()
649 process_frame->num_channels), in ProcessDelayVerificationTest()
650 process_frame->data.data())); in ProcessDelayVerificationTest()
/external/rust/crates/quiche/src/h3/
Dmod.rs1562 match self.process_frame(conn, stream_id, frame) { in process_readable_stream()
1596 fn process_frame( in process_frame() method
/external/rust/crates/quiche/src/
Dlib.rs1767 if let Err(e) = self.process_frame(frame, epoch, now) { in recv_single()
3549 fn process_frame( in process_frame() method