Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecencoderadapterimpl_fuzzer/
H A Dmediacodecencoderadapterimpl_fuzzer.cpp42 class CodecConfigParaAdapterMock : public CodecConfigParaAdapter { class
44 CodecConfigParaAdapterMock() = default;
76 …::shared_ptr<NWeb::CodecConfigParaAdapter> config = std::make_shared<CodecConfigParaAdapterMock>(); in CreateLocationProxyAdapterFuzzTest()
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_codec_encoder_adapter_impl_test.cpp72 class CodecConfigParaAdapterMock : public CodecConfigParaAdapter { class
74 CodecConfigParaAdapterMock() = default;
206 std::shared_ptr<CodecConfigParaAdapterMock> config_ = nullptr;
222 config_ = std::make_shared<CodecConfigParaAdapterMock>(); in SetUp()