Searched refs:firstFrameSize (Results 1 – 1 of 1) sorted by relevance
301 static uint32_t firstFrameSize = 0; in ProcessorProcess() local316 if (firstFrameSize == 0 && inBuffer->nFilledLen != 0 && inBuffer->nTimeStamp != 0) { in ProcessorProcess()324 firstFrameSize = inBuffer->nFilledLen; in ProcessorProcess()341 mDecoderDecode(mCtx, mHybridCtx, firstFrame, firstFrameSize, false); in ProcessorProcess()356 firstFrameSize = 0; in ProcessorProcess()