Home
last modified time | relevance | path

Searched refs:AVCodecServer (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/server/
H A Davcodec_server.cpp32 REGISTER_SYSTEM_ABILITY_BY_ID(AVCodecServer, AV_CODEC_SERVICE_ID, true) in REGISTER_SYSTEM_ABILITY_BY_ID() argument
33 AVCodecServer::AVCodecServer(int32_t systemAbilityId, bool runOnCreate) : SystemAbility(systemAbili… in REGISTER_SYSTEM_ABILITY_BY_ID()
38 AVCodecServer::~AVCodecServer() in ~AVCodecServer()
43 void AVCodecServer::OnDump() in OnDump()
48 void AVCodecServer::OnStart() in OnStart()
65 void AVCodecServer::OnStop() in OnStop()
71 void AVCodecServer::OnAddSystemAbility(int32_t systemAbilityId, const std::string &deviceId) in OnAddSystemAbility()
81 std::optional<AVCodecServerManager::StubType> AVCodecServer::SwitchSystemId( in SwitchSystemId()
102 int32_t AVCodecServer::GetSubSystemAbility(IStandardAVCodecService::AVCodecSystemAbility subSystemI… in GetSubSystemAbility()
122 int32_t AVCodecServer::Dump(int32_t fd, const std::vector<std::u16string> &args) in Dump()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/sa_avcodec_test/
H A Dsa_avcodec_unit_test.cpp50 void CreateCodecServiceStub(std::shared_ptr<AVCodecServer> &server);
103 server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true); in CreateCodecServiceStub()
123 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
139 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, false);
155 auto server = std::make_shared<AVCodecServer>(1, false);
172 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
192 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
211 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
229 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
256 auto server = std::make_shared<AVCodecServer>(AV_CODEC_SERVICE_ID, true);
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/services/sa_avcodec/server/include/
H A Davcodec_server.h27 class AVCodecServer : public SystemAbility, public AVCodecServiceStub {
28 DECLARE_SYSTEM_ABILITY(AVCodecServer);
30 explicit AVCodecServer(int32_t systemAbilityId, bool runOnCreate = true);
31 ~AVCodecServer();
/ohos5.0/foundation/multimedia/player_framework/services/services/sa_media/client/
H A Dmedia_local.cpp62 return AVCodecServer::Create(); in CreateAVCodecService()