Home
last modified time | relevance | path

Searched refs:tmpStream (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DH264SwDecApi.c345 u8 *tmpStream; in H264SwDecDecode() local
388 tmpStream = pInput->pStream; in H264SwDecDecode()
401 decResult = h264bsdDecode(&pDecCont->storage, tmpStream, strmLen, in H264SwDecDecode()
404 tmpStream += numReadBytes; in H264SwDecDecode()
411 pOutput->pStrmCurrPos = tmpStream; in H264SwDecDecode()