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 185 bool haveVideo = false;
191 if (haveAudio && haveVideo) {
196 if (!haveVideo) {
204 haveVideo = true;
226 if (!haveVideo) {
242 "haveAudio=%d, haveVideo=%d, elaspedTime=%" PRId64,
243 haveAudio, haveVideo, ALooper::GetNowUs() - startTime);
254 if (mDataSource->getSize(&size) == OK && (haveAudio || haveVideo)) {
255 sp<AnotherPacketSource> impl = haveVideo
308 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 1048 bool haveVideo = false;
1064 } else if (!haveVideo && !strncasecmp("video/", mime, 6)) {
1065 haveVideo = true;
1072 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 430 milliseconds