Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.cpp109 thread decOutThread(&TesterCommon::OutputLoop, decoder.get()); in RunDecEnc() local
112 if (decOutThread.joinable()) { in RunDecEnc()
113 decOutThread.join(); in RunDecEnc()