Searched refs:decContainer_t (Results 1 – 2 of 2) sorted by relevance
128 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 …]
62 } decContainer_t; typedef