Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:videoFormat

1348     sp<AMessage> videoFormat = mSource->getFormat(false /* audio */);
1351 canOffloadStream(audioMeta, (videoFormat != NULL), mSource->isStreaming(), streamType)
1553 sp<AMessage> videoFormat = mSource->getFormat(false /* audio */);
1555 const bool hasVideo = (videoFormat != NULL);