Searched refs:pDecCont (Results 1 – 1 of 1) sorted by relevance
128 decContainer_t *pDecCont; in H264SwDecInit() local147 pDecCont = (decContainer_t *)H264SwDecMalloc(sizeof(decContainer_t)); in H264SwDecInit()149 if (pDecCont == NULL) in H264SwDecInit()156 sprintf(pDecCont->str, "H264SwDecInit# decInst %p noOutputReordering %d", in H264SwDecInit()158 DEC_API_TRC(pDecCont->str); in H264SwDecInit()161 rv = h264bsdInit(&pDecCont->storage, noOutputReordering); in H264SwDecInit()164 H264SwDecRelease(pDecCont); in H264SwDecInit()168 pDecCont->decStat = INITIALIZED; in H264SwDecInit()169 pDecCont->picNumber = 0; in H264SwDecInit()172 sprintf(pDecCont->str, "H264SwDecInit# OK: return %p", (void*)pDecCont); in H264SwDecInit()[all …]