OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:haveVideo
(Results
1 - 9
of
9
) 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
82
bool
haveVideo
= false;
103
} else if (useVideo && !
haveVideo
&& isVideo) {
104
haveVideo
= true;
codec.cpp
86
bool
haveVideo
= false;
100
} else if (useVideo && !
haveVideo
&& isVideo) {
101
haveVideo
= true;
SimplePlayer.cpp
291
bool
haveVideo
= false;
304
} else if (!
haveVideo
&& isVideo) {
305
haveVideo
= true;
stagefright.cpp
1017
bool
haveVideo
= false;
1029
} else if (!
haveVideo
&& !strncasecmp("video/", mime, 6)) {
1030
haveVideo
= true;
1037
if (haveAudio &&
haveVideo
) {
/frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp
760
bool
haveVideo
= false;
777
} else if (isVideo && enableVideo && !
haveVideo
) {
778
haveVideo
= true;
809
if ((haveAudio || !enableAudio) && (
haveVideo
|| !enableVideo)) {
/frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp
186
bool
haveVideo
= false;
193
if (!
haveVideo
&& !strncasecmp(mime, "video/", 6)) {
195
haveVideo
= true;
215
if (haveAudio &&
haveVideo
) {
229
if (!haveAudio && !
haveVideo
) {
[
all
...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp
[
all
...]
/frameworks/av/media/libstagefright/
AwesomePlayer.cpp
410
bool
haveVideo
= false;
419
if (!
haveVideo
&& !strncasecmp(mime.string(), "video/", 6)) {
421
haveVideo
= true;
473
if (!haveAudio && !
haveVideo
) {
[
all
...]
Completed in 117 milliseconds