Home
last modified time | relevance | path

Searched refs:decContainer_t (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DH264SwDecApi.c128 decContainer_t *pDecCont; in H264SwDecInit()
147 pDecCont = (decContainer_t *)H264SwDecMalloc(sizeof(decContainer_t)); in H264SwDecInit()
176 *decInst = (decContainer_t *)pDecCont; in H264SwDecInit()
217 pStorage = &(((decContainer_t *)decInst)->storage); in H264SwDecGetInfo()
226 sprintf(((decContainer_t*)decInst)->str, in H264SwDecGetInfo()
228 DEC_API_TRC(((decContainer_t*)decInst)->str); in H264SwDecGetInfo()
282 decContainer_t *pDecCont; in H264SwDecRelease()
292 pDecCont = (decContainer_t*)decInst; in H264SwDecRelease()
342 decContainer_t *pDecCont; in H264SwDecDecode()
364 pDecCont = (decContainer_t *)decInst; in H264SwDecDecode()
[all …]
Dh264bsd_container.h62 } decContainer_t; typedef