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.c107 static i32 FindDpbPic(dpbStorage_t *dpb, i32 picNum, u32 isShortTerm);
235 u32 isShortTerm; in h264bsdReorderRefPicList() local
276 isShortTerm = HANTRO_TRUE; in h264bsdReorderRefPicList()
282 isShortTerm = HANTRO_FALSE; in h264bsdReorderRefPicList()
286 index = FindDpbPic(dpb, picNum, isShortTerm); in h264bsdReorderRefPicList()
1132 static i32 FindDpbPic(dpbStorage_t *dpb, i32 picNum, u32 isShortTerm) in FindDpbPic() argument
1142 if (isShortTerm) in FindDpbPic()