OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:haveVideo
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/mpeg2ts/
MPEG2TSExtractor.cpp
150
bool
haveVideo
= false;
154
if (haveAudio &&
haveVideo
) {
159
if (!
haveVideo
) {
165
haveVideo
= true;
181
if (!
haveVideo
) {
197
if (mDataSource->getSize(&size) == OK && (haveAudio ||
haveVideo
)) {
198
sp<AnotherPacketSource> impl =
haveVideo
250
ALOGI("haveAudio=%d,
haveVideo
=%d, elaspedTime=%" PRId64,
251
haveAudio,
haveVideo
, ALooper::GetNowUs() - startTime);
/frameworks/av/cmds/stagefright/
muxer.cpp
94
bool
haveVideo
= false;
115
} else if (useVideo && !
haveVideo
&& isVideo) {
116
haveVideo
= true;
codec.cpp
91
bool
haveVideo
= false;
105
} else if (useVideo && !
haveVideo
&& isVideo) {
106
haveVideo
= true;
SimplePlayer.cpp
290
bool
haveVideo
= false;
303
} else if (!
haveVideo
&& isVideo) {
304
haveVideo
= true;
stagefright.cpp
1037
bool
haveVideo
= false;
1049
} else if (!
haveVideo
&& !strncasecmp("video/", mime, 6)) {
1050
haveVideo
= true;
1057
if (haveAudio &&
haveVideo
) {
[
all
...]
/frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp
764
bool
haveVideo
= false;
781
} else if (isVideo && enableVideo && !
haveVideo
) {
782
haveVideo
= true;
813
if ((haveAudio || !enableAudio) && (
haveVideo
|| !enableVideo)) {
Completed in 340 milliseconds