Searched refs:process_frame (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/modules/audio_processing/ |
D | audio_processing_unittest.cc | 677 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/ |
D | mod.rs | 2370 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/ |
D | lib.rs | 2708 if let Err(e) = self.process_frame(frame, &hdr, recv_pid, epoch, now) in recv_single() 6568 fn process_frame( in process_frame() method
|