Searched refs:H264SwDecGetInfo (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A DH264SwDecApi.h153 H264SwDecRet H264SwDecGetInfo(H264SwDecInst decInst,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DEvaluationTestBench.c136 ret = H264SwDecGetInfo(decInst, &decInfo);
H A DTestBenchMultipleInstance.c216 ret = H264SwDecGetInfo(decoder[i]->decInst,
256 ret = H264SwDecGetInfo(decoder[i]->decInst,
H A DH264SwDecApi.c27 H264SwDecGetInfo
183 Function: H264SwDecGetInfo()
203 H264SwDecRet H264SwDecGetInfo(H264SwDecInst decInst, H264SwDecInfo *pDecInfo) function
208 DEC_API_TRC("H264SwDecGetInfo#");
212 DEC_API_TRC("H264SwDecGetInfo# ERROR: decInst or pDecInfo is NULL");
220 DEC_API_TRC("H264SwDecGetInfo# ERROR: Headers not decoded yet");
226 "H264SwDecGetInfo# decInst %p pDecInfo %p", decInst, (void*)pDecInfo);
252 DEC_API_TRC("H264SwDecGetInfo# OK");
H A DDecTestBench.c235 ret = H264SwDecGetInfo(decInst, &decInfo);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp163 CHECK(H264SwDecGetInfo(mHandle, &decoderInfo) == H264SWDEC_OK);

Completed in 488 milliseconds