Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp184 mNextFrameTimestampUs.reset(); in onStop()
209 mNextFrameTimestampUs.reset(); in onFlush_sm()
405 if (!mNextFrameTimestampUs) { in process()
406 mNextFrameTimestampUs = work->input.ordinal.timestamp; in process()
547 c2_cntr64_t currentFrameTimestampUs = *mNextFrameTimestampUs; in process()
548 mNextFrameTimestampUs = inputTimestampUs in process()
580 encoderErr, mInputSize, inargs.numInSamples, mNextFrameTimestampUs->peekll()); in process()
674 mNextFrameTimestampUs.reset(); in drain()
DC2SoftAacEnc.h62 std::optional<c2_cntr64_t> mNextFrameTimestampUs; variable