Searched refs:mHasVideo (Results 1 – 7 of 7) sorted by relevance
147 if (genericMediaPlayer->mHasVideo && (ext1 != 0 || ext2 != 0)) { in notify()246 mHasVideo(hasVideo), in GenericMediaPlayer()337 if (mHasVideo) { in onPrepare()
111 const bool mHasVideo; // const allows MediaPlayerNotificationClient::notify to safely access variable
58 private CheckBox mHasVideo; field in OnePlayerActivity77 mHasVideo = (CheckBox) findViewById(R.id.has_video); in onCreate()
96 bool mHasVideo; variable
167 bool mHasVideo; member
112 mHasVideo(false), in Renderer()1338 mHasVideo = true; in onQueueBuffer()1341 if (mHasVideo) { in onQueueBuffer()
377 mHasVideo(false), in MPEG4Extractor()548 if (mHasVideo) { in readMetaData()1484 mHasVideo = true; in parseChunk()