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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DH264SwDecApi.c29 H264SwDecDecode
195 function should not be called before H264SwDecDecode function has
314 Function: H264SwDecDecode
345 H264SwDecRet H264SwDecDecode(H264SwDecInst decInst, H264SwDecInput *pInput, function
356 DEC_API_TRC("H264SwDecDecode#");
361 DEC_API_TRC("H264SwDecDecode# ERROR: pInput or pOutput is NULL");
367 DEC_API_TRC("H264SwDecDecode# ERROR: Invalid input parameters");
376 DEC_API_TRC("H264SwDecDecode# ERROR: Decoder not initialized");
386 sprintf(pDecCont->str, "H264SwDecDecode# decInst %p pInput %p pOutput %p",
473 sprintf(pDecCont->str, "H264SwDecDecode# O
[all...]

Completed in 43 milliseconds