Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H A Dtester_common.h151 static bool RunDecEnc(const CommandOpt &decOpt);
H A Dtester_common.cpp73 bool TesterCommon::RunDecEnc(const CommandOpt& decOpt) in RunDecEnc() argument
79 shared_ptr<TesterCommon> decoder = Create(decOpt); in RunDecEnc()
80 CommandOpt encOpt = decOpt; in RunDecEnc()