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

  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc     [all...]
mkvmuxer.h 866 // Tracks element
867 class Tracks {
882 Tracks();
883 ~Tracks();
885 // Adds a Track element to the Tracks object. |track| will be owned and
886 // deleted by the Tracks object. Returns true on success. |number| is the
894 // Search the Tracks and return the track that matches |tn|. Returns NULL
904 // Output the Tracks element to the writer. Returns true on success.
916 // Whether or not Tracks element has already been written via IMkvWriter.
919 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Tracks);
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 957 Tracks(this, pos, size, element_start, element_size);
    [all...]
mkvparser.h 564 class Tracks {
565 Tracks(const Tracks&);
566 Tracks& operator=(const Tracks&);
575 Tracks(Segment*, long long start, long long size, long long element_start,
578 ~Tracks();
1086 const Tracks* GetTracks() const;
1113 Tracks* m_pTracks;
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 951 Tracks(this, pos, size, element_start, element_size);
    [all...]
mkvparser.h 533 class Tracks {
534 Tracks(const Tracks&);
535 Tracks& operator=(const Tracks&);
544 Tracks(Segment*, long long start, long long size, long long element_start,
547 ~Tracks();
1053 const Tracks* GetTracks() const;
1080 Tracks* m_pTracks;
  /frameworks/av/services/audioflinger/
Threads.h 347 // detach all tracks connected to an auxiliary effect
351 // - TRACK_SESSION if tracks on this audio session exist
352 // - FAST_SESSION if fast tracks on this audio session exist
428 // sends the metadata of the active tracks to the HAL
501 // active tracks of threadLoop() to be considered by the locked prepare portion.
506 // to hold local strong references or defer removal of tracks
507 // if the threadLoop may still be accessing those tracks due to mix, etc.
569 /** @return true if one or move active tracks was added or removed since the
619 MIXER_IDLE, // no active tracks
631 // handled for offloaded tracks
    [all...]

Completed in 214 milliseconds