Home
last modified time | relevance | path

Searched refs:flushedIndices (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/vts/functional/common/
Dmedia_c2_hidl_test_common.cpp83 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()
Dmedia_c2_hidl_test_common.h199 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices,
/frameworks/av/media/codec2/hidl/1.0/vts/functional/audio/
DVtsHalMediaC2V1_0TargetAudioEncTest.cpp282 std::list<uint64_t>& flushedIndices, in encodeNFrames() argument
325 flushedIndices.emplace_back(frameID); in encodeNFrames()
DVtsHalMediaC2V1_0TargetAudioDecTest.cpp400 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/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp285 std::list<uint64_t>& flushedIndices, in encodeNFrames() argument
327 flushedIndices.emplace_back(frameID); in encodeNFrames()
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp337 std::list<uint64_t>& flushedIndices, in decodeNFrames() argument
374 flushedIndices.emplace_back(frameID); in decodeNFrames()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp1131 std::vector<uint64_t> flushedIndices; in flush() local
1139 flushedIndices.emplace_back( in flush()