Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp626 int32_t tmpInSize = (int32_t)inSize; in process() local
630 mDecHandle, &bitstreamTmp, &timestamp, &tmpInSize, in process()
662 if (PVDecodeVopBody(mDecHandle, &tmpInSize) != PV_TRUE) { in process()
684 inPos += inSize - (size_t)tmpInSize; in process()