Searched refs:test_rate (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/test/testAPI/
H A Dtest_api_audio.cc24 #define test_rate 64000u macro
70 EXPECT_EQ(test_rate, rate) <<
193 voice_codec.rate = test_rate;
226 voice_codec.rate = test_rate;
299 voice_codec.rate = test_rate;
/external/opencv3/samples/python2/
H A Dletter_recog.py174 test_rate = np.mean(model.predict(samples[train_n:]) == responses[train_n:]) variable
176 print 'train rate: %f test rate: %f' % (train_rate*100, test_rate*100)

Completed in 166 milliseconds