Searched refs:process_frame (Results 1 – 2 of 2) sorted by relevance
49 def process_frame(frame, t0): function78 task = pool.apply_async(process_frame, (frame.copy(), t))80 task = DummyTask(process_frame(frame, t))
644 AudioFrame* process_frame = frame_queue.front(); in ProcessDelayVerificationTest() local650 process_frame = &tmp_frame; in ProcessDelayVerificationTest()651 process_frame->CopyFrom(*frame); in ProcessDelayVerificationTest()655 EXPECT_EQ(apm_->kNoError, apm_->ProcessStream(process_frame)); in ProcessDelayVerificationTest()