HomeSort by relevance Sort by last modified time
    Searched refs:Tracks (Results 1 - 25 of 26) sorted by null

1 2

  /external/webrtc/talk/app/webrtc/
mediastream.h 64 bool AddTrack(TrackVector* Tracks, Track* track);
66 bool RemoveTrack(TrackVector* Tracks, MediaStreamTrackInterface* track);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
testlibmkv.c 39 Ebml_StartSubElement(&ebml, &trackStart, Tracks);
EbmlIDs.h 89 Tracks = 0x1654AE6B,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
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;
mkvparser.cpp 972 else if (id == 0x0654AE6B) //Tracks ID
977 m_pTracks = new (std::nothrow) Tracks(this,
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 446 class Tracks {
447 Tracks(const Tracks&);
448 Tracks& operator=(const Tracks&);
457 Tracks(Segment*, long long start, long long size, long long element_start,
460 ~Tracks();
966 const Tracks* GetTracks() const;
993 Tracks* m_pTracks;
mkvmuxer.hpp 526 // Tracks element
527 class Tracks {
538 Tracks();
539 ~Tracks();
541 // Adds a Track element to the Tracks object. |track| will be owned and
542 // deleted by the Tracks object. Returns true on success. |number| is the
550 // Search the Tracks and return the track that matches |tn|. Returns NULL
560 // Output the Tracks element to the writer. Returns true on success.
572 LIBWEBM_DISALLOW_COPY_AND_ASSIGN(Tracks);
    [all...]
mkvmuxer.cpp 1042 // Tracks Class
1044 const char Tracks::kOpusCodecId[] = "A_OPUS";
1045 const char Tracks::kVorbisCodecId[] = "A_VORBIS";
1046 const char Tracks::kVp8CodecId[] = "V_VP8";
1047 const char Tracks::kVp9CodecId[] = "V_VP9";
1048 const char Tracks::kVp10CodecId[] = "V_VP10";
1050 Tracks::Tracks() : track_entries_(NULL), track_entries_size_(0) {}
1052 Tracks::~Tracks() {
    [all...]
mkvparser.cpp 952 Tracks(this, pos, size, element_start, element_size);
    [all...]
  /external/libvpx/libwebm/mkvparser/
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;
mkvparser.cc 951 Tracks(this, pos, size, element_start, element_size);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
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;
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...]
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...]
  /frameworks/av/services/audioflinger/
Android.mk 26 Tracks.cpp \
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
timeline_data_series.js 137 * Tracks how many sources of the given type have seen a begin
210 * Tracks the number of sockets currently in use. Needs special handling of
245 * Tracks approximate data rate using individual data transfer events.
301 * Tracks TCP and UDP transfer rate.
334 * Tracks disk cache read or write rate. Doesn't include clearing, opening,
main.js 99 // Tracks if we're viewing a loaded log file, so views can behave
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmenc.c 129 write_webm_seek_element(ebml, Tracks, ebml->track_pos);
186 /* Open and write the Tracks element. */
188 Ebml_StartSubElement(glob, &trackStart, Tracks);
207 /* Close Tracks element. */
  /external/libvpx/libvpx/
webmdec.cc 86 const mkvparser::Tracks *const tracks = segment->GetTracks(); member in class:mkvparser
88 for (unsigned long i = 0; i < tracks->GetTracksCount(); ++i) {
89 const mkvparser::Track* const track = tracks->GetTrackByIndex(i);
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
History.md 186 `web-animations.min.js` - Tracks the Web Animations features that
  /external/strace/
strace.spec 1 Summary: Tracks and displays system calls associated with a running process
28 Summary: Tracks and displays system calls associated with a running process.
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 429 mkvparser::Tracks const *pTracks = pSegment->GetTracks();
1168 const mkvparser::Tracks *tracks = mSegment->GetTracks(); local
    [all...]
  /art/tools/
cpplint.py 431 """Tracks line numbers for includes, and the order in which includes appear.
701 """Tracks current function name and the number of lines in its body."""
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 83 /// The Lexer tracks line/col info as well as input index so its markers are
215 /// The current line in the character stream (ANTLR tracks the
526 /// Tracks the set of token types that can follow any rule invocation.
569 /// An array[size num rules] of Map&lt;Integer,Integer&gt; that tracks
    [all...]

Completed in 830 milliseconds

1 2