HomeSort by relevance Sort by last modified time
    Searched full:gettrackinfo (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/av/media/libmediaplayerservice/nuplayer/
HTTPLiveSource.h 51 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
NuPlayerCCDecoder.h 39 sp<AMessage> getTrackInfo(size_t index) const;
NuPlayerSource.h 106 virtual sp<AMessage> getTrackInfo(size_t /* trackIndex */) const {
HTTPLiveSource.cpp 202 sp<AMessage> NuPlayer::HTTPLiveSource::getTrackInfo(size_t trackIndex) const {
203 return mLiveSession->getTrackInfo(trackIndex);
GenericSource.h 75 virtual sp<AMessage> getTrackInfo(size_t trackIndex) const;
NuPlayer.h 83 status_t getTrackInfo(Parcel* reply) const;
NuPlayer.cpp 632 writeTrackInfo(reply, mSource->getTrackInfo(i));
637 writeTrackInfo(reply, mCCDecoder->getTrackInfo(i));
698 sp<AMessage> info = mSource->getTrackInfo(trackIndex);
    [all...]
NuPlayerCCDecoder.cpp 137 sp<AMessage> NuPlayer::CCDecoder::getTrackInfo(size_t index) const {
  /frameworks/av/media/libstagefright/httplive/
M3UParser.h 51 sp<AMessage> getTrackInfo(size_t index) const;
LiveSession.h 96 sp<AMessage> getTrackInfo(size_t trackIndex) const;
M3UParser.cpp 64 sp<AMessage> getTrackInfo(size_t index) const;
196 sp<AMessage> M3UParser::MediaGroup::getTrackInfo(size_t index) const {
364 sp<AMessage> M3UParser::getTrackInfo(size_t index) const {
369 return group->getTrackInfo(ii);
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
cdplayer.py 8 # c = Cdplayer(r.gettrackinfo())
readcd.py 152 def gettrackinfo(self, *arg): member in class:Readcd
173 self.trackinfo.append(self.player.gettrackinfo(i))
readcd.doc 59 gettrackinfo([tracklist]) -- Return a list of tuples. Each tuple
cddb.py 8 # c = Cddb(r.gettrackinfo())
  /external/python/cpython2/Lib/plat-irix6/
cdplayer.py 8 # c = Cdplayer(r.gettrackinfo())
readcd.py 152 def gettrackinfo(self, *arg): member in class:Readcd
173 self.trackinfo.append(self.player.gettrackinfo(i))
readcd.doc 59 gettrackinfo([tracklist]) -- Return a list of tuples. Each tuple
cddb.py 8 # c = Cddb(r.gettrackinfo())
  /external/python/cpython2/Modules/
cdmodule.c 115 if (!PyArg_ParseTuple(args, "i:gettrackinfo", &track))
123 PyErr_SetString(CdError, "gettrackinfo failed");
360 {"gettrackinfo", (PyCFunction)CD_gettrackinfo, METH_VARARGS},
  /external/webrtc/talk/app/webrtc/
mediastream_unittest.cc 110 TEST_F(MediaStreamTest, GetTrackInfo) {
  /frameworks/base/media/java/android/media/
MediaPlayer.java 529 * <tr><td>getTrackInfo </p></td>
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java     [all...]
StreamingMediaPlayerTest.java 553 TrackInfo[] trackInfos = mMediaPlayer.getTrackInfo();
  /external/python/cpython2/Doc/library/
cd.rst 176 .. method:: CD player.gettrackinfo(track)

Completed in 1652 milliseconds

1 2