Home
last modified time | relevance | path

Searched refs:CreateVideoCodecByName (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_media_codec_encoder_adapter_impl.cpp36 int32_t ArkMediaCodecEncoderAdapterImpl::CreateVideoCodecByName(const ArkWebString name) in CreateVideoCodecByName() function in OHOS::ArkWeb::ArkMediaCodecEncoderAdapterImpl
38 return (int32_t)real_->CreateVideoCodecByName(ArkWebStringStructToClass(name)); in CreateVideoCodecByName()
H A Dark_media_codec_encoder_adapter_impl.h31 int32_t CreateVideoCodecByName(const ArkWebString name) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_media_codec_encoder_adapter_wrapper.cpp38 OHOS::NWeb::CodecCodeAdapter ArkMediaCodecEncoderAdapterWrapper::CreateVideoCodecByName(const std::… in CreateVideoCodecByName() function in OHOS::ArkWeb::ArkMediaCodecEncoderAdapterWrapper
41 int32_t result = ctocpp_->CreateVideoCodecByName(str); in CreateVideoCodecByName()
H A Dark_media_codec_encoder_adapter_wrapper.h31 OHOS::NWeb::CodecCodeAdapter CreateVideoCodecByName(const std::string name) override;
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/include/
H A Dmedia_codec_encoder_adapter_impl.h50 CodecCodeAdapter CreateVideoCodecByName(const std::string name) override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_media_codec_adapter.h110 virtual int32_t CreateVideoCodecByName(const ArkWebString name) = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmedia_codec_adapter.h132 virtual CodecCodeAdapter CreateVideoCodecByName(const std::string name) = 0;
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideodec_func_unit_test.cpp105 bool CreateVideoCodecByName(const std::string &decName);
170 bool TEST_SUIT::CreateVideoCodecByName(const std::string &decName) in CreateVideoCodecByName() function in __anonc37cefb30110::TEST_SUIT
209 ASSERT_TRUE(CreateVideoCodecByName(codecName)); in CreateByNameWithParam()
307 ASSERT_FALSE(CreateVideoCodecByName(""));
1290 ASSERT_TRUE(CreateVideoCodecByName(codecName));
H A Dvideodec_hdrvivid2sdr_unit_test.cpp47 bool CreateVideoCodecByName(const std::string &decName);
104 bool TEST_SUIT::CreateVideoCodecByName(const std::string &decName) in CreateVideoCodecByName() function in __anon020922220110::TEST_SUIT
147 ASSERT_TRUE(CreateVideoCodecByName(codecName)); in CreateByNameWithParam()
H A Dvideoenc_func_unit_test.cpp130 bool CreateVideoCodecByName(const std::string &decName);
206 bool TEST_SUIT::CreateVideoCodecByName(const std::string &name) in CreateVideoCodecByName() function in __anon0f9e08dd0110::TEST_SUIT
240 ASSERT_TRUE(CreateVideoCodecByName(codecName)); in CreateByNameWithParam()
381 ASSERT_FALSE(CreateVideoCodecByName(""));
401 ASSERT_TRUE(CreateVideoCodecByName(g_vencName));
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_codec_encoder_adapter_impl.cpp63 CodecCodeAdapter MediaCodecEncoderAdapterImpl::CreateVideoCodecByName(const std::string name) in CreateVideoCodecByName() function in OHOS::NWeb::MediaCodecEncoderAdapterImpl
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/
H A Dmedia_codec_encoder_adapter_impl_test.cpp241 EXPECT_EQ(mediaCodecEncoderAdapterImpl->CreateVideoCodecByName(name_), CodecCodeAdapter::ERROR);