Searched refs:process_frame (Results 1 – 3 of 3) sorted by relevance
627 Int16FrameData* process_frame = frame_queue.front(); in ProcessDelayVerificationTest() local633 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()
1562 match self.process_frame(conn, stream_id, frame) { in process_readable_stream()1596 fn process_frame( in process_frame() method
1767 if let Err(e) = self.process_frame(frame, epoch, now) { in recv_single()3549 fn process_frame( in process_frame() method