Home
last modified time | relevance | path

Searched refs:OutputLoop (Results 1 – 2 of 2) 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()
110 thread encOutThread(&TesterCommon::OutputLoop, encoder.get()); in RunDecEnc()
191 void TesterCommon::OutputLoop() in OutputLoop() function in OHOS::MediaAVCodec::TesterCommon
262 thread th(&TesterCommon::OutputLoop, this); in RunEncoder()
595 thread outputThread(&TesterCommon::OutputLoop, this); in RunDecoder()
H A Dtester_common.h70 void OutputLoop();