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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H264SwDecApi.h 146 H264SwDecRet H264SwDecInit(H264SwDecInst *decInst,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c 100 ret = H264SwDecInit(&decInst, 0);
H264SwDecApi.c 26 H264SwDecInit
97 Function: H264SwDecInit()
120 H264SwDecRet H264SwDecInit(H264SwDecInst *decInst, u32 noOutputReordering)
126 DEC_API_TRC("H264SwDecInit#");
132 DEC_API_TRC("H264SwDecInit# ERROR: Right shift is not signed");
139 DEC_API_TRC("H264SwDecInit# ERROR: decInst == NULL");
147 DEC_API_TRC("H264SwDecInit# ERROR: Memory allocation failed");
152 sprintf(pDecCont->str, "H264SwDecInit# decInst %p noOutputReordering %d",
168 sprintf(pDecCont->str, "H264SwDecInit# OK: return %p", (void*)pDecCont);
DecTestBench.c 199 ret = H264SwDecInit(&decInst, disableOutputReordering);
TestBenchMultipleInstance.c 187 ret = H264SwDecInit(&(decoder[i]->decInst), disableOutputReordering);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 95 if (H264SwDecInit(&mHandle, 0) == H264SWDEC_OK) {

Completed in 115 milliseconds