Searched refs:refData (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | h264bsd_conceal.c | 131 u8 *refData; in h264bsdConceal() local 144 refData = NULL; in h264bsdConceal() 151 refData = h264bsdGetRefPicData(pStorage->dpb, i); in h264bsdConceal() 155 } while (refData == NULL); in h264bsdConceal() 175 refData == NULL) in h264bsdConceal() 178 H264SwDecMemcpy(currImage->data, refData, width*height*384); in h264bsdConceal() 194 ConcealMb(mb+j, currImage, row, j, sliceType, refData); in h264bsdConceal() 202 ConcealMb(mb+j, currImage, row, j, sliceType, refData); in h264bsdConceal() 216 ConcealMb(mb, currImage, i, j, sliceType, refData); in h264bsdConceal() 233 ConcealMb(mb+j, currImage, i, j, sliceType, refData); in h264bsdConceal() [all …]
|