OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curr_byte_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/media/
h264_bit_reader.h
50
// Advance to the next byte, loading it into
curr_byte_
.
54
// Pointer to the next unread (not in
curr_byte_
) byte in the stream.
57
// Bytes left in the stream (without the
curr_byte_
).
62
int
curr_byte_
;
member in class:content::H264BitReader
64
// Number of bits remaining in
curr_byte_
/external/chromium_org/media/base/
bit_reader.h
53
// Advance to the next byte, loading it into
curr_byte_
.
58
// Pointer to the next unread (not in
curr_byte_
) byte in the stream.
61
// Bytes left in the stream (without the
curr_byte_
).
66
uint8
curr_byte_
;
member in class:media::BitReader
68
// Number of bits remaining in
curr_byte_
Completed in 582 milliseconds