Home
last modified time | relevance | path

Searched refs:FindDecoder (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/services/codeclist/server/
H A Dcodeclist_server.cpp52 std::string CodecListServer::FindDecoder(const Format &format) in FindDecoder() function in OHOS::MediaAVCodec::CodecListServer
54 return codecListCore_->FindDecoder(format); in FindDecoder()
H A Dcodeclist_server.h32 std::string FindDecoder(const Format &format) override;
/ohos5.0/foundation/multimedia/av_codec/services/services/codeclist/ipc/
H A Dcodeclist_service_stub.cpp115 std::string CodecListServiceStub::FindDecoder(const Format &format) in FindDecoder() function in OHOS::MediaAVCodec::CodecListServiceStub
119 return codecListServer_->FindDecoder(format); in FindDecoder()
142 reply.WriteString(FindDecoder(format)); in DoFindDecoder()
H A Di_standard_codeclist_service.h31 virtual std::string FindDecoder(const Media::Format &format) = 0;
H A Dcodeclist_service_proxy.h29 std::string FindDecoder(const Media::Format &format) override;
H A Dcodeclist_service_stub.h36 std::string FindDecoder(const Media::Format &format) override;
H A Dcodeclist_service_proxy.cpp41 std::string CodecListServiceProxy::FindDecoder(const Format &format) in FindDecoder() function in OHOS::MediaAVCodec::CodecListServiceProxy
/ohos5.0/foundation/multimedia/av_codec/services/services/codeclist/client/
H A Dcodeclist_client.cpp59 std::string CodecListClient::FindDecoder(const Format &format) in FindDecoder() function in OHOS::MediaAVCodec::CodecListClient
63 return codecListProxy_->FindDecoder(format); in FindDecoder()
H A Dcodeclist_client.h32 std::string FindDecoder(const Media::Format &format) override;
/ohos5.0/foundation/multimedia/av_codec/services/include/
H A Di_codeclist_service.h26 virtual std::string FindDecoder(const Media::Format &format) = 0;
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodeclist_impl.cpp88 std::string AVCodecListImpl::FindDecoder(const Format &format) in FindDecoder() function in OHOS::MediaAVCodec::AVCodecListImpl
90 return codecListService_->FindDecoder(format); in FindDecoder()
H A Davcodeclist_impl.h33 std::string FindDecoder(const Format &format) override;
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_list.h36 virtual std::string FindDecoder(const Format &format) = 0;
/ohos5.0/foundation/multimedia/av_codec/services/engine/codeclist/
H A Dcodeclist_core.h32 std::string FindDecoder(const Media::Format &format);
H A Dcodeclist_core.cpp212 std::string CodecListCore::FindDecoder(const Format &format) in FindDecoder() function in OHOS::MediaAVCodec::CodecListCore
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddecoder_surface_filter.cpp558 codecName = codeclist->FindDecoder(format); in GetCodecName()