Searched refs:getTrackInfo (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.h34 sp<AMessage> getTrackInfo(size_t index) const;
H A DHTTPLiveSource.h46 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
H A DNuPlayerSource.h97 virtual sp<AMessage> getTrackInfo(size_t /* trackIndex */) const { function in struct:android::NuPlayer::Source
H A DHTTPLiveSource.cpp141 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const { function in class:android::NuPlayer::HTTPLiveSource
142 return mLiveSession->getTrackInfo(trackIndex);
H A DGenericSource.h71 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
H A DNuPlayer.h76 status_t getTrackInfo(Parcel* reply) const;
H A DNuPlayer.cpp516 writeTrackInfo(reply, mSource->getTrackInfo(i));
521 writeTrackInfo(reply, mCCDecoder->getTrackInfo(i));
582 sp<AMessage> info = mSource->getTrackInfo(trackIndex);
1739 status_t NuPlayer::getTrackInfo(Parcel* reply) const { function in class:android::NuPlayer
H A DNuPlayerCCDecoder.cpp130 sp<AMessage> NuPlayer::CCDecoder::getTrackInfo(size_t index) const { function in class:android::NuPlayer::CCDecoder
H A DNuPlayerDriver.cpp541 return mPlayer->getTrackInfo(reply);
H A DGenericSource.cpp1080 sp<AMessage> NuPlayer::GenericSource::getTrackInfo(size_t trackIndex) const { function in class:android::NuPlayer::GenericSource
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.h51 sp<AMessage> getTrackInfo(size_t index) const;
H A DLiveSession.h93 sp<AMessage> getTrackInfo(size_t trackIndex) const;
H A DM3UParser.cpp64 sp<AMessage> getTrackInfo(size_t index) const;
196 sp<AMessage> M3UParser::MediaGroup::getTrackInfo(size_t index) const { function in class:android::M3UParser::MediaGroup
364 sp<AMessage> M3UParser::getTrackInfo(size_t index) const { function in class:android::M3UParser
369 return group->getTrackInfo(ii);
H A DLiveSession.cpp1480 sp<AMessage> LiveSession::getTrackInfo(size_t trackIndex) const { function in class:android::LiveSession
1491 return mPlaylist->getTrackInfo(trackIndex);
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h360 status_t getTrackInfo(Parcel* reply) const;
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp2654 status_t AwesomePlayer::getTrackInfo(Parcel *reply) const { function in class:android::AwesomePlayer
2867 return getTrackInfo(reply);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java514 * <tr><td>getTrackInfo </p></td>
1916 * @see android.media.MediaPlayer#getTrackInfo
2068 public TrackInfo[] getTrackInfo() throws IllegalStateException { method in class:MediaPlayer
2334 * One can find the total number of available tracks using {@link #getTrackInfo()} to see what
2367 * One can find the total number of available tracks using {@link #getTrackInfo()} to see what
2411 * using {@link #getTrackInfo()} to see what additional tracks become available
2433 * using {@link #getTrackInfo()} to see what additional tracks become available
2530 * The return value is an index into the array returned by {@link #getTrackInfo()}, and can
2541 * @see #getTrackInfo()
2608 * each individual track can be found by calling {@link #getTrackInfo()} metho
[all...]

Completed in 136 milliseconds