Home
last modified time | relevance | path

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

12

/hardware/interfaces/wifi/1.3/default/
Dhidl_return_util.h44 ObjT* obj, WifiStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCall()
60 ObjT* obj, WifiStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCallWithLock()
75 ObjT* obj, WifiStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCall()
96 ObjT* obj, WifiStatusCode status_code_if_invalid, WorkFuncT&& work, in validateAndCall()
/hardware/google/av/media/codecs/base/
DSimpleC2Component.cpp34 std::unique_ptr<C2Work> work = std::move(mQueue.front().work); in pop_front() local
39 void SimpleC2Component::WorkQueue::push_back(std::unique_ptr<C2Work> work) { in push_back()
220 std::unique_ptr<C2Work> work = queue->pop_front(); in flush_sm() local
342 std::list<std::unique_ptr<C2Work>> vec(std::unique_ptr<C2Work> &work) { in vec()
352 std::unique_ptr<C2Work> work; in finish() local
374 std::unique_ptr<C2Work> work(new C2Work); in cloneAndSend() local
397 std::unique_ptr<C2Work> work; in processQueue() local
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxDec.cpp391 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
403 void C2SoftVpxDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work, in finishWork()
408 const std::unique_ptr<C2Work> &work) { in finishWork()
451 const std::unique_ptr<C2Work> &work, in process()
555 const std::unique_ptr<C2Work> &work) in outputBuffer()
626 const std::unique_ptr<C2Work> &work) { in drainInternal()
/hardware/google/av/media/codecs/aac/
DC2SoftAacDec.cpp440 const std::unique_ptr<C2Work> &work, in drainRingBuffer()
468 const std::unique_ptr<C2Work> &work, c2_status_t err) { in drainRingBuffer()
501 const std::unique_ptr<C2Work> &work) { in drainRingBuffer()
524 const std::unique_ptr<C2Work> &work, in process()
807 const std::unique_ptr<C2Work> &work) { in drainInternal()
823 auto fillEmptyWork = [](const std::unique_ptr<C2Work> &work) { in drainInternal()
DC2SoftAacEnc.cpp283 const std::unique_ptr<C2Work> &work, in process()
407 void operator()(const std::unique_ptr<C2Work> &work) { in process()
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp350 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
362 void C2SoftMpeg4Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
366 auto fillWork = [buffer, index](const std::unique_ptr<C2Work> &work) { in finishWork()
419 bool C2SoftMpeg4Dec::handleResChange(const std::unique_ptr<C2Work> &work) { in handleResChange()
496 const std::unique_ptr<C2Work> &work, in process()
DC2SoftMpeg4Enc.cpp303 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
400 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/codec2/hidl/1.0/mts/common/
Dmedia_c2_hidl_test_common.cpp28 std::unique_ptr<C2Work> work; in testInputBuffer() local
83 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices, in workDone()
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp668 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
680 void C2SoftAvcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
689 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork()
738 const std::unique_ptr<C2Work> &work, in process()
885 const std::unique_ptr<C2Work> &work) { in drainInternal()
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp666 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
678 void C2SoftHevcDec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
687 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork()
736 const std::unique_ptr<C2Work> &work, in process()
883 const std::unique_ptr<C2Work> &work) { in drainInternal()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp748 void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
760 void C2SoftMpeg2Dec::finishWork(uint64_t index, const std::unique_ptr<C2Work> &work) { in finishWork()
769 auto fillWork = [buffer](const std::unique_ptr<C2Work> &work) { in finishWork()
818 const std::unique_ptr<C2Work> &work, in process()
976 const std::unique_ptr<C2Work> &work) { in drainInternal()
/hardware/google/av/media/codecs/flac/
DC2SoftFlacDec.cpp161 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
170 const std::unique_ptr<C2Work> &work, in process()
DC2SoftFlacEnc.cpp170 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
177 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/media/codecs/amr_nb_wb/
DC2SoftAmrNbEnc.cpp181 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
189 const std::unique_ptr<C2Work> &work, in process()
DC2SoftAmrWbEnc.cpp264 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
272 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp204 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
232 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/media/codecs/xaac/
DC2SoftXaacDec.cpp342 static void fillEmptyWork(const std::unique_ptr<C2Work>& work) { in fillEmptyWork()
354 void C2SoftXaacDec::finishWork(const std::unique_ptr<C2Work>& work, in finishWork()
374 const std::unique_ptr<C2Work>& work) { in finishWork()
395 void C2SoftXaacDec::process(const std::unique_ptr<C2Work>& work, in process()
/hardware/google/av/media/codecs/opus/
DC2SoftOpusDec.cpp184 static void fillEmptyWork(const std::unique_ptr<C2Work> &work) { in fillEmptyWork()
301 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/codec2/hidl/1.0/utils/
DInputSurfaceConnection.cpp183 std::unique_ptr<C2Work> work(new C2Work); in submitBuffer() local
214 std::unique_ptr<C2Work> work(new C2Work); in submitEos() local
/hardware/google/av/media/codecs/cmds/
Dcodec2.cpp234 std::unique_ptr<C2Work> work; in play() local
329 std::unique_ptr<C2Work> work; in play() local
/hardware/google/av/media/codecs/base/include/
DSimpleC2Component.h224 std::unique_ptr<C2Work> work; member
/hardware/google/av/media/codecs/raw/
DC2SoftRawDec.cpp146 const std::unique_ptr<C2Work> &work, in process()
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoDecTest.cpp344 std::unique_ptr<C2Work> work; in decodeNFrames() local
547 std::unique_ptr<C2Work> work; in TEST_F() local
644 std::unique_ptr<C2Work> work; in TEST_F() local
DMtsHidlC2V1_0TargetVideoEncTest.cpp263 std::unique_ptr<C2Work> work; in encodeNFrames() local
405 std::unique_ptr<C2Work> work; in TEST_F() local
/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp283 std::unique_ptr<C2Work> work; in encodeNFrames() local
435 std::unique_ptr<C2Work> work; in TEST_F() local

12