Searched refs:lacing (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
H A Dmkvparser.cpp4756 dst.lacing = lacing;
4842 return m_info.lacing;
5750 long long lacing = 1; //default is true local
5857 else if (id == 0x1C) //lacing
5859 lacing = UnserializeUInt(pReader, pos, size);
5861 if ((lacing < 0) || (lacing > 1))
5929 i.lacing = (lacing >
[all...]
H A Dmkvparser.hpp338 bool lacing; member in class:mkvparser::Track::Info
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvparser.cpp5540 lacing(false)
5607 dst.lacing = lacing;
5701 return m_info.lacing;
6637 long long lacing = 1; //default is true local
6758 else if (id == 0x1C) //lacing
6760 lacing = UnserializeUInt(pReader, pos, size);
6762 if ((lacing < 0) || (lacing > 1))
6830 info.lacing
[all...]
H A Dmkvparser.hpp392 bool lacing; member in class:mkvparser::Track::Info
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c1254 unsigned int i, lacing, track; local
1286 /* Flags are different between Block and SimpleBlock, but lacing is
1288 lacing = (flags & BLOCK_FLAGS_LACING) >> 1;
1290 switch (lacing) {
1307 switch (lacing) {

Completed in 111 milliseconds