Searched refs:workQueue (Results 1 – 6 of 6) sorted by relevance
/hardware/google/av/codec2/hidl/1.0/mts/common/ |
D | media_c2_hidl_test_common.cpp | 26 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()
|
D | media_c2_hidl_test_common.h | 186 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/ |
D | MtsHidlC2V1_0TargetAudioEncTest.cpp | 265 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()
|
D | MtsHidlC2V1_0TargetAudioDecTest.cpp | 391 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/ |
D | MtsHidlC2V1_0TargetVideoEncTest.cpp | 248 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()
|
D | MtsHidlC2V1_0TargetVideoDecTest.cpp | 332 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()
|