Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp38 TesterCapiOld* tester = static_cast<TesterCapiOld*>(userData); in OnNeedInputData()
47 void TesterCapiOld::OnNewOutputData( in OnNewOutputData()
50 TesterCapiOld* tester = static_cast<TesterCapiOld*>(userData); in OnNewOutputData()
99 bool TesterCapiOld::SetCallback() in SetCallback()
104 &TesterCapiOld::OnNeedInputData, in SetCallback()
105 &TesterCapiOld::OnNewOutputData, in SetCallback()
195 void TesterCapiOld::ClearAllBuffer() in ClearAllBuffer()
355 bool TesterCapiOld::WaitForInput(BufInfo& buf) in WaitForInput()
429 bool TesterCapiOld::WaitForOutput(BufInfo& buf) in WaitForOutput()
492 bool TesterCapiOld::ReturnInput(const BufInfo& buf) in ReturnInput()
[all …]
H A Dtester_capi.h51 struct TesterCapiOld : TesterCapi { struct
52 explicit TesterCapiOld(const CommandOpt& opt) : TesterCapi(opt) {} in TesterCapiOld() function
H A Dtester_common.cpp46 return make_shared<TesterCapiOld>(opt); in Create()