Home
last modified time | relevance | path

Searched refs:VideoFrame (Results 1 – 25 of 2531) sorted by relevance

12345678910>>...102

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/api/video/
H A Dvideo_frame.cc63 VideoFrame::UpdateRect VideoFrame::UpdateRect::ScaleWithFrame( in ScaleWithFrame()
164 VideoFrame VideoFrame::Builder::build() { in build()
205 VideoFrame::Builder& VideoFrame::Builder::set_color_space( in set_color_space()
211 VideoFrame::Builder& VideoFrame::Builder::set_color_space( in set_color_space()
223 VideoFrame::Builder& VideoFrame::Builder::set_update_rect( in set_update_rect()
256 VideoFrame::VideoFrame(uint16_t id, in VideoFrame() function in webrtc::VideoFrame
282 VideoFrame::~VideoFrame() = default;
284 VideoFrame::VideoFrame(const VideoFrame&) = default;
285 VideoFrame::VideoFrame(VideoFrame&&) = default;
286 VideoFrame& VideoFrame::operator=(const VideoFrame&) = default;
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/api/video/
H A Dvideo_frame.cc63 VideoFrame::UpdateRect VideoFrame::UpdateRect::ScaleWithFrame( in ScaleWithFrame()
164 VideoFrame VideoFrame::Builder::build() { in build()
205 VideoFrame::Builder& VideoFrame::Builder::set_color_space( in set_color_space()
211 VideoFrame::Builder& VideoFrame::Builder::set_color_space( in set_color_space()
223 VideoFrame::Builder& VideoFrame::Builder::set_update_rect( in set_update_rect()
256 VideoFrame::VideoFrame(uint16_t id, in VideoFrame() function in webrtc::VideoFrame
282 VideoFrame::~VideoFrame() = default;
284 VideoFrame::VideoFrame(const VideoFrame&) = default;
285 VideoFrame::VideoFrame(VideoFrame&&) = default;
286 VideoFrame& VideoFrame::operator=(const VideoFrame&) = default;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/api/video/
H A Dvideo_frame.cc63 VideoFrame::UpdateRect VideoFrame::UpdateRect::ScaleWithFrame( in ScaleWithFrame()
164 VideoFrame VideoFrame::Builder::build() { in build()
205 VideoFrame::Builder& VideoFrame::Builder::set_color_space( in set_color_space()
211 VideoFrame::Builder& VideoFrame::Builder::set_color_space( in set_color_space()
223 VideoFrame::Builder& VideoFrame::Builder::set_update_rect( in set_update_rect()
256 VideoFrame::VideoFrame(uint16_t id, in VideoFrame() function in webrtc::VideoFrame
282 VideoFrame::~VideoFrame() = default;
284 VideoFrame::VideoFrame(const VideoFrame&) = default;
285 VideoFrame::VideoFrame(VideoFrame&&) = default;
286 VideoFrame& VideoFrame::operator=(const VideoFrame&) = default;
[all …]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/api/video/
H A Dvideo_frame.cc63 VideoFrame::UpdateRect VideoFrame::UpdateRect::ScaleWithFrame( in ScaleWithFrame()
164 VideoFrame VideoFrame::Builder::build() { in build()
205 VideoFrame::Builder& VideoFrame::Builder::set_color_space( in set_color_space()
211 VideoFrame::Builder& VideoFrame::Builder::set_color_space( in set_color_space()
223 VideoFrame::Builder& VideoFrame::Builder::set_update_rect( in set_update_rect()
256 VideoFrame::VideoFrame(uint16_t id, in VideoFrame() function in webrtc::VideoFrame
282 VideoFrame::~VideoFrame() = default;
284 VideoFrame::VideoFrame(const VideoFrame&) = default;
285 VideoFrame::VideoFrame(VideoFrame&&) = default;
286 VideoFrame& VideoFrame::operator=(const VideoFrame&) = default;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/gpu/test/
H A Dvideo_frame_helpers.cc246 bool ConvertVideoFrame(const VideoFrame* src_frame, VideoFrame* dst_frame) { in ConvertVideoFrame()
270 scoped_refptr<VideoFrame> ConvertVideoFrame(const VideoFrame* src_frame, in ConvertVideoFrame()
273 auto dst_frame = VideoFrame::CreateFrame( in ConvertVideoFrame()
288 scoped_refptr<VideoFrame> CloneVideoFrame( in CloneVideoFrame()
290 const VideoFrame* const src_frame, in CloneVideoFrame()
301 scoped_refptr<VideoFrame> dst_frame; in CloneVideoFrame()
305 case VideoFrame::STORAGE_DMABUFS: in CloneVideoFrame()
316 case VideoFrame::STORAGE_OWNED_MEMORY: in CloneVideoFrame()
349 const VideoFrame* const frame) { in CreateDmabufVideoFrame()
362 return VideoFrame::WrapExternalDmabufs( in CreateDmabufVideoFrame()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/cast/test/utility/
H A Dvideo_utility.cc21 double I420PSNR(const media::VideoFrame& frame1, in I420PSNR()
22 const media::VideoFrame& frame2) { in I420PSNR()
28 frame1.stride(VideoFrame::kYPlane), in I420PSNR()
30 frame1.stride(VideoFrame::kUPlane), in I420PSNR()
43 double I420SSIM(const media::VideoFrame& frame1, in I420SSIM()
44 const media::VideoFrame& frame2) { in I420SSIM()
72 const int stride_y = frame->stride(VideoFrame::kYPlane); in PopulateVideoFrame()
73 uint8_t* y_plane = frame->data(VideoFrame::kYPlane); in PopulateVideoFrame()
103 uint8_t* u_plane = frame->data(VideoFrame::kUPlane); in PopulateVideoFrame()
104 uint8_t* v_plane = frame->data(VideoFrame::kVPlane); in PopulateVideoFrame()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/api/video/
H A Dvideo_frame.cc18 VideoFrame::VideoFrame(const rtc::scoped_refptr<VideoFrameBuffer>& buffer, in VideoFrame() function in webrtc::VideoFrame
27 VideoFrame::VideoFrame(const rtc::scoped_refptr<VideoFrameBuffer>& buffer, in VideoFrame() function in webrtc::VideoFrame
39 VideoFrame::~VideoFrame() = default;
41 VideoFrame::VideoFrame(const VideoFrame&) = default;
42 VideoFrame::VideoFrame(VideoFrame&&) = default;
43 VideoFrame& VideoFrame::operator=(const VideoFrame&) = default;
44 VideoFrame& VideoFrame::operator=(VideoFrame&&) = default;
46 int VideoFrame::width() const { in width()
50 int VideoFrame::height() const { in height()
54 uint32_t VideoFrame::size() const { in size()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/api/video/
H A Dvideo_frame.cc18 VideoFrame::VideoFrame(const rtc::scoped_refptr<VideoFrameBuffer>& buffer, in VideoFrame() function in webrtc::VideoFrame
27 VideoFrame::VideoFrame(const rtc::scoped_refptr<VideoFrameBuffer>& buffer, in VideoFrame() function in webrtc::VideoFrame
39 VideoFrame::~VideoFrame() = default;
41 VideoFrame::VideoFrame(const VideoFrame&) = default;
42 VideoFrame::VideoFrame(VideoFrame&&) = default;
43 VideoFrame& VideoFrame::operator=(const VideoFrame&) = default;
44 VideoFrame& VideoFrame::operator=(VideoFrame&&) = default;
46 int VideoFrame::width() const { in width()
50 int VideoFrame::height() const { in height()
54 uint32_t VideoFrame::size() const { in size()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/api/video/
H A Dvideo_frame.cc18 VideoFrame::VideoFrame(const rtc::scoped_refptr<VideoFrameBuffer>& buffer, in VideoFrame() function in webrtc::VideoFrame
27 VideoFrame::VideoFrame(const rtc::scoped_refptr<VideoFrameBuffer>& buffer, in VideoFrame() function in webrtc::VideoFrame
39 VideoFrame::~VideoFrame() = default;
41 VideoFrame::VideoFrame(const VideoFrame&) = default;
42 VideoFrame::VideoFrame(VideoFrame&&) = default;
43 VideoFrame& VideoFrame::operator=(const VideoFrame&) = default;
44 VideoFrame& VideoFrame::operator=(VideoFrame&&) = default;
46 int VideoFrame::width() const { in width()
50 int VideoFrame::height() const { in height()
54 uint32_t VideoFrame::size() const { in size()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/api/video/
H A Dvideo_frame.cc18 VideoFrame::VideoFrame(const rtc::scoped_refptr<VideoFrameBuffer>& buffer, in VideoFrame() function in webrtc::VideoFrame
27 VideoFrame::VideoFrame(const rtc::scoped_refptr<VideoFrameBuffer>& buffer, in VideoFrame() function in webrtc::VideoFrame
39 VideoFrame::~VideoFrame() = default;
41 VideoFrame::VideoFrame(const VideoFrame&) = default;
42 VideoFrame::VideoFrame(VideoFrame&&) = default;
43 VideoFrame& VideoFrame::operator=(const VideoFrame&) = default;
44 VideoFrame& VideoFrame::operator=(VideoFrame&&) = default;
46 int VideoFrame::width() const { in width()
50 int VideoFrame::height() const { in height()
58 void VideoFrame::set_render_time_ms(int64_t render_time_ms) { in set_render_time_ms()
[all …]
/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DVideoFrame.cpp63 VideoFrame frame; in fromGPU()
152 VideoFrame::VideoFrame() in VideoFrame() function in QtAV::VideoFrame
160 Q_D(VideoFrame); in VideoFrame()
165 VideoFrame::VideoFrame(const QImage& image) in VideoFrame() function in QtAV::VideoFrame
178 VideoFrame::VideoFrame(const VideoFrame &other) in VideoFrame() function in QtAV::VideoFrame
188 VideoFrame &VideoFrame::operator =(const VideoFrame &other) in operator =()
194 VideoFrame::~VideoFrame() in ~VideoFrame()
206 VideoFrame VideoFrame::clone() const in clone()
426 Q_D(VideoFrame); in map()
440 Q_D(VideoFrame); in unmap()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/webrtc/
H A Dwebrtc_video_frame_adapter.cc60 scoped_refptr<media::VideoFrame> frame_;
107 scoped_refptr<media::VideoFrame> frame_;
149 scoped_refptr<media::VideoFrame> frame_;
153 scoped_refptr<media::VideoFrame> video_frame) { in MakeFrameAdapter()
172 DCHECK(media::VideoFrame::IsValidConfig( in IsValidFrame()
209 media::VideoFrame::WrapExternalYuvData( in WrapGmbVideoFrameForMappedMemoryAccess()
222 [](scoped_refptr<media::VideoFrame> frame) { in WrapGmbVideoFrameForMappedMemoryAccess()
231 scoped_refptr<media::VideoFrame> source_frame, in MakeScaledI420VideoFrame()
342 scoped_refptr<media::VideoFrame>
358 scoped_refptr<media::VideoFrame> frame) in WebRtcVideoFrameAdapter()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/content/android/
H A Dscreen_capture_machine_android.cc51 scoped_refptr<VideoFrame> frame; in OnRGBAFrameAvailable()
64 temp_frame = VideoFrame::CreateFrame( in OnRGBAFrameAvailable()
94 frame->stride(VideoFrame::kYPlane), in OnRGBAFrameAvailable()
96 frame->stride(VideoFrame::kUPlane), in OnRGBAFrameAvailable()
126 scoped_refptr<VideoFrame> frame; in OnI420FrameAvailable()
139 temp_frame = VideoFrame::CreateFrame( in OnI420FrameAvailable()
177 frame->stride(VideoFrame::kYPlane), in OnI420FrameAvailable()
179 frame->stride(VideoFrame::kUPlane), in OnI420FrameAvailable()
285 scoped_refptr<VideoFrame> frame; in MaybeCaptureForRefresh()
304 frame->stride(VideoFrame::kYPlane), in MaybeCaptureForRefresh()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/content/android/
H A Dscreen_capture_machine_android.cc51 scoped_refptr<VideoFrame> frame; in OnRGBAFrameAvailable()
64 temp_frame = VideoFrame::CreateFrame( in OnRGBAFrameAvailable()
94 frame->stride(VideoFrame::kYPlane), in OnRGBAFrameAvailable()
96 frame->stride(VideoFrame::kUPlane), in OnRGBAFrameAvailable()
126 scoped_refptr<VideoFrame> frame; in OnI420FrameAvailable()
139 temp_frame = VideoFrame::CreateFrame( in OnI420FrameAvailable()
177 frame->stride(VideoFrame::kYPlane), in OnI420FrameAvailable()
179 frame->stride(VideoFrame::kUPlane), in OnI420FrameAvailable()
287 scoped_refptr<VideoFrame> frame; in MaybeCaptureForRefresh()
306 frame->stride(VideoFrame::kYPlane), in MaybeCaptureForRefresh()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/mojo/common/
H A Dmojo_shared_buffer_video_frame_unittest.cc66 EXPECT_TRUE(frame->data(VideoFrame::kYPlane)); in TEST()
67 EXPECT_TRUE(frame->data(VideoFrame::kUPlane)); in TEST()
68 EXPECT_TRUE(frame->data(VideoFrame::kVPlane)); in TEST()
96 EXPECT_TRUE(frame->data(VideoFrame::kYPlane)); in TEST()
145 EXPECT_TRUE(frame->data(VideoFrame::kYPlane)); in TEST()
146 EXPECT_TRUE(frame->data(VideoFrame::kUPlane)); in TEST()
267 VideoFrame::PlaneSize(format, VideoFrame::kYPlane, size).GetArea(); in TEST()
269 u_offset + VideoFrame::RowBytes(VideoFrame::kUPlane, format, kWidth); in TEST()
271 VideoFrame::RowBytes(VideoFrame::kYPlane, format, kWidth); in TEST()
315 scoped_refptr<VideoFrame> frame = VideoFrame::WrapExternalYuvData( in TEST()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/mojo/common/
H A Dmojo_shared_buffer_video_frame_unittest.cc66 EXPECT_TRUE(frame->data(VideoFrame::kYPlane)); in TEST()
67 EXPECT_TRUE(frame->data(VideoFrame::kUPlane)); in TEST()
68 EXPECT_TRUE(frame->data(VideoFrame::kVPlane)); in TEST()
96 EXPECT_TRUE(frame->data(VideoFrame::kYPlane)); in TEST()
145 EXPECT_TRUE(frame->data(VideoFrame::kYPlane)); in TEST()
146 EXPECT_TRUE(frame->data(VideoFrame::kUPlane)); in TEST()
267 VideoFrame::PlaneSize(format, VideoFrame::kYPlane, size).GetArea(); in TEST()
269 u_offset + VideoFrame::RowBytes(VideoFrame::kUPlane, format, kWidth); in TEST()
271 VideoFrame::RowBytes(VideoFrame::kYPlane, format, kWidth); in TEST()
315 scoped_refptr<VideoFrame> frame = VideoFrame::WrapExternalYuvData( in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/webrtc/
H A Dwebrtc_video_frame_adapter.cc41 return frame_->stride(media::VideoFrame::kYPlane); in StrideY()
53 scoped_refptr<media::VideoFrame> frame_;
64 media::VideoFrame::kAPlane); in DataA()
72 void IsValidFrame(const media::VideoFrame& frame) { in IsValidFrame()
74 DCHECK(media::VideoFrame::IsValidConfig( in IsValidFrame()
82 CHECK(frame.stride(media::VideoFrame::kYPlane)); in IsValidFrame()
83 CHECK(frame.stride(media::VideoFrame::kUPlane)); in IsValidFrame()
84 CHECK(frame.stride(media::VideoFrame::kVPlane)); in IsValidFrame()
88 const media::VideoFrame& source_frame, in ConstructI420VideoFrame()
125 scoped_refptr<media::VideoFrame> i420_frame = media::VideoFrame::CreateFrame( in ConstructI420VideoFrame()
[all …]
/dports/multimedia/webcamoid/webcamoid-8.8.0/libAvKys/Plugins/VirtualCamera/src/VCamUtils/src/image/
H A Dvideoframe.h36 class VideoFrame
39 VideoFrame();
42 VideoFrame(const VideoFrame &other);
43 VideoFrame &operator =(const VideoFrame &other);
44 ~VideoFrame();
55 VideoFrame scaled(int width,
59 VideoFrame scaled(size_t maxArea,
63 VideoFrame swapRgb() const;
67 VideoFrame adjustGamma(int gamma);
69 VideoFrame toGrayScale();
[all …]
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/gstreamermm/
H A Dvideoframe.cc34 VideoFrame::VideoFrame() in VideoFrame() function in Gst::VideoFrame
39 VideoFrame::VideoFrame(const GstVideoFrame* gobject) in VideoFrame() function in Gst::VideoFrame
85 void VideoFrame::unmap() in unmap()
90 bool VideoFrame::copy(const Gst::VideoFrame& dest, const Gst::VideoFrame& src) in copy()
95 bool VideoFrame::copy_plane(const Gst::VideoFrame& dest, const Gst::VideoFrame& src, guint plane) in copy_plane()
105 Gst::VideoInfo VideoFrame::get_info() const in get_info()
115 Gst::VideoFrameFlags VideoFrame::get_flags() const in get_flags()
130 void VideoFrame::set_meta(const gpointer& value) in set_meta()
135 gpointer VideoFrame::get_meta() const in get_meta()
140 void VideoFrame::set_id(const gint& value) in set_id()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/cpp/
H A Dvideo_frame.cc20 VideoFrame::VideoFrame() { in VideoFrame() function in pp::VideoFrame
23 VideoFrame::VideoFrame(const VideoFrame& other) : Resource(other) { in VideoFrame() function in pp::VideoFrame
26 VideoFrame::VideoFrame(const Resource& resource) : Resource(resource) { in VideoFrame() function in pp::VideoFrame
29 VideoFrame::VideoFrame(PassRef, PP_Resource resource) in VideoFrame() function in pp::VideoFrame
33 VideoFrame::~VideoFrame() { in ~VideoFrame()
36 PP_TimeDelta VideoFrame::GetTimestamp() const { in GetTimestamp()
42 void VideoFrame::SetTimestamp(PP_TimeDelta timestamp) { in SetTimestamp()
47 PP_VideoFrame_Format VideoFrame::GetFormat() const { in GetFormat()
53 bool VideoFrame::GetSize(Size* size) const { in GetSize()
60 void* VideoFrame::GetDataBuffer() { in GetDataBuffer()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/cpp/
H A Dvideo_frame.cc20 VideoFrame::VideoFrame() { in VideoFrame() function in pp::VideoFrame
23 VideoFrame::VideoFrame(const VideoFrame& other) : Resource(other) { in VideoFrame() function in pp::VideoFrame
26 VideoFrame::VideoFrame(const Resource& resource) : Resource(resource) { in VideoFrame() function in pp::VideoFrame
29 VideoFrame::VideoFrame(PassRef, PP_Resource resource) in VideoFrame() function in pp::VideoFrame
33 VideoFrame::~VideoFrame() { in ~VideoFrame()
36 PP_TimeDelta VideoFrame::GetTimestamp() const { in GetTimestamp()
42 void VideoFrame::SetTimestamp(PP_TimeDelta timestamp) { in SetTimestamp()
47 PP_VideoFrame_Format VideoFrame::GetFormat() const { in GetFormat()
53 bool VideoFrame::GetSize(Size* size) const { in GetSize()
60 void* VideoFrame::GetDataBuffer() { in GetDataBuffer()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/base/
H A Dvideo_frame_unittest.cc130 scoped_refptr<VideoFrame> frame = VideoFrame::CreateFrame( in ExpectFrameExtents()
154 TEST(VideoFrame, CreateFrame) { in TEST() argument
161 scoped_refptr<media::VideoFrame> frame = VideoFrame::CreateFrame( in TEST()
225 TEST(VideoFrame, CreateBlackFrame) { in TEST() argument
267 TEST(VideoFrame, WrapVideoFrame) { in TEST() argument
317 TEST(VideoFrame, WrapExternalData) { in TEST() argument
334 TEST(VideoFrame, WrapSharedMemory) { in TEST() argument
466 scoped_refptr<VideoFrame> frame = VideoFrame::WrapNativeTextures( in TEST()
485 TEST(VideoFrame, in TEST() argument
510 scoped_refptr<VideoFrame> frame = VideoFrame::WrapNativeTextures( in TEST()
[all …]
/dports/multimedia/QtAV/QtAV-1.13.0/src/QtAV/
H A DVideoFrame.h35 Q_DECLARE_PRIVATE(VideoFrame)
52 VideoFrame();
57 VideoFrame(const QImage& image);
58 VideoFrame(const VideoFrame &other);
59 ~VideoFrame();
61 VideoFrame &operator =(const VideoFrame &other);
67 VideoFrame clone() const;
143 VideoFrame convert(const VideoFrame& frame, const VideoFormat& fmt) const;
144 VideoFrame convert(const VideoFrame& frame, VideoFormat::PixelFormat fmt) const;
145 VideoFrame convert(const VideoFrame& frame, QImage::Format fmt) const;
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/webcodecs/
H A DvideoFrame.any.js.ini2 [Test we can construct a VideoFrame.]
8 [Test we can construct an odd-sized VideoFrame.]
11 [Test we can read planar data from a VideoFrame.]
23 [Test planar constructed I420 VideoFrame]
26 [Test planar constructed I420+Alpha VideoFrame]
29 [Test planar constructed NV12 VideoFrame]
35 [Test VideoFrame constructed VideoFrame]
52 [Test we can construct a VideoFrame.]
73 [Test planar constructed I420 VideoFrame]
79 [Test planar constructed NV12 VideoFrame]
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/webcodecs/
H A DvideoFrame.any.js.ini2 [Test we can construct a VideoFrame.]
8 [Test we can construct an odd-sized VideoFrame.]
11 [Test we can read planar data from a VideoFrame.]
23 [Test planar constructed I420 VideoFrame]
26 [Test planar constructed I420+Alpha VideoFrame]
29 [Test planar constructed NV12 VideoFrame]
35 [Test VideoFrame constructed VideoFrame]
52 [Test we can construct a VideoFrame.]
73 [Test planar constructed I420 VideoFrame]
79 [Test planar constructed NV12 VideoFrame]
[all …]

12345678910>>...102