Home
last modified time | relevance | path

Searched refs:TrackType (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
DWebMElement.c67 Ebml_SerializeUnsigned(glob, TrackType, 1); // video is always 1 in writeVideoTrack()
88 Ebml_SerializeUnsigned(glob, TrackType, 2); // audio is always 2 in writeAudioTrack()
DEbmlIDs.h93 TrackType = 0x83, enumerator
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dwebmenc.c195 Ebml_SerializeUnsigned(glob, TrackType, 1); in write_webm_file_header()