Home
last modified time | relevance | path

Searched refs:VideoInfo (Results 1 – 25 of 860) sorted by relevance

12345678910>>...35

/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/gstreamermm/
H A Dvideoinfo.cc31 VideoInfo::VideoInfo() in VideoInfo() function in Gst::VideoInfo
37 VideoInfo::VideoInfo(const VideoInfo& other) in VideoInfo() function in Gst::VideoInfo
43 VideoInfo& VideoInfo::operator=(const VideoInfo& other) in operator =()
54 VideoInfo::VideoInfo(GstVideoInfo* castitem, bool take_ownership) in VideoInfo() function in Gst::VideoInfo
60 VideoInfo::~VideoInfo() in ~VideoInfo()
106 void VideoInfo::init() in init()
131 bool VideoInfo::is_equal(const Gst::VideoInfo& other) const in is_equal()
161 gint VideoInfo::get_width() const in get_width()
181 gsize VideoInfo::get_size() const in get_size()
191 gint VideoInfo::get_views() const in get_views()
[all …]
/dports/devel/sdlmm/SDLmm-0.1.8/src/
H A Dsdlmm_videoinfo.cpp30 bool VideoInfo::GetVideoInfo() { in GetVideoInfo()
35 bool VideoInfo::hw_available() { in hw_available()
39 bool VideoInfo::wm_available() { in wm_available()
43 bool VideoInfo::blit_hw() { in blit_hw()
47 bool VideoInfo::blit_hw_CC() { in blit_hw_CC()
51 bool VideoInfo::blit_hw_A() { in blit_hw_A()
55 bool VideoInfo::blit_sw() { in blit_sw()
59 bool VideoInfo::blit_sw_CC() { in blit_sw_CC()
63 bool VideoInfo::blit_sw_A() { in blit_sw_A()
67 bool VideoInfo::blit_fill() { in blit_fill()
[all …]
/dports/multimedia/vapoursynth/vapoursynth-R54/src/avisynth/
H A Dinterface.cpp78 bool VideoInfo::IsColorSpace(int c_space) const { in IsColorSpace()
129 int VideoInfo::BytesPerChannelSample() const { in BytesPerChannelSample()
147 bool VideoInfo::IsVPlaneFirst() const { in IsVPlaneFirst()
151 int VideoInfo::BytesFromPixels(int pixels) const { in BytesFromPixels()
157 int VideoInfo::RowSize(int plane) const { in RowSize()
185 int VideoInfo::BMPSize() const { in BMPSize()
227 int VideoInfo::BitsPerPixel() const { in BitsPerPixel()
310 bool VideoInfo::IsSameColorspace(const VideoInfo& vi) const { in IsSameColorspace()
316 int VideoInfo::NumComponents() const { in NumComponents()
339 int VideoInfo::ComponentSize() const { in ComponentSize()
[all …]
H A Davisynth.h142 struct SINGLE_INHERITANCE VideoInfo; variable
175 bool (VideoInfo::*IsRGB)() const; member
178 bool (VideoInfo::*IsYUV)() const; member
179 bool (VideoInfo::*IsYUY2)() const; member
184 bool (VideoInfo::*IsY8)() const; member
190 bool (VideoInfo::*IsBFF)() const; member
191 bool (VideoInfo::*IsTFF)() const; member
214 bool (VideoInfo::*IsSameColorspace)(const VideoInfo& vi) const; member
316 bool (VideoInfo::*IsY)() const; member
360 struct VideoInfo { struct
[all …]
H A Davisynth_compat.cpp45 return VideoInfo::CS_YUY2; in VSFormatToAVSPixelType()
47 return VideoInfo::CS_YV24; in VSFormatToAVSPixelType()
49 return VideoInfo::CS_YV16; in VSFormatToAVSPixelType()
51 return VideoInfo::CS_YV12; in VSFormatToAVSPixelType()
53 return VideoInfo::CS_YUV9; in VSFormatToAVSPixelType()
57 return VideoInfo::CS_Y8; in VSFormatToAVSPixelType()
65 return VideoInfo::CS_Y10; in VSFormatToAVSPixelType()
73 return VideoInfo::CS_Y12; in VSFormatToAVSPixelType()
81 return VideoInfo::CS_Y14; in VSFormatToAVSPixelType()
867 VideoInfo vi; in Subframe()
[all …]
/dports/multimedia/vapoursynth/vapoursynth-R54/src/avfs/
H A Dvideoinfoadapter.h43 const avs::VideoInfo *avsvi;
94 … if (vi->IsColorSpace(avs::VideoInfo::CS_YV12) || vi->IsColorSpace(avs::VideoInfo::CS_I420) || vi-… in VideoInfoAdapter()
96 …else if (vi->IsColorSpace(avs::VideoInfo::CS_YV16) || vi->IsColorSpace(avs::VideoInfo::CS_YUVA422)) in VideoInfoAdapter()
98 …else if (vi->IsColorSpace(avs::VideoInfo::CS_YV24) || vi->IsColorSpace(avs::VideoInfo::CS_YUVA444)) in VideoInfoAdapter()
100 …else if (vi->IsColorSpace(avs::VideoInfo::CS_YUV420P10) || vi->IsColorSpace(avs::VideoInfo::CS_YUV… in VideoInfoAdapter()
102 …else if (vi->IsColorSpace(avs::VideoInfo::CS_YUV422P10) || vi->IsColorSpace(avs::VideoInfo::CS_YUV… in VideoInfoAdapter()
104 …else if (vi->IsColorSpace(avs::VideoInfo::CS_YUV420P16) || vi->IsColorSpace(avs::VideoInfo::CS_YUV… in VideoInfoAdapter()
106 …else if (vi->IsColorSpace(avs::VideoInfo::CS_YUV422P16) || vi->IsColorSpace(avs::VideoInfo::CS_YUV… in VideoInfoAdapter()
108 …else if (vi->IsColorSpace(avs::VideoInfo::CS_YUV444P10) || vi->IsColorSpace(avs::VideoInfo::CS_YUV… in VideoInfoAdapter()
112 …else if (vi->IsColorSpace(avs::VideoInfo::CS_RGBP10) || vi->IsColorSpace(avs::VideoInfo::CS_RGBAP1… in VideoInfoAdapter()
[all …]
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcavs/
H A DFmtAvs.cpp296 pixel_type |= VideoInfo::CS_BGR; in conv_to_vi()
298 ? VideoInfo::CS_RGBA_TYPE in conv_to_vi()
299 : VideoInfo::CS_RGB_TYPE; in conv_to_vi()
303 pixel_type |= VideoInfo::CS_PLANAR; in conv_to_vi()
319 pixel_type |= VideoInfo::CS_PLANAR; in conv_to_vi()
321 pixel_type |= (_alpha_flag) ? VideoInfo::CS_YUVA : VideoInfo::CS_YUV; in conv_to_vi()
326 pixel_type |= VideoInfo::CS_Sub_Height_1 | VideoInfo::CS_Sub_Width_1; in conv_to_vi()
329 pixel_type |= VideoInfo::CS_Sub_Height_1 | VideoInfo::CS_Sub_Width_2; in conv_to_vi()
332 pixel_type |= VideoInfo::CS_Sub_Height_2 | VideoInfo::CS_Sub_Width_2; in conv_to_vi()
335 pixel_type |= VideoInfo::CS_Sub_Height_1 | VideoInfo::CS_Sub_Width_4; in conv_to_vi()
[all …]
/dports/multimedia/gstreamermm/gstreamermm-1.10.0/gstreamer/src/
H A Dvideoinfo.ccg22 VideoInfo::VideoInfo()
28 VideoInfo::VideoInfo(const VideoInfo& other)
34 VideoInfo& VideoInfo::operator=(const VideoInfo& other)
45 VideoInfo::VideoInfo(GstVideoInfo* castitem, bool take_ownership)
51 VideoInfo::~VideoInfo()
/dports/multimedia/ffms2/ffms2-2.40/src/avisynth/
H A Davssources.cpp126 VI.pixel_type = VideoInfo::CS_Y16; in AvisynthVideoSource()
128 VI.pixel_type = VideoInfo::CS_UNKNOWN; in AvisynthVideoSource()
369 VI.pixel_type = VideoInfo::CS_I420; in InitOutputFormat()
373 VI.pixel_type = VideoInfo::CS_YV16; in InitOutputFormat()
377 VI.pixel_type = VideoInfo::CS_YV24; in InitOutputFormat()
385 VI.pixel_type = VideoInfo::CS_Y8; in InitOutputFormat()
437 VI.pixel_type = VideoInfo::CS_Y16; in InitOutputFormat()
439 VI.pixel_type = VideoInfo::CS_Y12; in InitOutputFormat()
441 VI.pixel_type = VideoInfo::CS_Y10; in InitOutputFormat()
456 VI.image_type = VideoInfo::IT_TFF; in InitOutputFormat()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/NativeAvisynth/
H A Davisynth.h145 struct SINGLE_INHERITANCE VideoInfo; variable
178 bool (VideoInfo::*IsRGB)() const; member
181 bool (VideoInfo::*IsYUV)() const; member
182 bool (VideoInfo::*IsYUY2)() const; member
187 bool (VideoInfo::*IsY8)() const; member
193 bool (VideoInfo::*IsBFF)() const; member
194 bool (VideoInfo::*IsTFF)() const; member
217 bool (VideoInfo::*IsSameColorspace)(const VideoInfo& vi) const; member
327 bool (VideoInfo::*IsY)() const; member
372 struct VideoInfo { struct
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/NativeAvisynth/
H A Davisynth.h145 struct SINGLE_INHERITANCE VideoInfo; variable
178 bool (VideoInfo::*IsRGB)() const; member
181 bool (VideoInfo::*IsYUV)() const; member
182 bool (VideoInfo::*IsYUY2)() const; member
187 bool (VideoInfo::*IsY8)() const; member
193 bool (VideoInfo::*IsBFF)() const; member
194 bool (VideoInfo::*IsTFF)() const; member
217 bool (VideoInfo::*IsSameColorspace)(const VideoInfo& vi) const; member
327 bool (VideoInfo::*IsY)() const; member
372 struct VideoInfo { struct
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/NativeAvisynth/
H A Davisynth.h145 struct SINGLE_INHERITANCE VideoInfo; variable
178 bool (VideoInfo::*IsRGB)() const; member
181 bool (VideoInfo::*IsYUV)() const; member
182 bool (VideoInfo::*IsYUY2)() const; member
187 bool (VideoInfo::*IsY8)() const; member
193 bool (VideoInfo::*IsBFF)() const; member
194 bool (VideoInfo::*IsTFF)() const; member
217 bool (VideoInfo::*IsSameColorspace)(const VideoInfo& vi) const; member
327 bool (VideoInfo::*IsY)() const; member
372 struct VideoInfo { struct
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_demuxers/NativeAvisynth/
H A Davisynth.h145 struct SINGLE_INHERITANCE VideoInfo; variable
178 bool (VideoInfo::*IsRGB)() const; member
181 bool (VideoInfo::*IsYUV)() const; member
182 bool (VideoInfo::*IsYUY2)() const; member
187 bool (VideoInfo::*IsY8)() const; member
193 bool (VideoInfo::*IsBFF)() const; member
194 bool (VideoInfo::*IsTFF)() const; member
217 bool (VideoInfo::*IsSameColorspace)(const VideoInfo& vi) const; member
327 bool (VideoInfo::*IsY)() const; member
372 struct VideoInfo { struct
[all …]
/dports/multimedia/vapoursynth-l-smash-works/L-SMASH-Works-0.0-940-g198cc78/AviSynth/
H A Dvideo_output.cpp333 { AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV420P, VideoInfo::CS_I420, 0, 1, 1 }, in determine_colorspace_conversion()
334 { AV_PIX_FMT_NV12, AV_PIX_FMT_YUV420P, VideoInfo::CS_I420, 0, 1, 1 }, in determine_colorspace_conversion()
335 { AV_PIX_FMT_NV21, AV_PIX_FMT_YUV420P, VideoInfo::CS_I420, 0, 1, 1 }, in determine_colorspace_conversion()
336 { AV_PIX_FMT_YUV420P9LE, AV_PIX_FMT_YUV420P9LE, VideoInfo::CS_I420, 1, 1, 1 }, in determine_colorspace_conversion()
337 { AV_PIX_FMT_YUV420P10LE, AV_PIX_FMT_YUV420P10LE, VideoInfo::CS_I420, 2, 1, 1 }, in determine_colorspace_conversion()
338 { AV_PIX_FMT_YUV420P16LE, AV_PIX_FMT_YUV420P16LE, VideoInfo::CS_I420, 8, 1, 1 }, in determine_colorspace_conversion()
339 { AV_PIX_FMT_YUYV422, AV_PIX_FMT_YUYV422, VideoInfo::CS_YUY2, 0, 1, 0 }, in determine_colorspace_conversion()
340 { AV_PIX_FMT_YUV422P, AV_PIX_FMT_YUYV422, VideoInfo::CS_YUY2, 0, 1, 0 }, in determine_colorspace_conversion()
367 { AV_PIX_FMT_NONE, AV_PIX_FMT_NONE, VideoInfo::CS_UNKNOWN, 0, 0, 0 } in determine_colorspace_conversion()
608 if( as_vohp->vi->pixel_type & VideoInfo::CS_INTERLEAVED ) in as_video_get_buffer()
[all …]
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/avsutl/
H A DPlaneProcessor.h83 explicit PlaneProcessor (const ::VideoInfo &vi, PlaneProcCbInterface &cb, bool manual_flag);
97 const ::VideoInfo &
111 static int get_nbr_planes (const ::VideoInfo &vi);
112 static int get_bytes_per_component (const ::VideoInfo &vi);
113 static int get_min_w (const ::VideoInfo &vi);
114 static int get_min_h (const ::VideoInfo &vi);
115 static int compute_plane_w (const ::VideoInfo &vi, int plane_index, int w);
116 static int compute_plane_h (const ::VideoInfo &vi, int plane_index, int h);
117 …static void check_same_format (::IScriptEnvironment *env_ptr, const ::VideoInfo &vi, const ::PC…
140 const ::VideoInfo & // For the destination clip. May be changed during the filter setup.
H A Dfnc.h31 struct VideoInfo;
40 bool has_alpha (const ::VideoInfo &vi);
41 int get_nbr_comp_non_alpha (const ::VideoInfo &vi);
42 bool is_rgb (const ::VideoInfo &vi);
43 bool is_full_range_default (const ::VideoInfo &vi);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/video/rav1e/tests/
H A Drav1enc.rs25 let video_info = gst_video::VideoInfo::builder(gst_video::VideoFormat::I420, 160, 120) in test_encode_i420()
36 let video_info = gst_video::VideoInfo::builder(gst_video::VideoFormat::I42010le, 160, 120) in test_encode_i420_10()
47 let video_info = gst_video::VideoInfo::builder(gst_video::VideoFormat::I42012le, 160, 120) in test_encode_i420_12()
58 let video_info = gst_video::VideoInfo::builder(gst_video::VideoFormat::Y42b, 160, 120) in test_encode_y42b()
69 let video_info = gst_video::VideoInfo::builder(gst_video::VideoFormat::I42210le, 160, 120) in test_encode_i422_10()
80 let video_info = gst_video::VideoInfo::builder(gst_video::VideoFormat::I42212le, 160, 120) in test_encode_y422_12()
91 let video_info = gst_video::VideoInfo::builder(gst_video::VideoFormat::Y444, 160, 120) in test_encode_y444()
102 let video_info = gst_video::VideoInfo::builder(gst_video::VideoFormat::Y44410le, 160, 120) in test_encode_i444_10()
113 let video_info = gst_video::VideoInfo::builder(gst_video::VideoFormat::Y44412le, 160, 120) in test_encode_i444_12()
120 fn test_encode(video_info: &gst_video::VideoInfo) { in test_encode() argument
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DMediaInfo.h25 class VideoInfo; variable
134 class VideoInfo : public TrackInfo {
142 VideoInfo() : VideoInfo(-1, -1) {} in VideoInfo() function
144 VideoInfo(int32_t aWidth, int32_t aHeight) in VideoInfo() function
147 explicit VideoInfo(const gfx::IntSize& aSize) in VideoInfo() function
156 VideoInfo(const VideoInfo& aOther) = default;
158 bool operator==(const VideoInfo& rhs) const;
169 return MakeUnique<VideoInfo>(*this); in Clone()
257 friend struct IPC::ParamTraits<VideoInfo>;
401 VideoInfo mVideo;
[all …]
/dports/www/firefox/firefox-99.0/dom/media/
H A DMediaInfo.h25 class VideoInfo; variable
134 class VideoInfo : public TrackInfo {
142 VideoInfo() : VideoInfo(-1, -1) {} in VideoInfo() function
144 VideoInfo(int32_t aWidth, int32_t aHeight) in VideoInfo() function
147 explicit VideoInfo(const gfx::IntSize& aSize) in VideoInfo() function
156 VideoInfo(const VideoInfo& aOther) = default;
158 bool operator==(const VideoInfo& rhs) const;
169 return MakeUnique<VideoInfo>(*this); in Clone()
257 friend struct IPC::ParamTraits<VideoInfo>;
401 VideoInfo mVideo;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DMediaInfo.h25 class VideoInfo; variable
134 class VideoInfo : public TrackInfo {
142 VideoInfo() : VideoInfo(-1, -1) {} in VideoInfo() function
144 VideoInfo(int32_t aWidth, int32_t aHeight) in VideoInfo() function
147 explicit VideoInfo(const gfx::IntSize& aSize) in VideoInfo() function
156 VideoInfo(const VideoInfo& aOther) = default;
158 bool operator==(const VideoInfo& rhs) const;
169 return MakeUnique<VideoInfo>(*this); in Clone()
257 friend struct IPC::ParamTraits<VideoInfo>;
401 VideoInfo mVideo;
[all …]
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/
H A Davisynth.h188 struct SINGLE_INHERITANCE VideoInfo; variable
228 bool (VideoInfo::*IsRGB)() const; member
231 bool (VideoInfo::*IsYUV)() const; member
237 bool (VideoInfo::*IsY8)() const; member
243 bool (VideoInfo::*IsBFF)() const; member
244 bool (VideoInfo::*IsTFF)() const; member
267 bool (VideoInfo::*IsSameColorspace)(const VideoInfo& vi) const; member
366 bool (VideoInfo::*Is444)() const; member
369 bool (VideoInfo::*IsY)() const; member
491 struct VideoInfo { struct
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DMediaInfo.h25 class VideoInfo; variable
134 class VideoInfo : public TrackInfo {
142 VideoInfo() : VideoInfo(-1, -1) {} in VideoInfo() function
144 explicit VideoInfo(int32_t aWidth, int32_t aHeight) in VideoInfo() function
145 : VideoInfo(gfx::IntSize(aWidth, aHeight)) {} in VideoInfo()
147 explicit VideoInfo(const gfx::IntSize& aSize) in VideoInfo() function
159 VideoInfo(const VideoInfo& aOther) = default;
161 bool operator==(const VideoInfo& rhs) const;
172 return MakeUnique<VideoInfo>(*this); in Clone()
403 VideoInfo mVideo;
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gstreamer-video-0.17.2/src/
H A Dvideo_frame.rs18 info: crate::VideoInfo,
37 pub fn info(&self) -> &crate::VideoInfo { in info() argument
213 info: &crate::VideoInfo, in from_buffer_readable() argument
246 info: &crate::VideoInfo, in from_buffer_id_readable() argument
285 info: &crate::VideoInfo, in from_buffer_writable() argument
320 info: &crate::VideoInfo, in from_buffer_id_writable() argument
409 info: crate::VideoInfo,
580 info: &'b crate::VideoInfo, in from_buffer_ref_readable() argument
613 info: &'b crate::VideoInfo, in from_buffer_ref_id_readable() argument
677 info: &'b crate::VideoInfo, in from_buffer_ref_writable() argument
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gstreamer-video-0.17.2/src/
H A Dvideo_frame.rs18 info: crate::VideoInfo,
37 pub fn info(&self) -> &crate::VideoInfo { in info() argument
213 info: &crate::VideoInfo, in from_buffer_readable() argument
246 info: &crate::VideoInfo, in from_buffer_id_readable() argument
285 info: &crate::VideoInfo, in from_buffer_writable() argument
320 info: &crate::VideoInfo, in from_buffer_id_writable() argument
409 info: crate::VideoInfo,
580 info: &'b crate::VideoInfo, in from_buffer_ref_readable() argument
613 info: &'b crate::VideoInfo, in from_buffer_ref_id_readable() argument
677 info: &'b crate::VideoInfo, in from_buffer_ref_writable() argument
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer-video/src/
H A Dvideo_frame.rs30 info: ::VideoInfo,
49 pub fn info(&self) -> &::VideoInfo { in info() argument
224 info: &::VideoInfo, in from_buffer_readable() argument
257 info: &::VideoInfo, in from_buffer_id_readable() argument
292 info: &::VideoInfo, in from_buffer_writable() argument
327 info: &::VideoInfo, in from_buffer_id_writable() argument
414 info: ::VideoInfo,
573 info: &'b ::VideoInfo, in from_buffer_ref_readable() argument
606 info: &'b ::VideoInfo, in from_buffer_ref_id_readable() argument
659 info: &'b ::VideoInfo, in from_buffer_ref_writable() argument
[all …]

12345678910>>...35