/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_media_codec_encoder_adapter_impl.cpp | 31 int32_t ArkMediaCodecEncoderAdapterImpl::CreateVideoCodecByMime(const ArkWebString mimetype) in CreateVideoCodecByMime() function in OHOS::ArkWeb::ArkMediaCodecEncoderAdapterImpl 33 return (int32_t)real_->CreateVideoCodecByMime(ArkWebStringStructToClass(mimetype)); in CreateVideoCodecByMime()
|
H A D | ark_media_codec_encoder_adapter_impl.h | 29 int32_t CreateVideoCodecByMime(const ArkWebString mimetype) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_media_codec_encoder_adapter_wrapper.cpp | 30 OHOS::NWeb::CodecCodeAdapter ArkMediaCodecEncoderAdapterWrapper::CreateVideoCodecByMime(const std::… in CreateVideoCodecByMime() function in OHOS::ArkWeb::ArkMediaCodecEncoderAdapterWrapper 33 int32_t result = ctocpp_->CreateVideoCodecByMime(str); in CreateVideoCodecByMime()
|
H A D | ark_media_codec_encoder_adapter_wrapper.h | 29 OHOS::NWeb::CodecCodeAdapter CreateVideoCodecByMime(const std::string mimetype) override;
|
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/include/ |
H A D | media_codec_encoder_adapter_impl.h | 49 CodecCodeAdapter CreateVideoCodecByMime(const std::string mimetype) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_media_codec_adapter.h | 107 virtual int32_t CreateVideoCodecByMime(const ArkWebString mimetype) = 0;
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecencoderadapterimpl_fuzzer/ |
H A D | mediacodecencoderadapterimpl_fuzzer.cpp | 78 mediaCodecEncoderAdapterImpl.CreateVideoCodecByMime("video/avc"); in CreateLocationProxyAdapterFuzzTest()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | media_codec_adapter.h | 130 virtual CodecCodeAdapter CreateVideoCodecByMime(const std::string mimetype) = 0;
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/media_adapter_test/ |
H A D | media_codec_encoder_adapter_impl_test.cpp | 239 …EXPECT_EQ(mediaCodecEncoderAdapterImpl->CreateVideoCodecByMime(mimetype_), CodecCodeAdapter::ERROR… 368 EXPECT_EQ(mediaCodecEncoderAdapterImpl->CreateVideoCodecByMime(mimetype), CodecCodeAdapter::OK);
|
/ohos5.0/base/web/webview/ohos_adapter/media_adapter/src/ |
H A D | media_codec_encoder_adapter_impl.cpp | 52 CodecCodeAdapter MediaCodecEncoderAdapterImpl::CreateVideoCodecByMime(const std::string mimetype) in CreateVideoCodecByMime() function in OHOS::NWeb::MediaCodecEncoderAdapterImpl
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videodec_func_unit_test.cpp | 106 bool CreateVideoCodecByMime(const std::string &decMime); 162 bool TEST_SUIT::CreateVideoCodecByMime(const std::string &decMime) in CreateVideoCodecByMime() function in __anonc37cefb30110::TEST_SUIT 317 ASSERT_FALSE(CreateVideoCodecByMime(""));
|
H A D | videoenc_func_unit_test.cpp | 131 bool CreateVideoCodecByMime(const std::string &decMime); 198 bool TEST_SUIT::CreateVideoCodecByMime(const std::string &encMime) in CreateVideoCodecByMime() function in __anon0f9e08dd0110::TEST_SUIT 391 ASSERT_FALSE(CreateVideoCodecByMime("")); 411 ASSERT_TRUE(CreateVideoCodecByMime((CodecMimeType::VIDEO_AVC).data()));
|
H A D | videodec_hdrvivid2sdr_unit_test.cpp | 48 bool CreateVideoCodecByMime(const std::string &decMime); 96 bool TEST_SUIT::CreateVideoCodecByMime(const std::string &decMime) in CreateVideoCodecByMime() function in __anon020922220110::TEST_SUIT
|