Searched defs:parseUE (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A Davc_utils.cpp33 unsigned parseUE(ABitReader *br) { function in namespace:android
63 unsigned codeNum = parseUE(br);
69 // NOTE: parseUE cannot normally return ~0 as the max supported value is 0xFFFE
99 parseUE(&br); // seq_parameter_set_id
106 chroma_format_idc = parseUE(&br);
110 parseUE(&br); // bit_depth_luma_minus8
111 parseUE(&br); // bit_depth_chroma_minus8
133 parseUE(&br); // log2_max_frame_num_minus4
134 unsigned pic_order_cnt_type = parseUE(&br);
137 parseUE(
[all...]

Completed in 1871 milliseconds