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.cpp211 mSeekPreRoll = 80000000; in configureEncoder()
423 sizeof(header), mCodecDelay, mSeekPreRoll); in process()
/frameworks/av/media/libstagefright/codecs/opus/dec/
DSoftOpus.h74 int64_t mSeekPreRoll; member
DSoftOpus.cpp62 mSeekPreRoll(0), in SoftOpus()
495 mSeekPreRoll = ns_to_samples( in onQueueFilled()
615 mSamplesToDiscard = mSeekPreRoll; in onPortFlushCompleted()