Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.cpp120 mSeekPreRoll = 0; in onStop()
143 mSeekPreRoll = 0; in initDecoder()
155 mSamplesToDiscard = mSeekPreRoll; in onFlush_sm()
316 mSeekPreRoll = ns_to_samples(value, kRate); in process()
333 mSeekPreRoll = samples; in process()
DC2SoftOpusDec.h56 int64_t mSeekPreRoll; member
DC2SoftOpusEnc.h75 uint64_t mSeekPreRoll; member
DC2SoftOpusEnc.cpp237 mSeekPreRoll = 80000000; in configureEncoder()
449 sizeof(header), mCodecDelay, mSeekPreRoll); in process()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.h76 int64_t mSeekPreRoll; member
DSoftOpus.cpp64 mSeekPreRoll(0), in SoftOpus()
498 mSeekPreRoll = ns_to_samples( in onQueueFilled()
620 mSamplesToDiscard = mSeekPreRoll; in onPortFlushCompleted()