Searched refs:CreateVideoDecoderByName (Results 1 – 10 of 10) sorted by relevance
35 int32_t ArkMediaCodecDecoderAdapterImpl::CreateVideoDecoderByName(const ArkWebString& name) in CreateVideoDecoderByName() function in OHOS::ArkWeb::ArkMediaCodecDecoderAdapterImpl37 return (int32_t)real_->CreateVideoDecoderByName(ArkWebStringStructToClass(name)); in CreateVideoDecoderByName()
31 int32_t CreateVideoDecoderByName(const ArkWebString& name) override;
37 OHOS::NWeb::DecoderAdapterCode ArkMediaCodecDecoderAdapterWrapper::CreateVideoDecoderByName(const s… in CreateVideoDecoderByName() function in OHOS::ArkWeb::ArkMediaCodecDecoderAdapterWrapper40 int32_t result = ctocpp_->CreateVideoDecoderByName(str); in CreateVideoDecoderByName()
31 OHOS::NWeb::DecoderAdapterCode CreateVideoDecoderByName(const std::string& name) override;
69 virtual int32_t CreateVideoDecoderByName(const ArkWebString& name) = 0;
75 virtual DecoderAdapterCode CreateVideoDecoderByName(const std::string& name) = 0;
62 DecoderAdapterCode CreateVideoDecoderByName(const std::string& name) override;
162 …EXPECT_EQ(mediaCodecDecoderAdapterImpl_->CreateVideoDecoderByName(name_), DecoderAdapterCode::DECO…265 …EXPECT_EQ(mediaCodecDecoderAdapterImpl_->CreateVideoDecoderByName(codecName), DecoderAdapterCode::…
87 code = mediaCodecDecoderAdapterImpl.CreateVideoDecoderByName("testname"); in MediaCodecDecoderAdapterImplFuzzTest()
70 DecoderAdapterCode MediaCodecDecoderAdapterImpl::CreateVideoDecoderByName(const std::string& name) in CreateVideoDecoderByName() function in MediaCodecDecoderAdapterImpl