HomeSort by relevance Sort by last modified time
    Searched refs:TrackType (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/third_party/libmkv/
WebMElement.c 65 Ebml_SerializeUnsigned(glob, TrackType, 1); // video is always 1
85 Ebml_SerializeUnsigned(glob, TrackType, 2); // audio is always 2
153 Ebml_SerializeUnsigned(ebml_out, 0x83, track.TrackType);
EbmlIDs.h 93 TrackType = 0x83,
  /external/chromium_org/media/mp4/
box_definitions.h 22 enum TrackType {
147 TrackType type;
211 TrackType type;
  /external/chromium_org/media/webm/chromeos/
webm_encoder.cc 195 Ebml_SerializeUnsigned(&ebml_writer_, TrackType, 1); // Video
  /external/libvpx/libvpx/
webmenc.c 195 Ebml_SerializeUnsigned(glob, TrackType, 1);

Completed in 187 milliseconds