Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:hasVideo

307         bool hasVideo,
313 msg->setInt32("has-video", hasVideo);
347 int32_t hasVideo;
348 CHECK(msg->findInt32("has-video", &hasVideo));
353 status_t err = onOpenAudioSink(format, offloadOnly, hasVideo, flags);
1409 bool hasVideo,
1462 offloadInfo.has_video = hasVideo;