Home
last modified time | relevance | path

Searched refs:m_videoFormat (Results 1 – 25 of 39) sorted by relevance

12

/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DSlideshow.cpp52 m_videoFormat = videoFormat; in Slideshow()
59 m_videoFormat = vfPAL; in Slideshow()
65 m_videoFormat = slideshow.m_videoFormat; in Slideshow()
83 if (m_videoFormat == vfNTSC) in GetFPS()
160 return wxImage(GetFrameSize(m_videoFormat).GetWidth(), GetFrameSize(m_videoFormat).GetHeight()); in GetImage()
166 (int) (img.GetHeight() * scale * GetFrameSize(m_videoFormat).GetHeight() / height)); in GetImage()
168 width = GetFrameSize(m_videoFormat).GetWidth(); in GetImage()
169 height = GetFrameSize(m_videoFormat).GetHeight(); in GetImage()
201 node->AddProperty(wxT("videoFormat"), (m_videoFormat == vfPAL) ? _T("PAL") : _T("NTSC")); in GetXML()
218 m_videoFormat = vfPAL; in PutXML()
[all …]
H A DSlideshow.h46 inline VideoFormat GetVideoFormat() { return m_videoFormat; } in GetVideoFormat()
47 inline void SetVideoFormat(VideoFormat format) { m_videoFormat = format; } in SetVideoFormat()
77 VideoFormat m_videoFormat;
H A Dmediactrl_ffmpeg.cpp21 m_videoFormat = vfPAL; in FFEvtHandler()
46 m_videoFormat = videoFormat; in SetVideoFormat()
64 wxSize frameSize = m_videoFormat != vfCOPY ? GetFrameSize(m_videoFormat) in OnPaint()
108 VideoFormat m_videoFormat; member in FFEvtHandler
H A DMenu.cpp36 m_videoFormat = videoFormat; in Menu()
84 if (m_videoFormat == videoFormat) in SetVideoFormat()
87 m_videoFormat = videoFormat; in SetVideoFormat()
108 if (m_videoFormat >= vfPAL_FULL_HD) { in GetResolution()
110 } else if (m_videoFormat >= vfPAL_HDV) { in GetResolution()
112 } else if (m_videoFormat >= vfPAL_HALF_HD) { in GetResolution()
119 return GetFrameSize(m_videoFormat); in GetFrameResolution()
851 root->AddProperty(wxT("format"), isNTSC(m_videoFormat) ? wxT("NTSC") : wxT("PAL")); in SaveSpumux()
886 node->AddProperty(wxT("videoFormat"), (m_videoFormat == vfPAL) ? _T("PAL") : _T("NTSC")); in GetXML()
966 m_videoFormat = vfPAL; in PutXML()
[all …]
H A DDVD.h166 inline VideoFormat GetVideoFormat() { return m_videoFormat; } in GetVideoFormat()
266 VideoFormat m_videoFormat; variable
H A DMenu.h53 inline VideoFormat GetVideoFormat() { return m_videoFormat; } in GetVideoFormat()
174 VideoFormat m_videoFormat; variable
H A DDVD.cpp37 m_videoFormat = vfPAL; in DVD()
159 titleset->GetMenus().SetVideoFormat(m_videoFormat); in AddTitleset()
169 …return AddMenu(new Menu(this, tsi, GetPgcArray(tsi, true).GetCount(), m_videoFormat, m_aspectRatio… in AddMenu()
419 m_videoFormat = videoFormat; in SetVideoFormat()
562 m_videoFormat = VideoFormat(lval + (format == 2 ? 2 : (format == 3 ? 1 : 0))); in PutXML()
642 root->AddProperty(wxT("videoFormat"), wxString::Format(wxT("%d"), m_videoFormat)); in GetXml()
/dports/net/opal/opal-3.10.10/src/opal/
H A Drecording.cxx273 strm << "Unsupported compressor '" << m_options.m_videoFormat << '\''; in IsResultError()
277 strm << "No compressor '" << m_options.m_videoFormat << '\''; in IsResultError()
353 if (m_options.m_videoFormat.IsEmpty()) in OpenFile()
354 m_options.m_videoFormat = "MSVC"; // Default to Microsoft Video 1, every system has that! in OpenFile()
355 else if (m_options.m_videoFormat.GetLength() != 4) { in OpenFile()
400 << m_options.m_videoFormat << "-Video mixers opened for file \"" << fn << '"'); in OpenFile()
563 …PTRACE(4, "OpalRecord\tCreating AVI stream for video format '" << m_options.m_videoFormat << '\''); in OpenVideo()
589 opts.fccHandler = mmioFOURCC(m_options.m_videoFormat[0], in OpenVideo()
590 m_options.m_videoFormat[1], in OpenVideo()
591 m_options.m_videoFormat[2], in OpenVideo()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconnect/include/aws/mediaconnect/model/
H A DUpdateFlowMediaStreamRequest.h258 inline const Aws::String& GetVideoFormat() const{ return m_videoFormat; } in GetVideoFormat()
268 …SetVideoFormat(const Aws::String& value) { m_videoFormatHasBeenSet = true; m_videoFormat = value; } in SetVideoFormat()
273 …inline void SetVideoFormat(Aws::String&& value) { m_videoFormatHasBeenSet = true; m_videoFormat = … in SetVideoFormat()
278 …inline void SetVideoFormat(const char* value) { m_videoFormatHasBeenSet = true; m_videoFormat.assi… in SetVideoFormat()
315 Aws::String m_videoFormat; variable
H A DAddMediaStreamRequest.h247 inline const Aws::String& GetVideoFormat() const{ return m_videoFormat; } in GetVideoFormat()
257 …SetVideoFormat(const Aws::String& value) { m_videoFormatHasBeenSet = true; m_videoFormat = value; } in SetVideoFormat()
262 …inline void SetVideoFormat(Aws::String&& value) { m_videoFormatHasBeenSet = true; m_videoFormat = … in SetVideoFormat()
267 …inline void SetVideoFormat(const char* value) { m_videoFormatHasBeenSet = true; m_videoFormat.assi… in SetVideoFormat()
304 Aws::String m_videoFormat; variable
H A DMediaStream.h272 inline const Aws::String& GetVideoFormat() const{ return m_videoFormat; } in GetVideoFormat()
282 …SetVideoFormat(const Aws::String& value) { m_videoFormatHasBeenSet = true; m_videoFormat = value; } in SetVideoFormat()
287 …inline void SetVideoFormat(Aws::String&& value) { m_videoFormatHasBeenSet = true; m_videoFormat = … in SetVideoFormat()
292 …inline void SetVideoFormat(const char* value) { m_videoFormatHasBeenSet = true; m_videoFormat.assi… in SetVideoFormat()
332 Aws::String m_videoFormat; variable
/dports/sysutils/k3b/k3b-21.12.3/libk3b/videodvd/
H A Dk3bvideodvdvideostream.h55 unsigned int format() const { return m_videoFormat; } in format()
87 unsigned int m_videoFormat:2; variable
/dports/games/kodi-addon-game.libretro/game.libretro-2.2.0-Matrix/src/libretro/
H A DLibretroEnvironment.h56 GAME_PIXEL_FORMAT GetVideoFormat(void) const { return m_videoFormat; } in GetVideoFormat()
83 GAME_PIXEL_FORMAT m_videoFormat; variable
H A DLibretroEnvironment.cpp36 m_videoFormat(GAME_PIXEL_FORMAT_0RGB1555), // Default libretro format in CLibretroEnvironment()
175 m_videoFormat = LibretroTranslator::GetVideoFormat(*typedData); in EnvironmentCallback()
507 if (!m_videoStream.GetSwFramebuffer(width, height, m_videoFormat, framebuffer)) in EnvironmentCallback()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconnect/source/model/
H A DAddMediaStreamRequest.cpp96 m_videoFormat = jsonValue.GetString("videoFormat"); in operator =()
145 payload.WithString("videoFormat", m_videoFormat); in Jsonize()
H A DMediaStream.cpp107 m_videoFormat = jsonValue.GetString("videoFormat"); in operator =()
162 payload.WithString("videoFormat", m_videoFormat); in Jsonize()
H A DUpdateFlowMediaStreamRequest.cpp57 payload.WithString("videoFormat", m_videoFormat); in SerializePayload()
/dports/net/opal/opal-3.10.10/include/opal/
H A Drecording.h91 PString m_videoFormat; /**< Audio format for file output. The formats that are member
119 , m_videoFormat(videoFormat) in m_stereo()
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/mobile/qcamera/
H A Dcameraexample.h91 QVideoSurfaceFormat m_videoFormat; variable
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_common/agnostic/common/codec/shared/
H A Dcodec_def_encode_mpeg2.h194 uint32_t m_videoFormat : 3; //!< Indicate the representation of the pictures member
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/codec/shared/
H A Dcodec_def_encode_mpeg2.h194 uint32_t m_videoFormat : 3; //!< Indicate the representation of the pictures member
/dports/net/opal/opal-3.10.10/samples/dotnet/OpalDotNET/
H A DOpal.cs1852 public IntPtr m_videoFormat; field
/dports/graphics/libbpg/libbpg-0.9.8/jctvc/
H A DTAppEncCfg.h327 …Int m_videoFormat; ///< Indicates representation of pictu… variable
/dports/net/opal/opal-3.10.10/include/
H A Dopal.h1188 const char * m_videoFormat; /**< Video recording format. This is generally an OpalMediaFormat member
/dports/net/opal/opal-3.10.10/src/Python/opal/
H A DOpalRecordManager.sip70 PString m_videoFormat;

12