HomeSort by relevance Sort by last modified time
    Searched defs:naturalSize (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaPlayerPrivateAndroid.h 51 virtual IntSize naturalSize() const { return m_naturalSize; }
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 437 IntSize MediaPlayerPrivatePhonon::naturalSize() const
440 LOG(Media, "MediaPlayerPrivatePhonon::naturalSize() -> %dx%d",
446 LOG(Media, "MediaPlayerPrivatePhonon::naturalSize() -> %dx%d",
452 IntSize naturalSize(videoSize.width(), videoSize.height());
453 LOG(Media, "MediaPlayerPrivatePhonon::naturalSize() -> %dx%d",
454 naturalSize.width(), naturalSize.height());
455 return naturalSize;
MediaPlayerPrivateQt.cpp 543 IntSize MediaPlayerPrivateQt::naturalSize() const
546 LOG(Media, "MediaPlayerPrivateQt::naturalSize() -> 0x0 (!hasVideo || !haveMetaData)");
550 LOG(Media, "MediaPlayerPrivateQt::naturalSize() -> %dx%d (m_naturalSize)",
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 329 IntSize MediaPlayerPrivateAVFoundation::naturalSize() const
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.cpp 267 IntSize WebMediaPlayerClientImpl::naturalSize() const
270 return m_webMediaPlayer->naturalSize();
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 536 WebKit::WebSize WebMediaPlayerImpl::naturalSize() const {
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 364 IntSize MediaPlayerPrivate::naturalSize() const
MediaPlayerPrivateQuickTimeVisualContext.cpp 121 FloatSize naturalSize = m_parent->naturalSize();
124 FloatSize ratio(parentSize.width() / naturalSize.width(), parentSize.height() / naturalSize.height());
499 IntSize MediaPlayerPrivateQuickTimeVisualContext::naturalSize() const
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.cpp 98 virtual IntSize naturalSize() const { return IntSize(0, 0); }
473 IntSize MediaPlayer::naturalSize()
475 return m_private->naturalSize();
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 466 IntSize MediaPlayerPrivateGStreamer::naturalSize() const
    [all...]

Completed in 547 milliseconds