HomeSort by relevance Sort by last modified time
    Searched defs:Track (Results 1 - 17 of 17) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/win/
QTTrack.h 45 typedef struct TrackType** Track;
49 static PassRefPtr<QTTrack> create(Track);
59 Track getTrackHandle() const;
61 QTTrack(Track);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
Track.java 37 public interface Track extends Savable, Cloneable {
42 * Internally, the track will retrieve objects from the control
47 * @param weight The weight from 0 to 1 on how much to apply the track
48 * @param control The control which the track should effect
49 * @param channel The channel which the track should effect
54 * @return the length of the track
62 public Track clone();
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.h 62 struct Track {
67 Track mAudioTrack;
68 Track mVideoTrack;
  /frameworks/wilhelm/src/desktop/
OutputMixExt.h 35 /** \brief Track describes each PCM input source to OutputMix */
39 CAudioPlayer *mAudioPlayer; ///< Mixer examines this track if non-NULL
43 SLuint32 mFramesMixed; ///< Number of sample frames mixed from track; reset periodically
44 } Track;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/
Track.java 24 * Represents a Track. A track is a timed sequence of related samples.
27 * For media data, a track corresponds to a sequence of images or sampled audio; for hint tracks, a track
30 public interface Track {
  /frameworks/av/media/libstagefright/include/
AVIExtractor.h 52 struct Track {
82 Vector<Track> mTracks;
112 ssize_t trackIndex, Track::Kind kind, uint32_t chunkType);
MPEG4Extractor.h 67 struct Track {
68 Track *next;
86 Track *mFirstTrack, *mLastTrack;
102 static status_t verifyTrack(Track *track);
121 Track *findTrackByMimePrefix(const char *mimePrefix);
  /frameworks/av/media/libstagefright/mpeg2ts/
MPEG2PSExtractor.cpp 41 struct MPEG2PSExtractor::Track : public MediaSource {
42 Track(MPEG2PSExtractor *extractor,
53 virtual ~Track();
70 DISALLOW_EVIL_CONSTRUCTORS(Track);
74 WrappedTrack(const sp<MPEG2PSExtractor> &extractor, const sp<Track> &track);
88 sp<MPEG2PSExtractor::Track> mTrack;
504 stream_id, new Track(this, stream_id, streamType));
533 MPEG2PSExtractor::Track::Track(
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 51 struct WifiDisplaySource::PlaybackSession::Track : public AHandler {
56 Track(const sp<AMessage> &notify,
62 Track(const sp<AMessage> &notify, const sp<AMessage> &format);
100 virtual ~Track();
123 DISALLOW_EVIL_CONSTRUCTORS(Track);
126 WifiDisplaySource::PlaybackSession::Track::Track(
142 WifiDisplaySource::PlaybackSession::Track::Track(
151 WifiDisplaySource::PlaybackSession::Track::~Track()
493 const sp<Track> &track = mTracks.valueFor(trackIndex); local
579 sp<Track> track = mTracks.valueFor(trackIndex); local
701 sp<Track> track = new Track(notify, format); local
877 sp<Track> track = new Track( local
966 const sp<Track> &track = mTracks.valueAt(i); local
    [all...]
TSPacketizer.cpp 35 struct TSPacketizer::Track : public RefBase {
36 Track(const sp<AMessage> &format,
64 virtual ~Track();
83 DISALLOW_EVIL_CONSTRUCTORS(Track);
86 TSPacketizer::Track::Track(
100 void TSPacketizer::Track::extractCSDIfNecessary() {
127 TSPacketizer::Track::~Track() {
130 unsigned TSPacketizer::Track::PID() const
410 const sp<Track> &track = mTracks.itemAt(i); local
426 sp<Track> track = new Track(format, PID, streamType, streamID); local
435 const sp<Track> &track = mTracks.itemAt(trackIndex); local
459 const sp<Track> &track = mTracks.itemAt(trackIndex); local
773 const sp<Track> &track = mTracks.itemAt(i); local
1029 const sp<Track> &track = mTracks.itemAt(trackIndex); local
    [all...]
  /external/chromium/chrome/browser/
browser_main_win.cc 68 // that way google update can accurately track browser usage without
76 Track();
79 static void Track() {
340 NewRunnableFunction(&BrowserUsageUpdater::Track),
  /frameworks/av/services/audioflinger/
Tracks.cpp 99 // ALOGD("Creating track with %d buffers @ %d bytes", bufferCount, bufferSize);
193 // This implementation of releaseBuffer() is used by Track and RecordTrack, but not TimedTrack
238 // Check validity of returned pointer in case the track control block would have been corrupted.
259 AudioFlinger::TrackHandle::TrackHandle(const sp<AudioFlinger::PlaybackThread::Track>& track)
261 mTrack(track)
266 // just stop the track on deletion, associated resources
268 // been played. Unless it's not in the active track list, in which
338 // Track constructor must be called with AudioFlinger::mLock and ThreadBase::mLock held
339 AudioFlinger::PlaybackThread::Track::Track
    [all...]
PlaybackTracks.h 22 // playback track
23 class Track : public TrackBase, public VolumeProvider {
25 Track( PlaybackThread *thread,
35 virtual ~Track();
70 Track(const Track&);
71 Track& operator = (const Track&);
114 int mName; // track name on the normal mixer,
115 // allocated statically at track creation time
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp     [all...]
mkvparser.hpp 74 class Track;
114 long long m_track; //Track::Number()
202 // Elements used to describe if the track data has been encrypted or
289 class Track
291 Track(const Track&);
292 Track& operator=(const Track&);
300 virtual ~Track();
355 Track(
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 51 class MPEG4Writer::Track {
53 Track(MPEG4Writer *owner, const sp<MediaSource> &source, size_t trackId);
55 ~Track();
263 // Update the audio track's drift information.
278 // Track authoring progress status
284 // Determine the track time scale
285 // If it is an audio track, try to use the sampling rate as
330 Track(const Track &);
331 Track &operator=(const Track &)
468 Track *track = new Track(this, source, 1 + mTracks.size()); local
1594 Track *track = NULL; local
1797 Track *track = static_cast<Track *>(me); local
    [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 

Completed in 748 milliseconds