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

  /external/chromium_org/media/webm/
webm_cluster_parser.cc 208 int lacing = (flags >> 1) & 0x3; local
210 if (lacing) {
211 MEDIA_LOG(log_cb_) << "Lacing " << lacing << " is not supported yet.";
  /external/libvpx/libwebm/
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/libvpx/nestegg/src/
nestegg.c 118 /* Lacing Constants */
1191 unsigned int i, lacing; local
1222 /* flags are different between block and simpleblock, but lacing is
1224 lacing = (flags & BLOCK_FLAGS_LACING) >> 1;
1226 switch (lacing) {
1243 switch (lacing) {
    [all...]

Completed in 99 milliseconds