Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_capi.cpp85 bool TesterCapi::Create() in Create()
102 &TesterCapi::OnError, in SetCallback()
123 &TesterCapi::OnError, in SetCallback()
139 bool TesterCapi::Start() in Start()
153 bool TesterCapi::Stop() in Stop()
167 bool TesterCapi::Release() in Release()
181 bool TesterCapi::Flush() in Flush()
285 bool TesterCapi::NotifyEos() in NotifyEos()
297 bool TesterCapi::RequestIDR() in RequestIDR()
313 bool TesterCapi::GetInputFormat() in GetInputFormat()
[all …]
H A Dtester_capi.h22 struct TesterCapi : TesterCommon { struct
23 explicit TesterCapi(const CommandOpt& opt) : TesterCommon(opt) {} in TesterCapi() argument
51 struct TesterCapiOld : TesterCapi { argument
52 explicit TesterCapiOld(const CommandOpt& opt) : TesterCapi(opt) {} in TesterCapiOld()
70 struct TesterCapiNew : TesterCapi {
71 explicit TesterCapiNew(const CommandOpt& opt) : TesterCapi(opt) {} in TesterCapiNew()