HomeSort by relevance Sort by last modified time
    Searched refs:haveVideo (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 193 bool haveVideo = false;
199 if (haveAudio && haveVideo) {
204 if (!haveVideo) {
212 haveVideo = true;
234 if (!haveVideo) {
250 "haveAudio=%d, haveVideo=%d, elaspedTime=%" PRId64,
251 haveAudio, haveVideo, ALooper::GetNowUs() - startTime);
262 if (mDataSource->getSize(&size) == OK && (haveAudio || haveVideo)) {
263 sp<AnotherPacketSource> impl = haveVideo
316 ALOGI("haveAudio=%d, haveVideo=%d, elaspedTime=%" PRId64
    [all...]
  /frameworks/av/cmds/stagefright/
muxer.cpp 93 bool haveVideo = false;
114 } else if (useVideo && !haveVideo && isVideo) {
115 haveVideo = true;
codec.cpp 91 bool haveVideo = false;
105 } else if (useVideo && !haveVideo && isVideo) {
106 haveVideo = true;
SimplePlayer.cpp 291 bool haveVideo = false;
304 } else if (!haveVideo && isVideo) {
305 haveVideo = true;
stagefright.cpp 1050 bool haveVideo = false;
1066 } else if (!haveVideo && !strncasecmp("video/", mime, 6)) {
1067 haveVideo = true;
1074 if (haveAudio && haveVideo) {
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 761 bool haveVideo = false;
778 } else if (isVideo && enableVideo && !haveVideo) {
779 haveVideo = true;
810 if ((haveAudio || !enableAudio) && (haveVideo || !enableVideo)) {

Completed in 120 milliseconds