Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
Dh264bsd_dpb.c108 static i32 FindDpbPic(dpbStorage_t *dpb, i32 picNum, u32 isShortTerm);
236 u32 isShortTerm; in h264bsdReorderRefPicList() local
277 isShortTerm = HANTRO_TRUE; in h264bsdReorderRefPicList()
283 isShortTerm = HANTRO_FALSE; in h264bsdReorderRefPicList()
287 index = FindDpbPic(dpb, picNum, isShortTerm); in h264bsdReorderRefPicList()
1140 static i32 FindDpbPic(dpbStorage_t *dpb, i32 picNum, u32 isShortTerm) in FindDpbPic() argument
1150 if (isShortTerm) in FindDpbPic()