Searched refs:mHasVideo (Results 1 – 7 of 7) sorted by relevance
297 mHasVideo(false), in HeifDecoderImpl()335 mHasVideo = hasVideo && !strcasecmp(hasVideo, "yes"); in init()341 } else if (mHasVideo) { in init()493 } 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
135 mHasVideo(false), in Renderer()1475 mHasVideo = true; in onQueueBuffer()1478 if (mHasVideo) { in onQueueBuffer()