Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/mts/common/
Dmedia_c2_hidl_test_common.cpp83 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices, in workDone() argument
113 auto frameIndexIt = std::find(flushedIndices.begin(), flushedIndices.end(), in workDone()
123 if (!flushedIndices.empty()) { in workDone()
124 flushedIndices.erase(frameIndexIt); in workDone()
Dmedia_c2_hidl_test_common.h196 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices,
/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp266 std::list<uint64_t>& flushedIndices, in encodeNFrames() argument
309 flushedIndices.emplace_back(frameID); in encodeNFrames()
DMtsHidlC2V1_0TargetAudioDecTest.cpp392 std::list<uint64_t>& flushedIndices, in decodeNFrames() argument
429 flushedIndices.emplace_back(frameID); in decodeNFrames()
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoEncTest.cpp249 std::list<uint64_t>& flushedIndices, in encodeNFrames() argument
290 flushedIndices.emplace_back(frameID); in encodeNFrames()
DMtsHidlC2V1_0TargetVideoDecTest.cpp333 std::list<uint64_t>& flushedIndices, in decodeNFrames() argument
370 flushedIndices.emplace_back(frameID); in decodeNFrames()
/hardware/google/av/codec2/hidl/client/
Dclient.cpp997 std::vector<uint64_t> flushedIndices; in flush() local
1005 flushedIndices.emplace_back( in flush()
1012 for (uint64_t flushedIndex : flushedIndices) { in flush()