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.cc318 std::unique_ptr<test::FakeEncodedFrame> test_frame = in TEST_P() local
355 std::unique_ptr<test::FakeEncodedFrame> test_frame = in TEST_P() local
373 std::unique_ptr<test::FakeEncodedFrame> test_frame = in TEST_P() local
511 std::unique_ptr<test::FakeEncodedFrame> test_frame = in TEST_P() local
527 std::unique_ptr<test::FakeEncodedFrame> test_frame = test::FakeFrameBuilder() in TEST_P() local
542 auto test_frame = test::FakeFrameBuilder() in TEST_P() local
561 auto test_frame = in TEST_P() 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.cc63 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.cc111 void VerifyParams(const AudioFrame& ref_frame, const AudioFrame& test_frame) { in VerifyParams()
121 const AudioFrame& test_frame, in ComputeSNR()
151 const AudioFrame& test_frame) { in VerifyFramesAreEqual()
/external/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc219 double I420APSNR(const VideoFrame* ref_frame, const VideoFrame* test_frame) { in I420APSNR()
254 double I420PSNR(const VideoFrame* ref_frame, const VideoFrame* test_frame) { in I420PSNR()
324 double I420ASSIM(const VideoFrame* ref_frame, const VideoFrame* test_frame) { in I420ASSIM()
355 double I420SSIM(const VideoFrame* ref_frame, const VideoFrame* test_frame) { in I420SSIM()
/external/perfetto/src/traced_relay/
Drelay_service_unittest.cc95 ipc::Frame test_frame; in TEST() local
/external/webrtc/modules/video_coding/
Dframe_buffer2_unittest.cc288 std::unique_ptr<FrameObjectFake> test_frame(new FrameObjectFake()); in TEST_F() local
/external/python/cpython3/Lib/test/
Dtest_gc.py306 def test_frame(self): member in GCTests
Dtest_traceback.py37 test_frame = namedtuple('frame', ['f_code', 'f_globals', 'f_locals']) variable
/external/python/cpython3/Lib/test/test_ttk/
Dtest_widgets.py1964 def test_frame(self): member in DefaultRootTest
/external/python/cpython3/Lib/test/test_tkinter/
Dtest_widgets.py1506 def test_frame(self): member in DefaultRootTest
/external/python/cpython3/Lib/test/test_inspect/
Dtest_inspect.py527 def test_frame(self): member in TestInterpreterStack