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

  /frameworks/av/media/libstagefright/webm/
WebmElement.h 56 bool lacing = false,
63 bool lacing = false,
WebmElement.cpp 60 bool lacing,
67 ls.push_back(new WebmUnsigned(kMkvFlagLacing, lacing));
311 bool lacing,
321 lacing,
344 bool lacing,
354 lacing,
  /external/chromium_org/media/formats/webm/
webm_cluster_parser.cc 225 int lacing = (flags >> 1) & 0x3; local
227 if (lacing) {
228 MEDIA_LOG(log_cb_) << "Lacing " << lacing << " is not supported yet.";
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 5750 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/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp 5749 long long lacing = 1; \/\/ default is true local
    [all...]
mkvparser.hpp 88 enum Lacing { kLacingNone, kLacingXiph, kLacingFixed, kLacingEbml };
89 Lacing GetLacing() const;
350 bool lacing; member in class:mkvparser::Track::Info
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 6637 long long lacing = 1; \/\/default is true local
    [all...]
mkvparser.hpp 98 enum Lacing { kLacingNone, kLacingXiph, kLacingFixed, kLacingEbml };
99 Lacing GetLacing() const;
392 bool lacing; member in class:mkvparser::Track::Info
  /external/libvpx/libwebm/
mkvparser.cpp 5752 long long lacing = 1; \/\/ default is true local
    [all...]
mkvparser.hpp 88 enum Lacing { kLacingNone, kLacingXiph, kLacingFixed, kLacingEbml };
89 Lacing GetLacing() const;
350 bool lacing; member in class:mkvparser::Track::Info
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp 6637 long long lacing = 1; \/\/default is true local
    [all...]
mkvparser.hpp 98 enum Lacing { kLacingNone, kLacingXiph, kLacingFixed, kLacingEbml };
99 Lacing GetLacing() const;
392 bool lacing; member in class:mkvparser::Track::Info
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/src/
nestegg.c 122 /* Lacing Constants */
1254 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) {
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 122 /* Lacing Constants */
1254 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) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 122 /* Lacing Constants */
1254 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) {
    [all...]

Completed in 639 milliseconds