Searched refs:mHasVideo (Results 1 – 9 of 9) sorted by relevance
300 mHasVideo(false), in HeifDecoderImpl()338 mHasVideo = hasVideo && !strcasecmp(hasVideo, "yes"); in init()344 } else if (mHasVideo) { in init()496 } else if (mHasVideo) { in decode()
65 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()
182 bool mHasVideo; member
115 mHasVideo(false), in Renderer()1444 mHasVideo = true; in onQueueBuffer()1447 if (mHasVideo) { in onQueueBuffer()
114 mHasVideo(false), in Renderer()1443 mHasVideo = true; in onQueueBuffer()1446 if (mHasVideo) { in onQueueBuffer()