Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
Dtester_common.cpp109 thread decOutThread(&TesterCommon::OutputLoop, decoder.get()); in RunDecEnc()
110 thread encOutThread(&TesterCommon::OutputLoop, encoder.get()); in RunDecEnc()
201 void TesterCommon::OutputLoop() in OutputLoop() function in OHOS::MediaAVCodec::TesterCommon
270 thread th(&TesterCommon::OutputLoop, this); in RunEncoder()
528 thread outputThread(&TesterCommon::OutputLoop, this); in RunDecoder()
Dtester_common.h70 void OutputLoop();