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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DH264SwDecApi.c29 H264SwDecDecode
197 function should not be called before H264SwDecDecode function has
316 Function: H264SwDecDecode
347 H264SwDecRet H264SwDecDecode(H264SwDecInst decInst, H264SwDecInput *pInput, function
358 DEC_API_TRC("H264SwDecDecode#");
363 DEC_API_TRC("H264SwDecDecode# ERROR: pInput or pOutput is NULL");
369 DEC_API_TRC("H264SwDecDecode# ERROR: Invalid input parameters");
378 DEC_API_TRC("H264SwDecDecode# ERROR: Decoder not initialized");
388 sprintf(pDecCont->str, "H264SwDecDecode# decInst %p pInput %p pOutput %p",
475 sprintf(pDecCont->str, "H264SwDecDecode# O
[all...]

Completed in 131 milliseconds