/frameworks/av/media/codec2/components/base/include/ |
D | SimpleC2Component.h | 107 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/ |
D | SimpleC2Component.cpp | 51 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/ |
D | C2SoftGav1Dec.h | 46 c2_status_t drain(uint32_t drainMode, 68 c2_status_t drainInternal(uint32_t drainMode,
|
/frameworks/av/media/codec2/components/aac/ |
D | C2SoftAacDec.h | 44 uint32_t drainMode, 86 uint32_t drainMode,
|
D | C2SoftAacEnc.h | 46 uint32_t drainMode,
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxDec.h | 45 uint32_t drainMode, 92 uint32_t drainMode,
|
/frameworks/av/media/codec2/components/raw/ |
D | C2SoftRawDec.cpp | 166 uint32_t drainMode, in drain() argument 169 if (drainMode == NO_DRAIN) { in drain() 173 if (drainMode == DRAIN_CHAIN) { in drain()
|
D | C2SoftRawDec.h | 42 uint32_t drainMode,
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomDec.h | 46 c2_status_t drain(uint32_t drainMode, 73 c2_status_t drainInternal(uint32_t drainMode,
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcDec.h | 68 uint32_t drainMode, 95 uint32_t drainMode,
|
D | C2SoftHevcEnc.h | 59 c2_status_t drain(uint32_t drainMode, 110 c2_status_t drainInternal(uint32_t drainMode,
|
/frameworks/av/media/codec2/components/g711/ |
D | C2SoftG711Dec.cpp | 212 uint32_t drainMode, in drain() argument 215 if (drainMode == NO_DRAIN) { in drain() 219 if (drainMode == DRAIN_CHAIN) { in drain()
|
D | C2SoftG711Dec.h | 42 uint32_t drainMode,
|
/frameworks/av/media/codec2/components/gsm/ |
D | C2SoftGsmDec.cpp | 245 uint32_t drainMode, in drain() argument 248 if (drainMode == NO_DRAIN) { in drain() 252 if (drainMode == DRAIN_CHAIN) { in drain()
|
D | C2SoftGsmDec.h | 52 uint32_t drainMode,
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.h | 115 uint32_t drainMode, 136 uint32_t drainMode,
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.h | 111 uint32_t drainMode, 133 uint32_t drainMode,
|
/frameworks/av/media/codec2/components/flac/ |
D | C2SoftFlacDec.h | 43 uint32_t drainMode,
|
/frameworks/av/media/codec2/components/amr_nb_wb/ |
D | C2SoftAmrDec.h | 44 uint32_t drainMode,
|
D | C2SoftAmrNbEnc.cpp | 286 uint32_t drainMode, in drain() argument 289 if (drainMode == NO_DRAIN) { in drain() 293 if (drainMode == DRAIN_CHAIN) { in drain()
|
D | C2SoftAmrNbEnc.h | 43 uint32_t drainMode,
|
D | C2SoftAmrWbEnc.h | 43 uint32_t drainMode,
|
/frameworks/av/media/codec2/components/vorbis/ |
D | C2SoftVorbisDec.h | 45 uint32_t drainMode,
|
/frameworks/av/media/codec2/components/opus/ |
D | C2SoftOpusDec.h | 44 uint32_t drainMode,
|
/frameworks/av/media/codec2/components/mp3/ |
D | C2SoftMp3Dec.h | 50 uint32_t drainMode,
|