Searched refs:flushedIndices (Results 1 – 7 of 7) sorted by relevance
/hardware/google/av/codec2/hidl/1.0/mts/common/ |
D | media_c2_hidl_test_common.cpp | 83 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()
|
D | media_c2_hidl_test_common.h | 196 std::unique_ptr<C2Work>& work, std::list<uint64_t>& flushedIndices,
|
/hardware/google/av/codec2/hidl/1.0/mts/audio/ |
D | MtsHidlC2V1_0TargetAudioEncTest.cpp | 266 std::list<uint64_t>& flushedIndices, in encodeNFrames() argument 309 flushedIndices.emplace_back(frameID); in encodeNFrames()
|
D | MtsHidlC2V1_0TargetAudioDecTest.cpp | 392 std::list<uint64_t>& flushedIndices, in decodeNFrames() argument 429 flushedIndices.emplace_back(frameID); in decodeNFrames()
|
/hardware/google/av/codec2/hidl/1.0/mts/video/ |
D | MtsHidlC2V1_0TargetVideoEncTest.cpp | 249 std::list<uint64_t>& flushedIndices, in encodeNFrames() argument 290 flushedIndices.emplace_back(frameID); in encodeNFrames()
|
D | MtsHidlC2V1_0TargetVideoDecTest.cpp | 333 std::list<uint64_t>& flushedIndices, in decodeNFrames() argument 370 flushedIndices.emplace_back(frameID); in decodeNFrames()
|
/hardware/google/av/codec2/hidl/client/ |
D | client.cpp | 997 std::vector<uint64_t> flushedIndices; in flush() local 1005 flushedIndices.emplace_back( in flush() 1012 for (uint64_t flushedIndex : flushedIndices) { in flush()
|