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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h121 u8* h264bsdGetRefPicData(dpbStorage_t *dpb, u32 index);
H A Dh264bsd_inter_prediction.c546 tmp = h264bsdGetRefPicData(dpb, refIndex);
620 tmp = h264bsdGetRefPicData(dpb, refIndex);
660 tmp = h264bsdGetRefPicData(dpb, refIndex);
727 tmp = h264bsdGetRefPicData(dpb, refIndex);
770 tmp = h264bsdGetRefPicData(dpb, refIndex);
808 pMb->refAddr[i] = h264bsdGetRefPicData(dpb, subMbPred->refIdxL0[i]);
H A Dh264bsd_conceal.c151 refData = h264bsdGetRefPicData(pStorage->dpb, i);
H A Dh264bsd_dpb.c35 h264bsdGetRefPicData
834 Function: h264bsdGetRefPicData
846 u8* h264bsdGetRefPicData(dpbStorage_t *dpb, u32 index) function

Completed in 52 milliseconds