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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.c107 static i32 FindDpbPic(dpbStorage_t *dpb, i32 picNum, u32 isShortTerm);
235 u32 isShortTerm; local
276 isShortTerm = HANTRO_TRUE;
282 isShortTerm = HANTRO_FALSE;
286 index = FindDpbPic(dpb, picNum, isShortTerm);
1124 to be found is identified by picNum and isShortTerm flag.
1132 static i32 FindDpbPic(dpbStorage_t *dpb, i32 picNum, u32 isShortTerm) argument
1142 if (isShortTerm)

Completed in 92 milliseconds