Home
last modified time | relevance | path

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

/external/webrtc/video/
Dvideo_receive_stream2_unittest.cc182 std::unique_ptr<FrameObjectFake> test_frame(new FrameObjectFake()); in TEST_F() local
213 std::unique_ptr<FrameObjectFake> test_frame(new FrameObjectFake()); in TEST_F() local
229 std::unique_ptr<FrameObjectFake> test_frame(new FrameObjectFake()); in TEST_F() local
293 auto test_frame = std::make_unique<FrameObjectFake>(); in TEST_F() local
306 auto test_frame = std::make_unique<FrameObjectFake>(); in TEST_F() local
319 auto test_frame = std::make_unique<FrameObjectFake>(); in TEST_F() local
338 auto test_frame = std::make_unique<FrameObjectFake>(); in TEST_F() local
Dvideo_receive_stream_unittest.cc179 std::unique_ptr<FrameObjectFake> test_frame(new FrameObjectFake()); in TEST_F() local
210 std::unique_ptr<FrameObjectFake> test_frame(new FrameObjectFake()); in TEST_F() local
226 std::unique_ptr<FrameObjectFake> test_frame(new FrameObjectFake()); in TEST_F() local
289 auto test_frame = std::make_unique<FrameObjectFake>(); in TEST_F() local
302 auto test_frame = std::make_unique<FrameObjectFake>(); in TEST_F() local
315 auto test_frame = std::make_unique<FrameObjectFake>(); in TEST_F() local
334 auto test_frame = std::make_unique<FrameObjectFake>(); in TEST_F() local
/external/webrtc/rtc_tools/frame_analyzer/
Dvideo_geometry_aligner.cc71 const rtc::scoped_refptr<I420BufferInterface>& test_frame) { in CalculateCropRegion()
127 const rtc::scoped_refptr<I420BufferInterface>& test_frame) { in AdjustCropping()
Dvideo_temporal_aligner.cc155 size_t FindBestMatch(const rtc::scoped_refptr<I420BufferInterface>& test_frame, in FindBestMatch()
167 size_t FindNextMatch(const rtc::scoped_refptr<I420BufferInterface>& test_frame, in FindNextMatch()
Dvideo_quality_analysis.cc62 const rtc::scoped_refptr<I420BufferInterface>& test_frame = in RunAnalysis() local
Dvideo_color_aligner_unittest.cc57 const rtc::scoped_refptr<I420BufferInterface> test_frame = in TEST_F() local
Dvideo_color_aligner.cc132 const rtc::scoped_refptr<I420BufferInterface>& test_frame) { in CalculateColorTransformationMatrix()
/external/webrtc/audio/
Dremix_resample_unittest.cc108 void VerifyParams(const AudioFrame& ref_frame, const AudioFrame& test_frame) { in VerifyParams()
118 const AudioFrame& test_frame, in ComputeSNR()
148 const AudioFrame& test_frame) { in VerifyFramesAreEqual()
/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc271 double I420APSNR(const VideoFrame* ref_frame, const VideoFrame* test_frame) { in I420APSNR()
306 double I420PSNR(const VideoFrame* ref_frame, const VideoFrame* test_frame) { in I420PSNR()
337 double I420ASSIM(const VideoFrame* ref_frame, const VideoFrame* test_frame) { in I420ASSIM()
368 double I420SSIM(const VideoFrame* ref_frame, const VideoFrame* test_frame) { in I420SSIM()
/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/webrtc/modules/video_coding/
Dframe_buffer2_unittest.cc284 std::unique_ptr<FrameObjectFake> test_frame(new FrameObjectFake()); in TEST_F() local
/external/python/cpython3/Lib/test/
Dtest_traceback.py18 test_frame = namedtuple('frame', ['f_code', 'f_globals', 'f_locals']) variable
Dtest_gc.py230 def test_frame(self): member in GCTests
Dtest_inspect.py342 def test_frame(self): member in TestInterpreterStack