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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DH264SwDecApi.c29 H264SwDecDecode
187 function should not be called before H264SwDecDecode function has
306 Function: H264SwDecDecode
337 H264SwDecRet H264SwDecDecode(H264SwDecInst decInst, H264SwDecInput *pInput, function
348 DEC_API_TRC("H264SwDecDecode#");
353 DEC_API_TRC("H264SwDecDecode# ERROR: pInput or pOutput is NULL");
359 DEC_API_TRC("H264SwDecDecode# ERROR: Invalid input parameters");
368 DEC_API_TRC("H264SwDecDecode# ERROR: Decoder not initialized");
378 sprintf(pDecCont->str, "H264SwDecDecode# decInst %p pInput %p pOutput %p",
465 sprintf(pDecCont->str, "H264SwDecDecode# O
[all...]

Completed in 32 milliseconds