OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseUE
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libstagefright/foundation/
avc_utils.cpp
33
unsigned
parseUE
(ABitReader *br) {
63
unsigned codeNum =
parseUE
(br);
69
// NOTE:
parseUE
cannot normally return ~0 as the max supported value is 0xFFFE
108
parseUE
(&br); // seq_parameter_set_id
115
chroma_format_idc =
parseUE
(&br);
119
parseUE
(&br); // bit_depth_luma_minus8
120
parseUE
(&br); // bit_depth_chroma_minus8
142
parseUE
(&br); // log2_max_frame_num_minus4
143
unsigned pic_order_cnt_type =
parseUE
(&br);
146
parseUE
(&br); // log2_max_pic_order_cnt_lsb_minus
[
all
...]
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
avc_utils.h
52
unsigned
parseUE
(ABitReader *br);
/frameworks/av/media/libstagefright/mpeg2ts/
ESQueue.cpp
[
all
...]
Completed in 5869 milliseconds