/ohos5.0/foundation/multimedia/av_codec/services/services/codeclist/server/ |
H A D | codeclist_server.cpp | 52 std::string CodecListServer::FindDecoder(const Format &format) in FindDecoder() function in OHOS::MediaAVCodec::CodecListServer 54 return codecListCore_->FindDecoder(format); in FindDecoder()
|
H A D | codeclist_server.h | 32 std::string FindDecoder(const Format &format) override;
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codeclist/ipc/ |
H A D | codeclist_service_stub.cpp | 115 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 D | i_standard_codeclist_service.h | 31 virtual std::string FindDecoder(const Media::Format &format) = 0;
|
H A D | codeclist_service_proxy.h | 29 std::string FindDecoder(const Media::Format &format) override;
|
H A D | codeclist_service_stub.h | 36 std::string FindDecoder(const Media::Format &format) override;
|
H A D | codeclist_service_proxy.cpp | 41 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 D | codeclist_client.cpp | 59 std::string CodecListClient::FindDecoder(const Format &format) in FindDecoder() function in OHOS::MediaAVCodec::CodecListClient 63 return codecListProxy_->FindDecoder(format); in FindDecoder()
|
H A D | codeclist_client.h | 32 std::string FindDecoder(const Media::Format &format) override;
|
/ohos5.0/foundation/multimedia/av_codec/services/include/ |
H A D | i_codeclist_service.h | 26 virtual std::string FindDecoder(const Media::Format &format) = 0;
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/ |
H A D | avcodeclist_impl.cpp | 88 std::string AVCodecListImpl::FindDecoder(const Format &format) in FindDecoder() function in OHOS::MediaAVCodec::AVCodecListImpl 90 return codecListService_->FindDecoder(format); in FindDecoder()
|
H A D | avcodeclist_impl.h | 33 std::string FindDecoder(const Format &format) override;
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_list.h | 36 virtual std::string FindDecoder(const Format &format) = 0;
|
/ohos5.0/foundation/multimedia/av_codec/services/engine/codeclist/ |
H A D | codeclist_core.h | 32 std::string FindDecoder(const Media::Format &format);
|
H A D | codeclist_core.cpp | 212 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 D | decoder_surface_filter.cpp | 558 codecName = codeclist->FindDecoder(format); in GetCodecName()
|