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

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.h44 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
H A DNuPlayerSource.h92 virtual sp<AMessage> getTrackInfo(size_t /* trackIndex */) const { function in struct:android::NuPlayer::Source
H A DHTTPLiveSource.cpp134 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const { function in class:android::NuPlayer::HTTPLiveSource
135 return mLiveSession->getTrackInfo(trackIndex);
H A DNuPlayerDecoder.h126 sp<AMessage> getTrackInfo(size_t index) const;
H A DGenericSource.h68 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
H A DNuPlayer.h67 status_t getTrackInfo(Parcel* reply) const;
H A DNuPlayer.cpp417 writeTrackInfo(reply, mSource->getTrackInfo(i));
422 writeTrackInfo(reply, mCCDecoder->getTrackInfo(i));
481 sp<AMessage> info = mSource->getTrackInfo(trackIndex);
1651 status_t NuPlayer::getTrackInfo(Parcel* reply) const { function in class:android::NuPlayer
H A DNuPlayerDriver.cpp482 return mPlayer->getTrackInfo(reply);
H A DNuPlayerDecoder.cpp871 sp<AMessage> NuPlayer::CCDecoder::getTrackInfo(size_t index) const { function in class:android::NuPlayer::CCDecoder
H A DGenericSource.cpp898 sp<AMessage> NuPlayer::GenericSource::getTrackInfo(size_t trackIndex) const { function in class:android::NuPlayer::GenericSource
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.h47 sp<AMessage> getTrackInfo(size_t index) const;
H A DLiveSession.h74 sp<AMessage> getTrackInfo(size_t trackIndex) const;
H A DM3UParser.cpp63 sp<AMessage> getTrackInfo(size_t index) const;
192 sp<AMessage> M3UParser::MediaGroup::getTrackInfo(size_t index) const { function in class:android::M3UParser::MediaGroup
343 sp<AMessage> M3UParser::getTrackInfo(size_t index) const { function in class:android::M3UParser
348 return group->getTrackInfo(ii);
H A DLiveSession.cpp1143 sp<AMessage> LiveSession::getTrackInfo(size_t trackIndex) const { function in class:android::LiveSession
1147 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.cpp2593 status_t AwesomePlayer::getTrackInfo(Parcel *reply) const { function in class:android::AwesomePlayer
2806 return getTrackInfo(reply);
/frameworks/base/media/java/android/media/
H A DMediaPlayer.java500 * <tr><td>getTrackInfo </p></td>
1714 * @see android.media.MediaPlayer#getTrackInfo
1860 public TrackInfo[] getTrackInfo() throws IllegalStateException { method in class:MediaPlayer
2065 * One can find the total number of available tracks using {@link #getTrackInfo()} to see what
2098 * One can find the total number of available tracks using {@link #getTrackInfo()} to see what
2142 * using {@link #getTrackInfo()} to see what additional tracks become available
2164 * using {@link #getTrackInfo()} to see what additional tracks become available
2269 * The return value is an index into the array returned by {@link #getTrackInfo()}, and can
2280 * @see {@link #getTrackInfo()}
2333 * each individual track can be found by calling {@link #getTrackInfo()} metho
[all...]

Completed in 4472 milliseconds