/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_media_codec_encoder_adapter_impl.cpp | 36 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 D | ark_media_codec_encoder_adapter_impl.h | 31 int32_t CreateVideoCodecByName(const ArkWebString name) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_media_codec_encoder_adapter_wrapper.cpp | 38 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 D | ark_media_codec_encoder_adapter_wrapper.h | 31 OHOS::NWeb::CodecCodeAdapter CreateVideoCodecByName(const std::string name) override;
|
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/include/ |
H A D | media_codec_encoder_adapter_impl.h | 50 CodecCodeAdapter CreateVideoCodecByName(const std::string name) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_media_codec_adapter.h | 110 virtual int32_t CreateVideoCodecByName(const ArkWebString name) = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | media_codec_adapter.h | 132 virtual CodecCodeAdapter CreateVideoCodecByName(const std::string name) = 0;
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videodec_func_unit_test.cpp | 105 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 D | videodec_hdrvivid2sdr_unit_test.cpp | 47 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 D | videoenc_func_unit_test.cpp | 130 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 D | media_codec_encoder_adapter_impl.cpp | 63 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 D | media_codec_encoder_adapter_impl_test.cpp | 241 EXPECT_EQ(mediaCodecEncoderAdapterImpl->CreateVideoCodecByName(name_), CodecCodeAdapter::ERROR);
|