Home
last modified time | relevance | path

Searched refs:drainMode (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h107 uint32_t drainMode,
215 uint32_t drainMode() const;
216 void markDrain(uint32_t drainMode);
228 uint32_t drainMode; member
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp51 uint32_t SimpleC2Component::WorkQueue::drainMode() const { in drainMode() function in android::SimpleC2Component::WorkQueue
52 return mQueue.front().drainMode; in drainMode()
55 void SimpleC2Component::WorkQueue::markDrain(uint32_t drainMode) { in markDrain() argument
56 mQueue.push_back({ nullptr, drainMode }); in markDrain()
284 c2_status_t SimpleC2Component::drain_nb(drain_mode_t drainMode) { in drain_nb() argument
285 if (drainMode == DRAIN_CHAIN) { in drain_nb()
298 queue->markDrain(drainMode); in drain_nb()
440 int32_t drainMode; in processQueue() local
450 drainMode = queue->drainMode(); in processQueue()
512 c2_status_t err = drain(drainMode, mOutputBlockPool); in processQueue()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.h46 c2_status_t drain(uint32_t drainMode,
68 c2_status_t drainInternal(uint32_t drainMode,
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.h44 uint32_t drainMode,
86 uint32_t drainMode,
DC2SoftAacEnc.h46 uint32_t drainMode,
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.h45 uint32_t drainMode,
92 uint32_t drainMode,
/frameworks/av/media/codec2/components/raw/
DC2SoftRawDec.cpp166 uint32_t drainMode, in drain() argument
169 if (drainMode == NO_DRAIN) { in drain()
173 if (drainMode == DRAIN_CHAIN) { in drain()
DC2SoftRawDec.h42 uint32_t drainMode,
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.h46 c2_status_t drain(uint32_t drainMode,
73 c2_status_t drainInternal(uint32_t drainMode,
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h68 uint32_t drainMode,
95 uint32_t drainMode,
DC2SoftHevcEnc.h59 c2_status_t drain(uint32_t drainMode,
110 c2_status_t drainInternal(uint32_t drainMode,
/frameworks/av/media/codec2/components/g711/
DC2SoftG711Dec.cpp212 uint32_t drainMode, in drain() argument
215 if (drainMode == NO_DRAIN) { in drain()
219 if (drainMode == DRAIN_CHAIN) { in drain()
DC2SoftG711Dec.h42 uint32_t drainMode,
/frameworks/av/media/codec2/components/gsm/
DC2SoftGsmDec.cpp245 uint32_t drainMode, in drain() argument
248 if (drainMode == NO_DRAIN) { in drain()
252 if (drainMode == DRAIN_CHAIN) { in drain()
DC2SoftGsmDec.h52 uint32_t drainMode,
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h115 uint32_t drainMode,
136 uint32_t drainMode,
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h111 uint32_t drainMode,
133 uint32_t drainMode,
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.h43 uint32_t drainMode,
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrDec.h44 uint32_t drainMode,
DC2SoftAmrNbEnc.cpp286 uint32_t drainMode, in drain() argument
289 if (drainMode == NO_DRAIN) { in drain()
293 if (drainMode == DRAIN_CHAIN) { in drain()
DC2SoftAmrNbEnc.h43 uint32_t drainMode,
DC2SoftAmrWbEnc.h43 uint32_t drainMode,
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.h45 uint32_t drainMode,
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusDec.h44 uint32_t drainMode,
/frameworks/av/media/codec2/components/mp3/
DC2SoftMp3Dec.h50 uint32_t drainMode,

123