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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
EbmlIDs.h 89 Tracks = 0x1654AE6B,
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 950 // Tracks Class
952 const char Tracks::kOpusCodecId[] = "A_OPUS";
953 const char Tracks::kVorbisCodecId[] = "A_VORBIS";
954 const char Tracks::kVp8CodecId[] = "V_VP8";
955 const char Tracks::kVp9CodecId[] = "V_VP9";
957 Tracks::Tracks() : track_entries_(NULL), track_entries_size_(0) {}
959 Tracks::~Tracks() {
969 bool Tracks::AddTrack(Track* track, int32 number)
    [all...]
mkvparser.cpp 862 } else if (id == 0x0654AE6B) { // Tracks ID
867 Tracks(this, pos, size, element_start, element_size);
    [all...]
mkvparser.hpp 432 class Tracks {
433 Tracks(const Tracks&);
434 Tracks& operator=(const Tracks&);
443 Tracks(Segment*, long long start, long long size, long long element_start,
446 ~Tracks();
888 const Tracks* GetTracks() const;
914 Tracks* m_pTracks;
mkvmuxer.hpp 482 // Tracks element
483 class Tracks {
493 Tracks();
494 ~Tracks();
496 // Adds a Track element to the Tracks object. |track| will be owned and
497 // deleted by the Tracks object. Returns true on success. |number| is the
505 // Search the Tracks and return the track that matches |tn|. Returns NULL
515 // Output the Tracks element to the writer. Returns true on success.
527 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Tracks);
825 // tracks -- this allows us to serialize the track number value fo
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 971 // Tracks Class
973 const char Tracks::kOpusCodecId[] = "A_OPUS";
974 const char Tracks::kVorbisCodecId[] = "A_VORBIS";
975 const char Tracks::kVp8CodecId[] = "V_VP8";
976 const char Tracks::kVp9CodecId[] = "V_VP9";
979 Tracks::Tracks()
984 Tracks::~Tracks() {
994 bool Tracks::AddTrack(Track* track, int32 number)
    [all...]
mkvparser.cpp 982 else if (id == 0x0654AE6B) //Tracks ID
987 m_pTracks = new (std::nothrow) Tracks(this,
    [all...]
mkvmuxer.hpp 483 // Tracks element
484 class Tracks {
497 Tracks();
498 ~Tracks();
500 // Adds a Track element to the Tracks object. |track| will be owned and
501 // deleted by the Tracks object. Returns true on success. |number| is the
509 // Search the Tracks and return the track that matches |tn|. Returns NULL
519 // Output the Tracks element to the writer. Returns true on success.
531 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Tracks);
852 // tracks -- this allows us to serialize the track number value fo
    [all...]
mkvparser.hpp 497 class Tracks
499 Tracks(const Tracks&);
500 Tracks& operator=(const Tracks&);
509 Tracks(
516 ~Tracks();
1015 const Tracks* GetTracks() const;
1044 Tracks* m_pTracks;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 972 else if (id == 0x0654AE6B) //Tracks ID
977 m_pTracks = new (std::nothrow) Tracks(this,
    [all...]
mkvparser.hpp 442 class Tracks
444 Tracks(const Tracks&);
445 Tracks& operator=(const Tracks&);
454 Tracks(
461 ~Tracks();
834 const Tracks* GetTracks() const;
862 Tracks* m_pTracks;
  /external/libvpx/libwebm/
mkvparser.cpp 864 } else if (id == 0x0654AE6B) { // Tracks ID
869 Tracks(this, pos, size, element_start, element_size);
    [all...]
mkvparser.hpp 432 class Tracks {
433 Tracks(const Tracks&);
434 Tracks& operator=(const Tracks&);
443 Tracks(Segment*, long long start, long long size, long long element_start,
446 ~Tracks();
888 const Tracks* GetTracks() const;
914 Tracks* m_pTracks;

Completed in 157 milliseconds