Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 74) sorted by relevance

123

/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.cpp577 void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork()
589 void C2SoftDav1dDec::finishWork(uint64_t index, const std::unique_ptr<C2Work>& work, in finishWork()
598 auto fillWork = [buffer, index, img, this](const std::unique_ptr<C2Work>& work) { in finishWork()
621 void C2SoftDav1dDec::process(const std::unique_ptr<C2Work>& work, in process()
779 const std::unique_ptr<C2Work>& work) { in getHDRStaticParams()
843 const std::unique_ptr<C2Work>& work) { in getHDR10PlusInfoData()
925 void C2SoftDav1dDec::setError(const std::unique_ptr<C2Work>& work, c2_status_t error) { in setError()
944 const std::unique_ptr<C2Work>& work) { in outputBuffer()
1156 const std::unique_ptr<C2Work>& work) { in drainInternal()
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp530 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
543 const std::unique_ptr<C2Work> &work, in finishWork()
551 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork()
571 void C2SoftGav1Dec::process(const std::unique_ptr<C2Work> &work, in process()
644 const std::unique_ptr<C2Work> &work) { in getHDRStaticParams()
682 const std::unique_ptr<C2Work> &work) { in getHDR10PlusInfoData()
745 void C2SoftGav1Dec::setError(const std::unique_ptr<C2Work> &work, c2_status_t error) { in setError()
777 const std::unique_ptr<C2Work> &work) { in outputBuffer()
1115 const std::unique_ptr<C2Work> &work) { in drainInternal()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp364 void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork()
377 const std::unique_ptr<C2Work>& work, in finishWork()
382 const std::unique_ptr<C2Work>& work) { in finishWork()
424 void C2SoftAomDec::process(const std::unique_ptr<C2Work>& work, in process()
507 const std::unique_ptr<C2Work> &work) in outputBuffer()
613 const std::unique_ptr<C2Work>& work) { in drainInternal()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp522 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
534 void C2SoftVpxDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work, in finishWork()
539 const std::unique_ptr<C2Work> &work) { in finishWork()
582 const std::unique_ptr<C2Work> &work, in process()
703 const std::unique_ptr<C2Work> &work) in outputBuffer()
865 const std::unique_ptr<C2Work> &work) { in drainInternal()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp314 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
326 void C2SoftMpeg4Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
330 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork()
379 bool C2SoftMpeg4Dec::handleResChange(const std::unique_ptr<C2Work> &work) { in handleResChange()
425 const std::unique_ptr<C2Work> &work, in process()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DKernelCpuThreadReaderEndToEndTest.java79 final Runnable work = timedWork(targetDuration); in testTimedWork() local
114 Runnable work, String tag, int numSamples) throws InterruptedException { in getAverageWorkTime()
/frameworks/base/core/java/android/app/
DQueuedWork.java249 public static void queue(Runnable work, boolean shouldDelay) { in queue()
280 LinkedList<Runnable> work; in processPendingWork() local
/frameworks/av/media/codec2/sfplugin/
DFrameReassembler.cpp153 std::unique_ptr<C2Work> work(new C2Work); in process() local
212 std::unique_ptr<C2Work> work{std::make_unique<C2Work>()}; in finishCurrentBlock() local
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp774 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
786 void C2SoftMpeg2Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
802 void operator()(const std::unique_ptr<C2Work>& work) { in finishWork()
822 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork()
881 const std::unique_ptr<C2Work> &work, in process()
1037 const std::unique_ptr<C2Work> &work) { in drainInternal()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp705 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
717 void C2SoftAvcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
733 void operator()(const std::unique_ptr<C2Work>& work) { in finishWork()
753 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork()
812 const std::unique_ptr<C2Work> &work, in process()
980 const std::unique_ptr<C2Work> &work) { in drainInternal()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp698 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
710 void C2SoftHevcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
726 void operator()(const std::unique_ptr<C2Work>& work) { in finishWork()
746 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork()
805 const std::unique_ptr<C2Work> &work, in process()
980 const std::unique_ptr<C2Work> &work) { in drainInternal()
DC2SoftHevcEnc.cpp624 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork()
1005 const std::unique_ptr<C2Work>& work, in finishWork()
1042 auto fillWork = [buffer](const std::unique_ptr<C2Work>& work) { in finishWork()
1063 const std::unique_ptr<C2Work> &work) { in drainInternal()
1089 void C2SoftHevcEnc::process(const std::unique_ptr<C2Work>& work, in process()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacDec.cpp494 const std::unique_ptr<C2Work> &work, in drainRingBuffer()
522 const std::unique_ptr<C2Work> &work, c2_status_t err) { in drainRingBuffer()
555 const std::unique_ptr<C2Work> &work) { in drainRingBuffer()
578 const std::unique_ptr<C2Work> &work, in process()
995 const std::unique_ptr<C2Work> &work) { in drainInternal()
1011 auto fillEmptyWork = [](const std::unique_ptr<C2Work> &work) { in drainInternal()
/frameworks/av/media/codec2/components/amr_nb_wb/
DC2SoftAmrNbEnc.cpp174 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
182 const std::unique_ptr<C2Work> &work, in process()
DC2SoftAmrWbEnc.cpp256 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
264 const std::unique_ptr<C2Work> &work, in process()
/frameworks/av/media/codec2/hal/common/
DMultiAccessUnitHelper.cpp399 std::unique_ptr<C2Work> &work = sliceWork.back(); in scatter() local
426 auto addOutWork = [&processedWork](std::unique_ptr<C2Work>& work) { in gather()
431 for (auto& work : c2workItems) { in gather() local
553 std::unique_ptr<C2Work>& work, in processWorklets()
/frameworks/av/media/codec2/components/flac/
DC2SoftFlacDec.cpp168 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
177 const std::unique_ptr<C2Work> &work, in process()
/frameworks/av/media/codec2/components/opus/
DC2SoftOpusEnc.cpp324 void C2SoftOpusEnc::process(const std::unique_ptr<C2Work>& work, in process()
403 void operator()(const std::unique_ptr<C2Work>& work) { in process()
561 const std::unique_ptr<C2Work>& work) { in drainInternal()
DC2SoftOpusDec.cpp177 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
209 const std::unique_ptr<C2Work> &work, in process()
/frameworks/av/media/codec2/hal/aidl/
DComponent.cpp103 for (const std::unique_ptr<C2Work>& work : c2workItems) { in onWorkDone_nb() local
227 for (const std::unique_ptr<C2Work>& work : c2works) { in queue() local
263 for (const std::unique_ptr<C2Work>& work : c2flushedWorks) { in flush() local
/frameworks/native/libs/renderengine/skia/debug/
DCommonPool.cpp87 auto work = mWorkQueue.front(); in workerLoop() local
/frameworks/av/media/codec2/components/vorbis/
DC2SoftVorbisDec.cpp197 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
225 const std::unique_ptr<C2Work> &work, in process()
/frameworks/base/libs/hwui/thread/
DCommonPool.cpp92 auto work = mWorkQueue.pop(); in workerLoop() local
/frameworks/base/services/core/java/com/android/server/notification/
DRankingReconsideration.java89 public abstract void work(); in work() method in RankingReconsideration
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp335 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork()
347 void C2SoftXaacDec::finishWork(const std::unique_ptr<C2Work>& work, in finishWork()
366 const std::unique_ptr<C2Work>& work) { in finishWork()
390 void C2SoftXaacDec::process(const std::unique_ptr<C2Work>& work, in process()

123