HomeSort by relevance Sort by last modified time
    Searched refs:hasVideo (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/wilhelm/src/android/
android_LocAVPlayer.h 25 LocAVPlayer(const AudioPlayback_Parameters* params, bool hasVideo);
android_LocAVPlayer.cpp 27 LocAVPlayer::LocAVPlayer(const AudioPlayback_Parameters* params, bool hasVideo) :
28 GenericMediaPlayer(params, hasVideo)
android_StreamPlayer.h 84 StreamPlayer(const AudioPlayback_Parameters* params, bool hasVideo,
android_GenericMediaPlayer.h 84 GenericMediaPlayer(const AudioPlayback_Parameters* params, bool hasVideo);
  /external/webkit/Source/WebCore/html/
HTMLVideoElement.h 80 virtual bool hasVideo() const { return player() && player()->hasVideo(); }
HTMLVideoElement.cpp 128 if (!player() || !player()->supportsFullscreen() || !player()->hasVideo())
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 73 stream << " | Has video: " << mediaObject.hasVideo();
208 bool MediaPlayerPrivatePhonon::hasVideo() const
210 bool hasVideo = m_mediaObject->hasVideo();
211 LOG(Media, "MediaPlayerPrivatePhonon::hasVideo() -> %s", hasVideo ? "true" : "false");
212 return hasVideo;
439 if (!hasVideo()) {
506 void MediaPlayerPrivatePhonon::hasVideoChanged(bool hasVideo)
508 LOG(Media, "MediaPlayerPrivatePhonon::hasVideoChanged(%s)", hasVideo ? "true" : "false")
    [all...]
MediaPlayerPrivatePhonon.h 82 bool hasVideo() const;
MediaPlayerPrivateQt.h 51 bool hasVideo() const;
  /packages/apps/Mms/src/com/android/mms/ui/
MmsThumbnailPresenter.java 55 } else if (slide.hasVideo()) {
77 if (slide.hasVideo() && imageLoaded.mIsVideo) {
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayerPrivate.h 62 virtual bool hasVideo() const = 0;
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovie.h 102 bool hasVideo() const;
MediaPlayerPrivateQuickTimeWin.h 85 bool hasVideo() const;
MediaPlayerPrivateQuickTimeVisualContext.h 74 bool hasVideo() const;
  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerPrivateWinCE.h 50 bool hasVideo() const;
  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayer.h 113 virtual bool hasVideo() const = 0;
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaPlayerPrivateAndroid.h 55 virtual bool hasVideo() const = 0;
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 54 bool hasVideo() const { return m_hasVideo; }
  /external/webkit/Source/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 95 virtual bool hasVideo() const;
WebMediaPlayerClientImpl.cpp 122 if (hasVideo() && supportsAcceleratedRendering() && !m_videoLayer.get())
274 bool WebMediaPlayerClientImpl::hasVideo() const
277 return m_webMediaPlayer->hasVideo();
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 229 boolean hasVideo = true;
231 checkTracksAndDuration(targetDurMs, hasVideo, hasAudio, fileName);
235 int targetMs, boolean hasVideo, boolean hasAudio, String fileName) throws Exception {
240 assertTrue(hasVideo? hasVideoStr != null : hasVideoStr == null);
  /external/chromium/webkit/glue/
webmediaplayer_impl.h 222 virtual bool hasVideo() const;
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.h 127 virtual bool hasVideo() const { return m_cachedHasVideo; }
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 87 bool hasVideo() const;
  /frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Types.h 290 M4OSA_Bool hasVideo;

Completed in 383 milliseconds

1 2