Home
last modified time | relevance | path

Searched refs:workQueue (Results 1 – 6 of 6) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/mts/common/
Dmedia_c2_hidl_test_common.cpp26 std::mutex& queueLock, std::list<std::unique_ptr<C2Work>>& workQueue, in testInputBuffer() argument
32 if (!workQueue.empty()) { in testInputBuffer()
33 work.swap(workQueue.front()); in testInputBuffer()
34 workQueue.pop_front(); in testInputBuffer()
59 std::list<std::unique_ptr<C2Work>>& workQueue, in waitOnInputConsumption() argument
66 queueSize = workQueue.size(); in waitOnInputConsumption()
70 if (queueSize != workQueue.size()) { in waitOnInputConsumption()
71 queueSize = workQueue.size(); in waitOnInputConsumption()
85 std::list<std::unique_ptr<C2Work>>& workQueue, bool& eos, bool& csd, in workDone() argument
122 workQueue.push_back(std::move(work)); in workDone()
Dmedia_c2_hidl_test_common.h186 std::mutex& queueLock, std::list<std::unique_ptr<C2Work>>& workQueue,
191 std::list<std::unique_ptr<C2Work>>& workQueue,
198 std::list<std::unique_ptr<C2Work>>& workQueue, bool& eos, bool& csd,
/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp265 std::list<std::unique_ptr<C2Work>>& workQueue, in encodeNFrames() argument
287 if (!workQueue.empty()) { in encodeNFrames()
288 work.swap(workQueue.front()); in encodeNFrames()
289 workQueue.pop_front(); in encodeNFrames()
DMtsHidlC2V1_0TargetAudioDecTest.cpp391 std::list<std::unique_ptr<C2Work>>& workQueue, in decodeNFrames() argument
407 if (!workQueue.empty()) { in decodeNFrames()
408 work.swap(workQueue.front()); in decodeNFrames()
409 workQueue.pop_front(); in decodeNFrames()
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoEncTest.cpp248 std::list<std::unique_ptr<C2Work>>& workQueue, in encodeNFrames() argument
267 if (!workQueue.empty()) { in encodeNFrames()
268 work.swap(workQueue.front()); in encodeNFrames()
269 workQueue.pop_front(); in encodeNFrames()
DMtsHidlC2V1_0TargetVideoDecTest.cpp332 std::list<std::unique_ptr<C2Work>>& workQueue, in decodeNFrames() argument
348 if (!workQueue.empty()) { in decodeNFrames()
349 work.swap(workQueue.front()); in decodeNFrames()
350 workQueue.pop_front(); in decodeNFrames()