Home
last modified time | relevance | path

Searched refs:CreateByName (Results 1 – 25 of 75) sorted by relevance

123

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/
H A Dapi_test.cpp99 vdec_ = VideoDecoderFactory::CreateByName("");
110 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
125 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
140 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
174 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
186 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
198 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
210 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
228 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
244 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
[all …]
H A Dvideodec_ndk_inner_sample.cpp157 int32_t VDecNdkInnerSample::CreateByName(const std::string &name) in CreateByName() function in VDecNdkInnerSample
159 vdec_ = VideoDecoderFactory::CreateByName(name); in CreateByName()
166 vdec_ = VideoDecoderFactory::CreateByName(name); in CreateVideoDecoder()
323 int32_t ret = CreateByName(codeName); in RunVideoDecoder()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/InnerAPI/
H A Dapi_test.cpp108 vdec_ = VideoDecoderFactory::CreateByName("");
119 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
134 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
168 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
180 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
192 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
204 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
222 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
238 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
258 vdec_ = VideoDecoderFactory::CreateByName(g_codecName);
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/InnerAPI/
H A Dapi_test.cpp109 venc_ = VideoEncoderFactory::CreateByName("");
120 venc_ = VideoEncoderFactory::CreateByName("");
201 venc_ = VideoEncoderFactory::CreateByName(g_codecName);
217 venc_ = VideoEncoderFactory::CreateByName(g_codecName);
236 venc_ = VideoEncoderFactory::CreateByName(g_codecName);
256 venc_ = VideoEncoderFactory::CreateByName(g_codecName);
277 venc_ = VideoEncoderFactory::CreateByName(g_codecName);
299 venc_ = VideoEncoderFactory::CreateByName(g_codecName);
335 venc_ = VideoEncoderFactory::CreateByName(g_codecName);
356 venc_ = VideoEncoderFactory::CreateByName(g_codecName);
[all …]
H A Dfunc_test.cpp638 ASSERT_EQ(AV_ERR_OK, vEncSample->CreateByName(g_codecName));
674 ASSERT_EQ(AV_ERR_OK, vEncSample->CreateByName(g_codecName));
710 ASSERT_EQ(AV_ERR_OK, vEncSample->CreateByName(g_codecName));
746 ASSERT_EQ(AV_ERR_OK, vEncSample->CreateByName(g_codecName));
782 ASSERT_EQ(AV_ERR_OK, vEncSample->CreateByName(g_codecName));
819 ASSERT_EQ(AV_ERR_OK, vEncSample->CreateByName(g_codecName));
856 ASSERT_EQ(AV_ERR_OK, vEncSample->CreateByName(g_codecName));
893 ASSERT_EQ(AV_ERR_OK, vEncSample->CreateByName(g_codecName));
933 ASSERT_EQ(AV_ERR_OK, vEncSample->CreateByName(g_codecName));
971 ASSERT_EQ(AV_ERR_OK, vEncSample->CreateByName(g_codecName));
[all …]
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_video_decoder.h250 static std::shared_ptr<AVCodecVideoDecoder> CreateByName(const std::string &name) in CreateByName() function
264 …static int32_t CreateByName(const std::string &name, Format &format, std::shared_ptr<AVCodecVideoD… in CreateByName() function
290 static std::shared_ptr<AVCodecVideoDecoder> CreateByName(const std::string &name);
314 …static int32_t CreateByName(const std::string &name, Format &format, std::shared_ptr<AVCodecVideoD…
H A Davcodec_video_encoder.h274 static std::shared_ptr<AVCodecVideoEncoder> CreateByName(const std::string &name) in CreateByName() function
288 …static int32_t CreateByName(const std::string &name, Format &format, std::shared_ptr<AVCodecVideoE… in CreateByName() function
314 static std::shared_ptr<AVCodecVideoEncoder> CreateByName(const std::string &name);
338 …static int32_t CreateByName(const std::string &name, Format &format, std::shared_ptr<AVCodecVideoE…
H A Davcodec_audio_decoder.h170 static std::shared_ptr<AVCodecAudioDecoder> CreateByName(const std::string &name) in CreateByName() function
194 static std::shared_ptr<AVCodecAudioDecoder> CreateByName(const std::string &name);
H A Davcodec_audio_encoder.h170 static std::shared_ptr<AVCodecAudioEncoder> CreateByName(const std::string &name) in CreateByName() function
194 static std::shared_ptr<AVCodecAudioEncoder> CreateByName(const std::string &name);
H A Davcodec_audio_codec.h66 static std::shared_ptr<AVCodecAudioCodec> CreateByName(const std::string &name) in CreateByName() function
86 static std::shared_ptr<AVCodecAudioCodec> CreateByName(const std::string &name);
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_factory.cpp67 codec = HCodecLoader::CreateByName(name); in CreateCodecByName()
70 codec = FCodecLoader::CreateByName(name); in CreateCodecByName()
73 codec = HevcDecoderLoader::CreateByName(name); in CreateCodecByName()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/mock/inner/
H A Dvcodec_inner_mock_factory.cpp32 auto videoDec = VideoDecoderFactory::CreateByName(name); in CreateVideoDecMockByName()
50 auto videoEnc = VideoEncoderFactory::CreateByName(name); in CreateVideoEncMockByName()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_video_decoder_impl.cpp40 std::shared_ptr<AVCodecVideoDecoder> VideoDecoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::VideoDecoderFactory
45 int32_t ret = CreateByName(name, format, impl); in CreateByName()
66 int32_t VideoDecoderFactory::CreateByName(const std::string &name, in CreateByName() function in OHOS::MediaAVCodec::VideoDecoderFactory
H A Davcodec_video_encoder_impl.cpp41 std::shared_ptr<AVCodecVideoEncoder> VideoEncoderFactory::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::VideoEncoderFactory
46 int32_t ret = CreateByName(name, format, impl); in CreateByName()
67 int32_t VideoEncoderFactory::CreateByName(const std::string &name, Format &format, in CreateByName() function in OHOS::MediaAVCodec::VideoEncoderFactory
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/include/
H A Dfcodec_loader.h28 static std::shared_ptr<CodecBase> CreateByName(const std::string &name);
H A Dhcodec_loader.h28 static std::shared_ptr<CodecBase> CreateByName(const std::string &name);
H A Dhevc_decoder_loader.h28 static std::shared_ptr<CodecBase> CreateByName(const std::string &name);
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/include/video/
H A Dhcodec_loader.h25 static std::shared_ptr<CodecBase> CreateByName(const std::string &name);
H A Dfcodec_loader.h25 static std::shared_ptr<CodecBase> CreateByName(const std::string &name);
H A Dhevc_decoder_loader.h25 static std::shared_ptr<CodecBase> CreateByName(const std::string &name);
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/
H A Dhcodec_loader.cpp28 std::shared_ptr<CodecBase> HCodecLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::HCodecLoader
H A Dfcodec_loader.cpp31 std::shared_ptr<CodecBase> FCodecLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::FCodecLoader
H A Dhevc_decoder_loader.cpp31 std::shared_ptr<CodecBase> HevcDecoderLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::HevcDecoderLoader
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Avbuffer/src/
H A Dparam_check_test.cpp109 codec = aDecBufferDemo->CreateByName("OH.Media.Codec.Decoder.Audio.AAC");
114 codec = aDecBufferDemo->CreateByName("OH.Media.Codec.Decoder.Audio.Flac");
119 codec = aDecBufferDemo->CreateByName("OH.Media.Codec.Decoder.Audio.Mpeg");
124 codec = aDecBufferDemo->CreateByName("OH.Media.Codec.Decoder.Audio.Vorbis");
129 codec = aDecBufferDemo->CreateByName("OH.Media.Codec.Decoder.Audio.Amrnb");
134 codec = aDecBufferDemo->CreateByName("OH.Media.Codec.Decoder.Audio.Amrwb");
139 codec = aDecBufferDemo->CreateByName("OH.Media.Codec.Decoder.Audio.G711mu");
144 codec = aDecBufferDemo->CreateByName("aaa");
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H A Dcodecbase_mock.cpp31 std::shared_ptr<CodecBase> HCodecLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::HCodecLoader
40 std::shared_ptr<CodecBase> FCodecLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::FCodecLoader
49 std::shared_ptr<CodecBase> HevcDecoderLoader::CreateByName(const std::string &name) in CreateByName() function in OHOS::MediaAVCodec::HevcDecoderLoader

123