Home
last modified time | relevance | path

Searched refs:reorderingOfPicNumsIdc (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_slice_header.h68 u32 reorderingOfPicNumsIdc; member
Dh264bsd_dpb.c253 while (order->command[i].reorderingOfPicNumsIdc < 3) in h264bsdReorderRefPicList()
256 if (order->command[i].reorderingOfPicNumsIdc < 2) in h264bsdReorderRefPicList()
258 if (order->command[i].reorderingOfPicNumsIdc == 0) in h264bsdReorderRefPicList()
Dh264bsd_slice_header.c514 pRefPicListReordering->command[i].reorderingOfPicNumsIdc = command; in RefPicListReordering()