HomeSort by relevance Sort by last modified time
    Searched defs:hasVideo (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.cpp 71 int32_t hasVideo = 0;
72 format->findInt32("has-video", &hasVideo);
78 format, true /* offloadOnly */, hasVideo,
NuPlayerDecoder.cpp 628 bool hasVideo = (mSource->getFormat(false /* audio */) != NULL);
630 || (!hasVideo
639 format, false /* offloadOnly */, hasVideo, flags, NULL /* isOffloaed */);
    [all...]
NuPlayerRenderer.cpp 348 bool hasVideo,
354 msg->setInt32("has-video", hasVideo);
388 int32_t hasVideo;
389 CHECK(msg->findInt32("has-video", &hasVideo));
394 status_t err = onOpenAudioSink(format, offloadOnly, hasVideo, flags);
    [all...]
NuPlayer.cpp     [all...]
  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 624 bool hasVideo = false;
651 } else if (!hasVideo && !strncasecmp("video/", mime, 6)) {
652 hasVideo = true;
683 if (hasVideo) {

Completed in 66 milliseconds