Searched refs:WaitForOutput (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ | ||
H A D | tester_capi.h | 62 bool WaitForOutput(BufInfo& buf) override; |
H A D | tester_codecbase.h | 37 bool WaitForOutput(BufInfo& buf) override; |
H A D | tester_common.h | 74 virtual bool WaitForOutput(BufInfo& buf) = 0; |
H A D | tester_capi.cpp | 429 bool TesterCapiOld::WaitForOutput(BufInfo& buf) in WaitForOutput() function in OHOS::MediaAVCodec::TesterCapiOld |
H A D | tester_codecbase.cpp | 458 bool TesterCodecBase::WaitForOutput(BufInfo& buf) in WaitForOutput() function in OHOS::MediaAVCodec::TesterCodecBase |
H A D | tester_common.cpp | 195 if (!WaitForOutput(buf)) { in OutputLoop() |