Home
last modified time | relevance | path

Searched refs:GetCodecInfo (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp86 CodecInfo A2dpStream::GetCodecInfo() const in GetCodecInfo() function in OHOS::bluetooth::A2dpStream
288 streamCtrl_[i].GetCodecInfo().codecIndex, in UpdatePeerCapabilityInfo()
290 if (streamCtrl_[i].GetCodecInfo().codecIndex == A2DP_SOURCE_CODEC_INDEX_AAC) { in UpdatePeerCapabilityInfo()
293 if ((streamCtrl_[i].GetCodecInfo().codecIndex + A2DP_SINK_CODEC_INDEX_MIN - 1) == in UpdatePeerCapabilityInfo()
309 streamCtrl_[i].GetCodecInfo().codecIndex, in UpdatePeerCapabilityInfo()
311 if (streamCtrl_[i].GetCodecInfo().codecIndex == A2DP_SINK_CODEC_INDEX_AAC) { in UpdatePeerCapabilityInfo()
315 if ((streamCtrl_[i].GetCodecInfo().codecIndex + 1 - A2DP_SINK_CODEC_INDEX_MIN) == in UpdatePeerCapabilityInfo()
507 streamCtrl_[i].GetCodecInfo().codecIndex); in FindCapabilityMatched()
508 if (config.GetCodecIndex() == streamCtrl_[i].GetCodecInfo().codecIndex && in FindCapabilityMatched()
518 } else if (config.GetCodecIndex() == streamCtrl_[i].GetCodecInfo() in FindCapabilityMatched()
[all...]
H A Da2dp_profile_peer.h107 CodecInfo GetCodecInfo() const;
/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcaps_unit_test.cpp158 videoCodecCaps = videoCaps->GetCodecInfo(); in CheckVideoCaps()
171 std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->GetCodecInfo(); in CheckAVDecH264()
203 std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->GetCodecInfo(); in CheckAVDecH263()
236 std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->GetCodecInfo(); in CheckAVDecMpeg2Video()
273 std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->GetCodecInfo(); in CheckAVDecMpeg4()
307 std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->GetCodecInfo(); in CheckAVDecAVC()
341 std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->GetCodecInfo(); in CheckAVEncAVC()
374 std::shared_ptr<AVCodecInfo> videoCodecCaps = videoCaps->GetCodecInfo(); in CheckAVEncMpeg4()
418 audioCodecCaps = audioCaps->GetCodecInfo(); in CheckAudioCaps()
439 std::shared_ptr<AVCodecInfo> audioCodecCaps = audioCaps->GetCodecInfo(); in CheckAVDecMP3()
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcamera/
H A Ddistributed_camera_source_service.h69 std::string GetCodecInfo();
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H A Davcodec_info.cpp93 std::shared_ptr<AVCodecInfo> VideoCaps::GetCodecInfo() in GetCodecInfo() function in OHOS::Media::VideoCaps
185 if (this->GetCodecInfo()->IsSoftwareOnly()) { in LoadLevelParams()
406 std::shared_ptr<AVCodecInfo> AudioCaps::GetCodecInfo() in GetCodecInfo() function in OHOS::Media::AudioCaps
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h301 std::shared_ptr<AVCodecInfo> GetCodecInfo();
504 std::shared_ptr<AVCodecInfo> GetCodecInfo();
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcamera/
H A Ddistributed_camera_source_service.cpp146 std::string DistributedCameraSourceService::GetCodecInfo() in GetCodecInfo() function in OHOS::DistributedHardware::DistributedCameraSourceService
200 params.sourceAttrs = GetCodecInfo(); in RegisterDistributedHardware()
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp80 std::shared_ptr<AVCodecInfo> VideoCaps::GetCodecInfo() in GetCodecInfo() function in OHOS::MediaAVCodec::VideoCaps
246 std::shared_ptr<AVCodecInfo> codecInfo = this->GetCodecInfo(); in LoadLevelParams()
542 std::shared_ptr<AVCodecInfo> AudioCaps::GetCodecInfo() in GetCodecInfo() function in OHOS::MediaAVCodec::AudioCaps

Completed in 10 milliseconds