Home
last modified time | relevance | path

Searched refs:videoHeight_ (Results 1 – 5 of 5) sorted by relevance

/dports/www/wt/wt-4.6.1/src/Wt/
H A DWMediaPlayer.C104 videoHeight_(0), in WMediaPlayer()
370 if (width != videoWidth_ || height != videoHeight_) { in setVideoSize()
372 videoHeight_ = height; in setVideoSize()
381 << "height: \"" << videoHeight_ << "px\"," in setVideoSize()
382 << "cssClass: \"jp-video-" << videoHeight_ << "p\"" in setVideoSize()
517 << "height: \"" << videoHeight_ << "px\"," in render()
518 << "cssClass: \"jp-video-" << videoHeight_ << "p\"" in render()
H A DWMediaPlayer.h210 int videoHeight() const { return videoHeight_; } in videoHeight()
475 int videoWidth_, videoHeight_; variable
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DscePsmf.cpp289 …PsmfStream() : videoWidth_(USE_PSMF), videoHeight_(USE_PSMF), audioChannels_(USE_PSMF), audioFrequ… in PsmfStream()
292 …PsmfStream(int type, int channel) : videoWidth_(INVALID), videoHeight_(INVALID), audioChannels_(IN… in PsmfStream()
304 videoHeight_ = addr[13] * 16; in readMPEGVideoStreamParams()
347 Do(p, videoHeight_); in DoState()
356 int videoHeight_; member in PsmfStream
855 …Memory::Write_U32(info->videoHeight_ == PsmfStream::USE_PSMF ? psmf->videoHeight : info->videoHeig… in scePsmfGetVideoInfo()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DscePsmf.cpp289 …PsmfStream() : videoWidth_(USE_PSMF), videoHeight_(USE_PSMF), audioChannels_(USE_PSMF), audioFrequ… in PsmfStream()
292 …PsmfStream(int type, int channel) : videoWidth_(INVALID), videoHeight_(INVALID), audioChannels_(IN… in PsmfStream()
304 videoHeight_ = addr[13] * 16; in readMPEGVideoStreamParams()
347 Do(p, videoHeight_); in DoState()
356 int videoHeight_; member in PsmfStream
855 …Memory::Write_U32(info->videoHeight_ == PsmfStream::USE_PSMF ? psmf->videoHeight : info->videoHeig… in scePsmfGetVideoInfo()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DscePsmf.cpp289 …PsmfStream() : videoWidth_(USE_PSMF), videoHeight_(USE_PSMF), audioChannels_(USE_PSMF), audioFrequ… in PsmfStream()
292 …PsmfStream(int type, int channel) : videoWidth_(INVALID), videoHeight_(INVALID), audioChannels_(IN… in PsmfStream()
304 videoHeight_ = addr[13] * 16; in readMPEGVideoStreamParams()
347 Do(p, videoHeight_); in DoState()
356 int videoHeight_; member in PsmfStream
855 …Memory::Write_U32(info->videoHeight_ == PsmfStream::USE_PSMF ? psmf->videoHeight : info->videoHeig… in scePsmfGetVideoInfo()