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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DH264SwDecApi.c29 H264SwDecDecode
184 function should not be called before H264SwDecDecode function has
303 Function: H264SwDecDecode
334 H264SwDecRet H264SwDecDecode(H264SwDecInst decInst, H264SwDecInput *pInput, function
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# O
[all...]

Completed in 36 milliseconds