Searched refs:flushedIndices (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/ |
D | media_c2_hidl_test_common.cpp | 83 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices, in workDone() argument 114 auto frameIndexIt = std::find(flushedIndices.begin(), flushedIndices.end(), in workDone() 124 if (!flushedIndices.empty()) { in workDone() 125 flushedIndices.erase(frameIndexIt); in workDone()
|
D | media_c2_hidl_test_common.h | 199 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices,
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/ |
D | VtsHalMediaC2V1_0TargetAudioEncTest.cpp | 282 std::list<uint64_t>& flushedIndices, in encodeNFrames() argument 325 flushedIndices.emplace_back(frameID); in encodeNFrames()
|
D | VtsHalMediaC2V1_0TargetAudioDecTest.cpp | 400 std::list<uint64_t>& flushedIndices, in decodeNFrames() argument 437 flushedIndices.emplace_back(frameID); in decodeNFrames()
|
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 285 std::list<uint64_t>& flushedIndices, in encodeNFrames() argument 327 flushedIndices.emplace_back(frameID); in encodeNFrames()
|
D | VtsHalMediaC2V1_0TargetVideoDecTest.cpp | 337 std::list<uint64_t>& flushedIndices, in decodeNFrames() argument 374 flushedIndices.emplace_back(frameID); in decodeNFrames()
|
/frameworks/av/media/codec2/hidl/client/ |
D | client.cpp | 1131 std::vector<uint64_t> flushedIndices; in flush() local 1139 flushedIndices.emplace_back( in flush()
|