Home
last modified time | relevance | path

Searched defs:test_frame (Results 1 – 12 of 12) sorted by relevance

/external/webrtc/webrtc/voice_engine/
Dutility_unittest.cc82 void VerifyParams(const AudioFrame& ref_frame, const AudioFrame& test_frame) { in VerifyParams()
91 float ComputeSNR(const AudioFrame& ref_frame, const AudioFrame& test_frame, in ComputeSNR()
118 const AudioFrame& test_frame) { in VerifyFramesAreEqual()
/external/webrtc/webrtc/tools/psnr_ssim_analyzer/
Dpsnr_ssim_analyzer.cc37 uint8_t* test_frame = new uint8_t[size]; in CompareFiles() local
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc295 double I420PSNR(const VideoFrame* ref_frame, const VideoFrame* test_frame) { in I420PSNR()
323 double I420SSIM(const VideoFrame* ref_frame, const VideoFrame* test_frame) { in I420SSIM()
/external/webrtc/talk/app/webrtc/
Dremotevideocapturer_unittest.cc127 cricket::WebRtcVideoFrame test_frame; in TEST_F() local
Dvideosource_unittest.cc226 cricket::WebRtcVideoFrame test_frame; in TEST_F() local
/external/webrtc/webrtc/tools/frame_analyzer/
Dvideo_quality_analysis.cc180 const uint8_t* test_frame, in CalculateMetrics()
241 uint8_t* test_frame = new uint8_t[size]; in RunAnalysis() local
/external/webrtc/webrtc/test/testsupport/metrics/
Dvideo_metrics.cc113 VideoFrame test_frame; in CalculateMetrics() local
/external/python/cpython2/Lib/test/
Dtest_gc.py186 def test_frame(self): member in GCTests
Dtest_inspect.py183 def test_frame(self): member in TestInterpreterStack
/external/python/cpython3/Lib/test/
Dtest_gc.py214 def test_frame(self): member in GCTests
Dtest_traceback.py18 test_frame = namedtuple('frame', ['f_code', 'f_globals', 'f_locals']) variable
Dtest_inspect.py320 def test_frame(self): member in TestInterpreterStack