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.cc677 Int16FrameData* process_frame = frame_queue.front(); in ProcessDelayVerificationTest() local
683 process_frame = &tmp_frame; in ProcessDelayVerificationTest()
684 process_frame->CopyFrom(*frame); in ProcessDelayVerificationTest()
695 apm_->ProcessStream(process_frame->data.data(), in ProcessDelayVerificationTest()
696 StreamConfig(process_frame->sample_rate_hz, in ProcessDelayVerificationTest()
697 process_frame->num_channels), in ProcessDelayVerificationTest()
698 StreamConfig(process_frame->sample_rate_hz, in ProcessDelayVerificationTest()
699 process_frame->num_channels), in ProcessDelayVerificationTest()
700 process_frame->data.data())); in ProcessDelayVerificationTest()
/external/rust/crates/quiche/src/h3/
Dmod.rs2370 match self.process_frame(conn, stream_id, frame, payload_len) in process_readable_stream()
2450 fn process_frame( in process_frame() method
/external/rust/crates/quiche/src/
Dlib.rs2708 if let Err(e) = self.process_frame(frame, &hdr, recv_pid, epoch, now) in recv_single()
6568 fn process_frame( in process_frame() method