Searched defs:hasVideo (Results 1 - 6 of 6) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_LocAVPlayer.cpp27 LocAVPlayer::LocAVPlayer(const AudioPlayback_Parameters* params, bool hasVideo) : argument
28 GenericMediaPlayer(params, hasVideo)
H A Dandroid_GenericMediaPlayer.cpp241 GenericMediaPlayer::GenericMediaPlayer(const AudioPlayback_Parameters* params, bool hasVideo) : argument
243 mHasVideo(hasVideo),
H A Dandroid_StreamPlayer.cpp298 StreamPlayer::StreamPlayer(const AudioPlayback_Parameters* params, bool hasVideo, argument
300 GenericMediaPlayer(params, hasVideo),
/frameworks/av/media/libstagefright/
H A DFragmentedMP4Extractor.cpp104 bool hasVideo = mParser->getFormat(false /* audio */, true /* synchronous */) != NULL; local
109 if (hasVideo) {
118 if (hasAudio && hasVideo) {
124 } else if (hasVideo) {
H A DStagefrightMetadataRetriever.cpp496 bool hasVideo = false; local
523 } else if (!hasVideo && !strncasecmp("video/", mime, 6)) {
524 hasVideo = true;
555 if (hasVideo) {
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
H A DM4MP4W_Types.h290 M4OSA_Bool hasVideo; member in struct:__anon94

Completed in 174 milliseconds