Home
last modified time | relevance | path

Searched refs:CreateEmptyFrame (Results 1 – 25 of 103) sorted by relevance

12345

/dports/lang/spidermonkey60/firefox-60.9.0/image/test/gtest/
H A DTestAnimationFrameBuffer.cpp15 CreateEmptyFrame() in CreateEmptyFrame() function
30 RawAccessFrameRef frame = CreateEmptyFrame(); in Fill()
135 RawAccessFrameRef frame = CreateEmptyFrame(); in TEST_F()
192 keepDecoding = buffer.Insert(CreateEmptyFrame()); in TEST_F()
216 keepDecoding = buffer.Insert(CreateEmptyFrame()); in TEST_F()
271 keepDecoding = buffer.Insert(CreateEmptyFrame()); in TEST_F()
296 keepDecoding = buffer.Insert(CreateEmptyFrame()); in TEST_F()
326 keepDecoding = buffer.Insert(CreateEmptyFrame()); in TEST_F()
336 keepDecoding = buffer.Insert(CreateEmptyFrame()); in TEST_F()
398 keepDecoding = buffer.Insert(CreateEmptyFrame()); in TEST_F()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/image/test/gtest/
H A DTestAnimationFrameBuffer.cpp15 static already_AddRefed<imgFrame> CreateEmptyFrame( in CreateEmptyFrame() function
55 status = aQueue.Insert(CreateEmptyFrame()); in PrepareForDiscardingQueue()
124 RefPtr<imgFrame> frame = CreateEmptyFrame(); in VerifyInsertAndAdvance()
158 RefPtr<imgFrame> frame = CreateEmptyFrame(); in VerifyInsert()
311 status = buffer.Insert(CreateEmptyFrame()); in TEST_F()
335 status = buffer.Insert(CreateEmptyFrame()); in TEST_F()
390 status = buffer.Insert(CreateEmptyFrame()); in TEST_F()
422 buffer.Insert(CreateEmptyFrame()); in TEST_F()
740 frame = CreateEmptyFrame( in TEST_F()
748 frame = CreateEmptyFrame( in TEST_F()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/image/test/gtest/
H A DTestAnimationFrameBuffer.cpp14 static already_AddRefed<imgFrame> CreateEmptyFrame( in CreateEmptyFrame() function
52 status = aQueue.Insert(CreateEmptyFrame()); in PrepareForDiscardingQueue()
121 RefPtr<imgFrame> frame = CreateEmptyFrame(); in VerifyInsertAndAdvance()
156 RefPtr<imgFrame> frame = CreateEmptyFrame(); in VerifyInsert()
253 RefPtr<imgFrame> frame = CreateEmptyFrame(); in TEST_F()
309 status = buffer.Insert(CreateEmptyFrame()); in TEST_F()
333 status = buffer.Insert(CreateEmptyFrame()); in TEST_F()
388 status = buffer.Insert(CreateEmptyFrame()); in TEST_F()
420 buffer.Insert(CreateEmptyFrame()); in TEST_F()
703 RefPtr<imgFrame> frame = CreateEmptyFrame(); in TEST_F()
[all …]
/dports/www/firefox/firefox-99.0/image/test/gtest/
H A DTestAnimationFrameBuffer.cpp15 static already_AddRefed<imgFrame> CreateEmptyFrame( in CreateEmptyFrame() function
54 status = aQueue.Insert(CreateEmptyFrame()); in PrepareForDiscardingQueue()
123 RefPtr<imgFrame> frame = CreateEmptyFrame(); in VerifyInsertAndAdvance()
157 RefPtr<imgFrame> frame = CreateEmptyFrame(); in VerifyInsert()
310 status = buffer.Insert(CreateEmptyFrame()); in TEST_F()
334 status = buffer.Insert(CreateEmptyFrame()); in TEST_F()
389 status = buffer.Insert(CreateEmptyFrame()); in TEST_F()
421 buffer.Insert(CreateEmptyFrame()); in TEST_F()
739 frame = CreateEmptyFrame( in TEST_F()
747 frame = CreateEmptyFrame( in TEST_F()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/image/test/gtest/
H A DTestAnimationFrameBuffer.cpp15 static already_AddRefed<imgFrame> CreateEmptyFrame( in CreateEmptyFrame() function
55 status = aQueue.Insert(CreateEmptyFrame()); in PrepareForDiscardingQueue()
124 RefPtr<imgFrame> frame = CreateEmptyFrame(); in VerifyInsertAndAdvance()
158 RefPtr<imgFrame> frame = CreateEmptyFrame(); in VerifyInsert()
311 status = buffer.Insert(CreateEmptyFrame()); in TEST_F()
335 status = buffer.Insert(CreateEmptyFrame()); in TEST_F()
390 status = buffer.Insert(CreateEmptyFrame()); in TEST_F()
422 buffer.Insert(CreateEmptyFrame()); in TEST_F()
740 frame = CreateEmptyFrame( in TEST_F()
748 frame = CreateEmptyFrame( in TEST_F()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/common_video/
H A Di420_video_frame_unittest.cc58 EXPECT_EQ(0, frame.CreateEmptyFrame(10, 10, 10, 14, 90)); in TEST()
71 EXPECT_EQ(0, frame. CreateEmptyFrame(10, 10, 12, 14, 220)); in TEST()
96 EXPECT_EQ(0, small_frame.CreateEmptyFrame(width, height, in TEST()
122 EXPECT_EQ(0, small_frame.CreateEmptyFrame(width, height, in TEST()
189 ASSERT_TRUE(frame.CreateEmptyFrame(5, 5, 5, 5, 5) == 0); in TEST()
210 EXPECT_EQ(0, frame2.CreateEmptyFrame(width, height, in TEST()
233 frame.CreateEmptyFrame(640, 320, 640, 320, 320); in TEST()
237 frame.CreateEmptyFrame(640, 320, 640, 320, 320); in TEST()
245 frame1.CreateEmptyFrame(640, 320, 640, 320, 320); in TEST()
251 frame1.CreateEmptyFrame(640, 320, 640, 320, 320); in TEST()
H A Di420_video_frame.cc55 int I420VideoFrame::CreateEmptyFrame(int width, int height, in CreateEmptyFrame() function in webrtc::I420VideoFrame
113 CreateEmptyFrame(width, height, stride_y, stride_u, stride_v); in CreateFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_render/test/testAPI/
H A DtestAPI.cc312 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width); in TestSingleStream()
386 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width); in TestBitmapText()
464 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width); in TestMultipleStreams()
466 videoFrame1.CreateEmptyFrame(width, height, width, half_width, half_width); in TestMultipleStreams()
468 videoFrame2.CreateEmptyFrame(width, height, width, half_width, half_width); in TestMultipleStreams()
470 videoFrame3.CreateEmptyFrame(width, height, width, half_width, half_width); in TestMultipleStreams()
546 videoFrame0.CreateEmptyFrame(width, height, width, half_width, half_width); in TestExternalRender()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/common_video/libyuv/
H A Dlibyuv_unittest.cc146 EXPECT_EQ(0,res_i420_frame.CreateEmptyFrame(width_, height_, width_, in completeSWFPlaceObject2Block()
169 res_i420_frame.CreateEmptyFrame(width_, height_, stride_y, in completeSWFPlaceObject2Block()
285 EXPECT_EQ(0,res_i420_frame.CreateEmptyFrame(width_, height_,
310 EXPECT_EQ(0,rotated_res_i420_frame.CreateEmptyFrame(rotated_width, in SWFPlaceObject2Block_setRatio()
319 EXPECT_EQ(0,rotated_res_i420_frame.CreateEmptyFrame(width_, height_, in SWFPlaceObject2Block_setRatio()
H A Dscaler_unittest.cc67 test_frame_.CreateEmptyFrame(width_, height_, in SetUp()
301 in_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in ComputeAvgSequencePSNR()
302 out_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in ComputeAvgSequencePSNR()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_coding/utility/
H A Dquality_scaler_unittest.cc32 input_frame_.CreateEmptyFrame( in foo()
170 input_frame_.CreateEmptyFrame( in foo()
176 input_frame_.CreateEmptyFrame( in foo()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/test/
H A Dframe_generator.cc32 frame_.CreateEmptyFrame(static_cast<int>(width_), in NextFrame()
107 last_read_frame_.CreateEmptyFrame( in ReadNextFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/video_processing/main/test/unit_test/
H A Dcolor_enhancement_test.cc84 refVideoFrame.CreateEmptyFrame(width_, height_,
122 testVideoFrame.CreateEmptyFrame(width_, height_,
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gmp/
H A DGMPVideoEncodedFrameImpl.cpp98 GMPErr GMPVideoEncodedFrameImpl::CreateEmptyFrame(uint32_t aSize) { in CreateEmptyFrame() function in mozilla::gmp::GMPVideoEncodedFrameImpl
119 GMPErr err = CreateEmptyFrame(f.mSize); in CopyFrame()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gmp/
H A DGMPVideoEncodedFrameImpl.cpp99 GMPErr GMPVideoEncodedFrameImpl::CreateEmptyFrame(uint32_t aSize) { in CreateEmptyFrame() function in mozilla::gmp::GMPVideoEncodedFrameImpl
120 GMPErr err = CreateEmptyFrame(f.mSize); in CopyFrame()
/dports/www/firefox/firefox-99.0/dom/media/gmp/
H A DGMPVideoEncodedFrameImpl.cpp98 GMPErr GMPVideoEncodedFrameImpl::CreateEmptyFrame(uint32_t aSize) { in CreateEmptyFrame() function in mozilla::gmp::GMPVideoEncodedFrameImpl
119 GMPErr err = CreateEmptyFrame(f.mSize); in CopyFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/gmp/
H A DGMPVideoEncodedFrameImpl.cpp98 GMPErr GMPVideoEncodedFrameImpl::CreateEmptyFrame(uint32_t aSize) { in CreateEmptyFrame() function in mozilla::gmp::GMPVideoEncodedFrameImpl
119 GMPErr err = CreateEmptyFrame(f.mSize); in CopyFrame()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/gmp/
H A DGMPVideoEncodedFrameImpl.cpp99 GMPErr GMPVideoEncodedFrameImpl::CreateEmptyFrame(uint32_t aSize) { in CreateEmptyFrame() function in mozilla::gmp::GMPVideoEncodedFrameImpl
120 GMPErr err = CreateEmptyFrame(f.mSize); in CopyFrame()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc119 ref_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in CalculateMetrics()
120 test_frame.CreateEmptyFrame(width, height, width, half_width, half_width); in CalculateMetrics()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/gmp/
H A DGMPVideoEncodedFrameImpl.cpp130 GMPVideoEncodedFrameImpl::CreateEmptyFrame(uint32_t aSize) in CreateEmptyFrame() function in mozilla::gmp::GMPVideoEncodedFrameImpl
153 GMPErr err = CreateEmptyFrame(f.mSize); in CopyFrame()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Video/Core/test/
H A DitkVideoSourceTest.cxx115 FrameType::Pointer CreateEmptyFrame() in CreateEmptyFrame() function
183 frame = itk::VideoSourceTest::CreateEmptyFrame(); in itkVideoSourceTest()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/gmp/gmp-api/
H A Dgmp-video-frame-encoded.h62 virtual GMPErr CreateEmptyFrame(uint32_t aSize) = 0;
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/gmp/gmp-api/
H A Dgmp-video-frame-encoded.h62 virtual GMPErr CreateEmptyFrame(uint32_t aSize) = 0;
/dports/multimedia/gmp-api/gmp-api-Firefox92/
H A Dgmp-video-frame-encoded.h62 virtual GMPErr CreateEmptyFrame(uint32_t aSize) = 0;
/dports/www/firefox/firefox-99.0/dom/media/gmp/gmp-api/
H A Dgmp-video-frame-encoded.h62 virtual GMPErr CreateEmptyFrame(uint32_t aSize) = 0;

12345