Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:hasVideo

261         bool hasVideo,
266 msg->setInt32("has-video", hasVideo);
294 int32_t hasVideo;
295 CHECK(msg->findInt32("has-video", &hasVideo));
300 bool offload = onOpenAudioSink(format, offloadOnly, hasVideo, flags);
1315 bool hasVideo,
1368 offloadInfo.has_video = hasVideo;