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.h44 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.cpp138 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const { function in class:android::NuPlayer::HTTPLiveSource
139 return mLiveSession->getTrackInfo(trackIndex);
H A DGenericSource.h68 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
H A DNuPlayer.h66 status_t getTrackInfo(Parcel* reply) const;
H A DNuPlayer.cpp425 writeTrackInfo(reply, mSource->getTrackInfo(i));
430 writeTrackInfo(reply, mCCDecoder->getTrackInfo(i));
491 sp<AMessage> info = mSource->getTrackInfo(trackIndex);
1436 status_t NuPlayer::getTrackInfo(Parcel* reply) const { function in class:android::NuPlayer
H A DNuPlayerCCDecoder.cpp128 sp<AMessage> NuPlayer::CCDecoder::getTrackInfo(size_t index) const { function in class:android::NuPlayer::CCDecoder
H A DNuPlayerDriver.cpp493 return mPlayer->getTrackInfo(reply);
H A DGenericSource.cpp1116 sp<AMessage> NuPlayer::GenericSource::getTrackInfo(size_t trackIndex) const { function in class:android::NuPlayer::GenericSource
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.h48 sp<AMessage> getTrackInfo(size_t index) const;
H A DLiveSession.h75 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
347 sp<AMessage> M3UParser::getTrackInfo(size_t index) const { function in class:android::M3UParser
352 return group->getTrackInfo(ii);
H A DLiveSession.cpp1171 sp<AMessage> LiveSession::getTrackInfo(size_t trackIndex) const { function in class:android::LiveSession
1175 return mPlaylist->getTrackInfo(trackIndex);
/frameworks/av/media/libstagefright/include/
H A DAwesomePlayer.h356 status_t getTrackInfo(Parcel* reply) const;
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp2603 status_t AwesomePlayer::getTrackInfo(Parcel *reply) const { function in class:android::AwesomePlayer
2816 return getTrackInfo(reply);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java502 * <tr><td>getTrackInfo </p></td>
1724 * @see android.media.MediaPlayer#getTrackInfo
1870 public TrackInfo[] getTrackInfo() throws IllegalStateException { method in class:MediaPlayer
2075 * One can find the total number of available tracks using {@link #getTrackInfo()} to see what
2108 * One can find the total number of available tracks using {@link #getTrackInfo()} to see what
2152 * using {@link #getTrackInfo()} to see what additional tracks become available
2174 * using {@link #getTrackInfo()} to see what additional tracks become available
2279 * The return value is an index into the array returned by {@link #getTrackInfo()}, and can
2290 * @see #getTrackInfo()
2343 * each individual track can be found by calling {@link #getTrackInfo()} metho
[all...]

Completed in 68 milliseconds