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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c108 static i32 FindDpbPic(dpbStorage_t *dpb, i32 picNum, u32 isShortTerm);
236 u32 isShortTerm; local
277 isShortTerm = HANTRO_TRUE;
283 isShortTerm = HANTRO_FALSE;
287 index = FindDpbPic(dpb, picNum, isShortTerm);
1132 to be found is identified by picNum and isShortTerm flag.
1140 static i32 FindDpbPic(dpbStorage_t *dpb, i32 picNum, u32 isShortTerm) argument
1150 if (isShortTerm)

Completed in 447 milliseconds