Home
last modified time | relevance | path

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

/external/opencv3/samples/python2/
Dvideo_threaded.py49 def process_frame(frame, t0): function
78 task = pool.apply_async(process_frame, (frame.copy(), t))
80 task = DummyTask(process_frame(frame, t))
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc644 AudioFrame* process_frame = frame_queue.front(); in ProcessDelayVerificationTest() local
650 process_frame = &tmp_frame; in ProcessDelayVerificationTest()
651 process_frame->CopyFrom(*frame); in ProcessDelayVerificationTest()
655 EXPECT_EQ(apm_->kNoError, apm_->ProcessStream(process_frame)); in ProcessDelayVerificationTest()