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

  /external/libvpx/mkvparser/
mkvparser.cpp 5743 long long lacing = 1; \/\/default is true local
    [all...]
mkvparser.hpp 98 enum Lacing { kLacingNone, kLacingXiph, kLacingFixed, kLacingEbml };
99 Lacing GetLacing() const;
338 bool lacing; member in class:mkvparser::Track::Info
  /external/libvpx/nestegg/src/
nestegg.c 118 /* Lacing Constants */
1190 unsigned int i, lacing; local
1221 /* flags are different between block and simpleblock, but lacing is
1223 lacing = (flags & BLOCK_FLAGS_LACING) >> 1;
1225 switch (lacing) {
1242 switch (lacing) {
    [all...]

Completed in 69 milliseconds