HomeSort by relevance Sort by last modified time
    Searched refs:mHasVideo (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.h 98 bool mHasVideo;
NuPlayerRenderer.cpp 47 mHasVideo(false),
99 mSyncQueues = mHasAudio && mHasVideo;
408 mHasVideo = true;
  /frameworks/av/media/libstagefright/include/
MPEG4Extractor.h 61 bool mHasVideo;
  /frameworks/wilhelm/src/android/
android_GenericMediaPlayer.h 111 const bool mHasVideo; // const allows MediaPlayerNotificationClient::notify to safely access
android_GenericMediaPlayer.cpp 144 // But in this case mHasVideo is const, so it is safe to access.
146 if (genericMediaPlayer->mHasVideo && (ext1 != 0 || ext2 != 0)) {
243 mHasVideo(hasVideo),
334 if (mHasVideo) {
  /frameworks/av/media/libstagefright/
MPEG4Extractor.cpp 268 mHasVideo(false),
376 if (mHasVideo) {
983 mHasVideo = true;
    [all...]

Completed in 66 milliseconds