Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/codec2/components/mpeg4_h263/
H A DC2SoftMpeg4Dec.cpp609 int32_t tmpInSize = (int32_t)inSize; in process() local
613 mDecHandle, &bitstreamTmp, &timestamp, &tmpInSize, in process()
645 if (PVDecodeVopBody(mDecHandle, &tmpInSize) != PV_TRUE) { in process()
670 inPos += inSize - (size_t)tmpInSize; in process()