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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H264SwDecApi.h 27 3.1. Structures for H264SwDecDecode() parameters.
70 3.1. Structures for H264SwDecDecode() parameters.
142 H264SwDecRet H264SwDecDecode(H264SwDecInst decInst,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c 107 /* initialize H264SwDecDecode() input structure */
128 ret = H264SwDecDecode(decInst, &decInput, &decOutput);
150 /* update H264SwDecDecode() input structure, number of bytes
161 /* update H264SwDecDecode() input structure, number of bytes
H264SwDecApi.c 29 H264SwDecDecode
184 function should not be called before H264SwDecDecode function has
303 Function: H264SwDecDecode
334 H264SwDecRet H264SwDecDecode(H264SwDecInst decInst, H264SwDecInput *pInput,
345 DEC_API_TRC("H264SwDecDecode#");
350 DEC_API_TRC("H264SwDecDecode# ERROR: pInput or pOutput is NULL");
356 DEC_API_TRC("H264SwDecDecode# ERROR: Invalid input parameters");
365 DEC_API_TRC("H264SwDecDecode# ERROR: Decoder not initialized");
375 sprintf(pDecCont->str, "H264SwDecDecode# decInst %p pInput %p pOutput %p",
462 sprintf(pDecCont->str, "H264SwDecDecode# OK: DecResult %d"
    [all...]
DecTestBench.c 207 /* initialize H264SwDecDecode() input structure */
226 ret = H264SwDecDecode(decInst, &decInput, &decOutput);
270 /* update H264SwDecDecode() input structure, number of bytes
285 * -> update H264SwDecDecode() input structure, number of bytes
TestBenchMultipleInstance.c 207 ret = H264SwDecDecode(decoder[i]->decInst,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 154 ret = H264SwDecDecode(mHandle, &inPicture, &outPicture);

Completed in 58 milliseconds