Searched defs:hasVideo (Results 1 - 5 of 5) 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.cpp296 StreamPlayer::StreamPlayer(const AudioPlayback_Parameters* params, bool hasVideo, argument
298 GenericMediaPlayer(params, hasVideo),
/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp461 bool hasVideo = false; local
487 } else if (!hasVideo && !strncasecmp("video/", mime, 6)) {
488 hasVideo = true;
516 if (hasVideo) {
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
H A DM4MP4W_Types.h290 M4OSA_Bool hasVideo; member in struct:__anon89

Completed in 104 milliseconds