Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_codecbase.cpp76 bool TesterCodecBase::Create() in Create()
96 bool TesterCodecBase::SetCallback() in SetCallback()
109 bool TesterCodecBase::Start() in Start()
121 bool TesterCodecBase::Stop() in Stop()
133 bool TesterCodecBase::Release() in Release()
145 bool TesterCodecBase::Flush() in Flush()
157 void TesterCodecBase::ClearAllBuffer() in ClearAllBuffer()
176 bool TesterCodecBase::ConfigureEncoder() in ConfigureEncoder()
338 bool TesterCodecBase::NotifyEos() in NotifyEos()
350 bool TesterCodecBase::RequestIDR() in RequestIDR()
[all …]
H A Dtester_codecbase.h23 struct TesterCodecBase : TesterCommon { struct
24 explicit TesterCodecBase(const CommandOpt& opt) : TesterCommon(opt) {} in TesterCodecBase() function
54 explicit CallBack(TesterCodecBase* tester) : tester_(tester) {} in CallBack() argument
61 TesterCodecBase* tester_;
H A Dtester_common.cpp44 return make_shared<TesterCodecBase>(opt); in Create()