Home
last modified time | relevance | path

Searched refs:codecList (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_codec/services/services/codeclist/client/
H A Dcodeclist_client.cpp30 std::shared_ptr<CodecListClient> codecList = std::make_shared<CodecListClient>(ipcProxy); in Create() local
31 return codecList; in Create()
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp226 std::shared_ptr<MediaAVCodec::AVCodecList> codecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in QueryCodecInfo() local
227 if (codecList == nullptr) { in QueryCodecInfo()
236 MediaAVCodec::CapabilityData *capData = codecList->GetCapability(coder, true, in QueryCodecInfo()
/foundation/multimedia/av_codec/test/nativedemo/
H A Dav_codec_demo.cpp290 auto codecList = std::make_unique<CodecListDemo>(); in RunCodecList() local
291 if (codecList == nullptr) { in RunCodecList()
295 codecList->RunCase(); in RunCodecList()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp295 std::shared_ptr<MediaAVCodec::AVCodecList> codecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in NegotiateCodecType() local
296 if (codecList == nullptr) { in NegotiateCodecType()
303 MediaAVCodec::CapabilityData *capData = codecList->GetCapability(coder, true, in NegotiateCodecType()
/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Ddecoder_demo.cpp195 std::shared_ptr<MediaAVCodec::AVCodecList> codecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in CheckCodecType() local
200 MediaAVCodec::CapabilityData *capData = codecList->GetCapability(coder, true, in CheckCodecType()
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Ddecoder_surface_filter.cpp847 std::shared_ptr<MediaAVCodec::AVCodecList> codecList = MediaAVCodec::AVCodecListFactory::CreateAVCodecList(); in ParseDecodeRateLimit() local
848 if (codecList == nullptr) { in ParseDecodeRateLimit()
859 MediaAVCodec::CapabilityData *capabilityData = codecList->GetCapability(codecMimeType_, false, in ParseDecodeRateLimit()

Completed in 12 milliseconds