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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DH264SwDecApi.c127 decContainer_t *pDecCont; local
146 pDecCont = (decContainer_t *)H264SwDecMalloc(sizeof(decContainer_t));
148 if (pDecCont == NULL)
155 sprintf(pDecCont->str, "H264SwDecInit# decInst %p noOutputReordering %d",
157 DEC_API_TRC(pDecCont->str);
160 rv = h264bsdInit(&pDecCont->storage, noOutputReordering);
163 H264SwDecRelease(pDecCont);
167 pDecCont->decStat = INITIALIZED;
168 pDecCont->picNumber = 0;
171 sprintf(pDecCont
281 decContainer_t *pDecCont; local
341 decContainer_t *pDecCont; local
527 decContainer_t *pDecCont; local
[all...]

Completed in 102 milliseconds