Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.h62 bool WaitForOutput(BufInfo& buf) override;
80 bool WaitForOutput(BufInfo& buf) override;
H A Dtester_codecbase.h37 bool WaitForOutput(BufInfo& buf) override;
H A Dtester_common.h74 virtual bool WaitForOutput(BufInfo& buf) = 0;
H A Dtester_capi.cpp429 bool TesterCapiOld::WaitForOutput(BufInfo& buf) in WaitForOutput() function in OHOS::MediaAVCodec::TesterCapiOld
460 bool TesterCapiNew::WaitForOutput(BufInfo& buf) in WaitForOutput() function in OHOS::MediaAVCodec::TesterCapiNew
H A Dtester_codecbase.cpp458 bool TesterCodecBase::WaitForOutput(BufInfo& buf) in WaitForOutput() function in OHOS::MediaAVCodec::TesterCodecBase
H A Dtester_common.cpp195 if (!WaitForOutput(buf)) { in OutputLoop()