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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A DH264SwDecApi.h146 H264SwDecRet H264SwDecInit(H264SwDecInst *decInst,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DEvaluationTestBench.c100 ret = H264SwDecInit(&decInst, 0);
H A DH264SwDecApi.c26 H264SwDecInit
100 Function: H264SwDecInit()
123 H264SwDecRet H264SwDecInit(H264SwDecInst *decInst, u32 noOutputReordering) function
129 DEC_API_TRC("H264SwDecInit#");
135 DEC_API_TRC("H264SwDecInit# ERROR: Right shift is not signed");
142 DEC_API_TRC("H264SwDecInit# ERROR: decInst == NULL");
150 DEC_API_TRC("H264SwDecInit# ERROR: Memory allocation failed");
155 sprintf(pDecCont->str, "H264SwDecInit# decInst %p noOutputReordering %d",
171 sprintf(pDecCont->str, "H264SwDecInit# OK: return %p", (void*)pDecCont);
H A DDecTestBench.c199 ret = H264SwDecInit(&decInst, disableOutputReordering);
H A DTestBenchMultipleInstance.c187 ret = H264SwDecInit(&(decoder[i]->decInst), disableOutputReordering);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp96 if (H264SwDecInit(&mHandle, 0) == H264SWDEC_OK) {

Completed in 79 milliseconds