OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lacing
(Results
1 - 14
of
14
) sorted by null
/external/libogg/doc/libogg/
ogg_stream_state.html
38
lacing
fifo */
77
<dd>String of
lacing
values for the packet segments within the current page. Each value is a byte, indicating packet segment length.</dd>
79
<dd>Pointer to the
lacing
values for the packet segments within the current page.</dd>
81
<dd>Total amount of storage (in bytes) allocated for storing
lacing
values.</dd>
83
<dd>Fill marker for the current vs. total allocated storage of
lacing
values for the page.</dd>
85
<dd>
Lacing
value for current packet segment.</dd>
87
<dd>Number of
lacing
values returned from lacing_storage.</dd>
/external/libogg/doc/
framing.html
148
segment may be zero length. These values, called "
lacing
values" are
159
lacing
values for page header segment table: 255,255,243
163
<p>We simply add the
lacing
values for the total size; the last
lacing
169
penalized with twice the segmentation overhead). Using the
lacing
174
<p>Note that a
lacing
value of 255 implies that a second
lacing
value
177
multiple of 255 bytes) is terminated by a
lacing
value of 0:</p>
184
lacing
values: 255, 0
188
consists of nothing more than a
lacing
value of zero in the header.</p
[
all
...]
rfc3533.txt
351
the "
Lacing
values" (sizes) of the segments included in the page. A
353
continued from a previous page. Note that a
lacing
value of 255
354
implies that a second
lacing
value follows in the packet, and a value
357
is terminated by a
lacing
value of 0. Note also that a 'nil' (zero
359
lacing
value of zero in the header.
368
typical case) with twice the segmentation overhead. Using the
lacing
598
9. segment_table: number_page_segments Bytes containing the
lacing
600
lacing
value.
712
lacing
value: An entry in the segment table of a page header
/external/libvorbis/doc/
framing.html
148
segment may be zero length. These values, called "
lacing
values" are
159
lacing
values for page header segment table: 255,255,243
163
<p>We simply add the
lacing
values for the total size; the last
lacing
169
penalized with twice the segmentation overhead). Using the
lacing
174
<p>Note that a
lacing
value of 255 implies that a second
lacing
value
177
multiple of 255 bytes) is terminated by a
lacing
value of 0:</p>
184
lacing
values: 255, 0
188
consists of nothing more than a
lacing
value of zero in the header.</p
[
all
...]
/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/libogg/include/ogg/
ogg.h
63
lacing
fifo */
/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
...]
/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/third_party/libmkv/
WebMElement.c
209
unsigned char flags = 0x00 | (block.iskey ? 0x80:0x00) | (block.
lacing
<< 1) | block.discardable;
/external/libogg/src/
framing.c
341
/* Store
lacing
vals for this packet */
488
/* advance the
lacing
data and set the body_returned pointer */
[
all
...]
/frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp
797
// "Xiph-style-
lacing
encoded"...
/external/tremolo/Tremolo/
framing.c
1120
/* update
lacing
pointers */
/external/chromium_org/third_party/opus/src/doc/
draft-ietf-codec-oggopus.xml
105
Each page contains '
lacing
values' that indicate how the data is partitioned
109
lacing
value corresponding to that packet.
200
final
lacing
value should be less than 255.
[
all
...]
Completed in 6810 milliseconds