Searched defs:H264SwDecInit (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DH264SwDecApi.c26 H264SwDecInit
110 Function: H264SwDecInit()
133 H264SwDecRet H264SwDecInit(H264SwDecInst *decInst, u32 noOutputReordering) function
139 DEC_API_TRC("H264SwDecInit#");
145 DEC_API_TRC("H264SwDecInit# ERROR: Right shift is not signed");
152 DEC_API_TRC("H264SwDecInit# ERROR: decInst == NULL");
160 DEC_API_TRC("H264SwDecInit# ERROR: Memory allocation failed");
165 sprintf(pDecCont->str, "H264SwDecInit# decInst %p noOutputReordering %d",
181 sprintf(pDecCont->str, "H264SwDecInit# OK: return %p", (void*)pDecCont);

Completed in 6839 milliseconds