Searched refs:mHasVideo (Results 1 – 7 of 7) sorted by relevance
313 mHasVideo(false), in HeifDecoderImpl()359 mHasVideo = hasVideo && !strcasecmp(hasVideo, "yes"); in reinit()397 if (mHasVideo) { in reinit()449 if (!mHasVideo) { in getSequenceInfo()587 } else if (mHasVideo) { in decode()632 if (!mHasVideo) { in decodeSequence()
70 bool mHasVideo; variable
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 = findViewById(R.id.has_video); in onCreate()
184 bool mHasVideo; member
136 mHasVideo(false), in Renderer()1505 mHasVideo = true; in onQueueBuffer()1508 if (mHasVideo) { in onQueueBuffer()