HomeSort by relevance Sort by last modified time
    Searched refs:decContainer_t (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_container.h 62 } decContainer_t;
H264SwDecApi.c 137 decContainer_t *pDecCont;
156 pDecCont = (decContainer_t *)H264SwDecMalloc(sizeof(decContainer_t), 1);
185 *decInst = (decContainer_t *)pDecCont;
226 pStorage = &(((decContainer_t *)decInst)->storage);
235 sprintf(((decContainer_t*)decInst)->str,
237 DEC_API_TRC(((decContainer_t*)decInst)->str);
291 decContainer_t *pDecCont;
301 pDecCont = (decContainer_t*)decInst;
351 decContainer_t *pDecCont
    [all...]

Completed in 1107 milliseconds