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()
203 mNextFrameTimestampUs.reset(); in onFlush_sm()
397 if (!mNextFrameTimestampUs) { in process()
398 mNextFrameTimestampUs = work->input.ordinal.timestamp; in process()
539 c2_cntr64_t currentFrameTimestampUs = *mNextFrameTimestampUs; in process()
540 mNextFrameTimestampUs = inputTimestampUs in process()
567 encoderErr, mInputSize, inargs.numInSamples, mNextFrameTimestampUs->peekll()); in process()
652 mNextFrameTimestampUs.reset(); in drain()
DC2SoftAacEnc.h59 std::optional<c2_cntr64_t> mNextFrameTimestampUs; variable