OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lacing
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/webm/
webm_cluster_parser.cc
223
int
lacing
= (flags >> 1) & 0x3;
local
225
if (
lacing
) {
226
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 93 milliseconds