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

  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp 158 bool haveVideo = false;
163 if (haveAudio && haveVideo) {
166 if (!haveVideo) {
172 haveVideo = true;
193 ALOGI("haveAudio=%d, haveVideo=%d", haveAudio, haveVideo);
  /frameworks/av/cmds/stagefright/
muxer.cpp 84 bool haveVideo = false;
105 } else if (useVideo && !haveVideo && isVideo) {
106 haveVideo = true;
codec.cpp 88 bool haveVideo = false;
102 } else if (useVideo && !haveVideo && isVideo) {
103 haveVideo = true;
SimplePlayer.cpp 293 bool haveVideo = false;
306 } else if (!haveVideo && isVideo) {
307 haveVideo = true;
stagefright.cpp 1023 bool haveVideo = false;
1035 } else if (!haveVideo && !strncasecmp("video/", mime, 6)) {
1036 haveVideo = true;
1043 if (haveAudio && haveVideo) {
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 762 bool haveVideo = false;
779 } else if (isVideo && enableVideo && !haveVideo) {
780 haveVideo = true;
811 if ((haveAudio || !enableAudio) && (haveVideo || !enableVideo)) {
  /frameworks/av/media/libstagefright/
AwesomePlayer.cpp 436 bool haveVideo = false;
445 if (!haveVideo && !strncasecmp(mime.string(), "video/", 6)) {
447 haveVideo = true;
499 if (!haveAudio && !haveVideo) {
    [all...]

Completed in 2622 milliseconds