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

/frameworks/av/media/libstagefright/foundation/
H A Davc_utils.cpp143 unsigned pic_order_cnt_type = parseUE(&br); local
145 if (pic_order_cnt_type == 0) {
147 } else if (pic_order_cnt_type == 1) {

Completed in 1185 milliseconds