Home
last modified time | relevance | path

Searched refs:mConverterThreads (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/av/media/codec2/components/vpx/
H A DC2SoftVpxDec.h82 std::vector<sp<ConverterThread>> mConverterThreads; member
H A DC2SoftVpxDec.cpp453 mConverterThreads.push_back(thread); in initDecoder()
471 for (const sp<ConverterThread> &thread : mConverterThreads) { in destroyDecoder()
477 for (const sp<ConverterThread> &thread : mConverterThreads) { in destroyDecoder()
484 mConverterThreads.clear(); in destroyDecoder()