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

/external/chromium_org/media/formats/webm/
H A Dwebm_cluster_parser.cc225 int lacing = (flags >> 1) & 0x3; local
227 if (lacing) {
228 MEDIA_LOG(log_cb_) << "Lacing " << lacing << " is not supported yet.";
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp4852 lacing(false) {}
4910 dst.lacing = lacing;
4974 bool Track::GetLacing() const { return m_info.lacing; }
5749 long long lacing = 1; // default is true local
5832 } else if (id == 0x1C) { // lacing
5833 lacing = UnserializeUInt(pReader, pos, size);
5835 if ((lacing < 0) || (lacing > 1))
5889 info.lacing
[all...]
H A Dmkvparser.hpp350 bool lacing; member in class:mkvparser::Track::Info
/external/libvpx/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
/external/libvpx/libwebm/
H A Dmkvparser.cpp4855 lacing(false) {}
4913 dst.lacing = lacing;
4977 bool Track::GetLacing() const { return m_info.lacing; }
5752 long long lacing = 1; // default is true local
5835 } else if (id == 0x1C) { // lacing
5836 lacing = UnserializeUInt(pReader, pos, size);
5838 if ((lacing < 0) || (lacing > 1))
5892 info.lacing
[all...]
H A Dmkvparser.hpp350 bool lacing; member in class:mkvparser::Track::Info
/external/libvpx/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 5348 milliseconds