Searched refs:CodecInfo (Results 1 - 12 of 12) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/ |
H A D | bluetooth_a2dp_a2dpCodecInfo.h | 25 public bluetooth::CodecInfo { 28 BluetoothA2dpCodecInfo(const bluetooth::CodecInfo& other) in BluetoothA2dpCodecInfo() 29 : bluetooth::CodecInfo(other) {} // NOLINT(implicit) in BluetoothA2dpCodecInfo() 31 : bluetooth::CodecInfo(other) {} // NOLINT(implicit) in BluetoothA2dpCodecInfo()
|
H A D | bluetooth_a2dp_a2dpCodecStatus.cpp | 26 BluetoothA2dpCodecInfo info = bluetooth::CodecInfo(codecInfo); in Marshalling() 34 info = bluetooth::CodecInfo(infoLocalCap); in Marshalling() 43 info = bluetooth::CodecInfo(infoConfirmCap); in Marshalling() 72 codecInfo = bluetooth::CodecInfo(*info); in ReadFromParcel()
|
/foundation/CastEngine/castengine_wifi_display/services/protocol/frame/ |
H A D | frame.h | 29 class CodecInfo { class 31 using Ptr = std::shared_ptr<CodecInfo>; 33 CodecInfo() = default; 34 virtual ~CodecInfo() = default; 41 public CodecInfo {
|
H A D | frame.cpp | 33 TrackType CodecInfo::GetTrackType() in GetTrackType()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | a2dp_parcel_codec.h | 111 struct CodecInfo { struct 147 CodecInfo codecInfo; 150 std::vector<CodecInfo> codecInfoLocalCap; 153 std::vector<CodecInfo> codecInfoConfirmCap;
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/media_manager/ |
H A D | media_format.h | 74 struct CodecInfo { struct 99 CodecInfo codecInfo {};
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_profile_peer.h | 99 void SetCodecInfo(CodecInfo data); 107 CodecInfo GetCodecInfo() const; 143 CodecInfo codecInfo_ {};
|
H A D | a2dp_profile_peer.cpp | 48 (void)memset_s(&codecInfo_, sizeof(CodecInfo), 0, sizeof(CodecInfo)); in A2dpStream() 80 void A2dpStream::SetCodecInfo(CodecInfo data) in SetCodecInfo() 83 (void)memcpy_s(&codecInfo_, sizeof(CodecInfo), &data, sizeof(CodecInfo)); in SetCodecInfo() 86 CodecInfo A2dpStream::GetCodecInfo() const in GetCodecInfo() 154 CodecInfo codecData = {}; in RegisterSEPConfigureInfo() 157 (void)memset_s(&codecData, sizeof(CodecInfo), 0, sizeof(CodecInfo)); in RegisterSEPConfigureInfo()
|
H A D | a2dp_def.h | 85 struct CodecInfo { struct
|
H A D | a2dp_profile.cpp | 138 CodecInfo codecInfo = {}; in Enable() 140 (void)memset_s(&codecInfo, sizeof(CodecInfo), 0, sizeof(CodecInfo)); in Enable()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_a2dp_src.h | 59 struct CodecInfo { struct
|
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/ |
H A D | napi_bluetooth_a2dp_src.cpp | 572 static void ConvertCodecTypeToCodecInfo(CodecInfo &codecInfo, int32_t codecType) in ConvertCodecTypeToCodecInfo() 580 static void ConvertCodecBitsPerSampleToCodecInfo(CodecInfo &codecInfo, int32_t codecBitsPerSample) in ConvertCodecBitsPerSampleToCodecInfo() 588 static void ConvertCodecChannelModeToCodecInfo(CodecInfo &codecInfo, int32_t codecChannelMode) in ConvertCodecChannelModeToCodecInfo() 596 static void ConvertCodecSampleRateToCodecInfo(CodecInfo &codecInfo, int32_t codecSampleRate) in ConvertCodecSampleRateToCodecInfo() 606 // convert A2dpCodecInfo to CodecInfo in ConvertCodecInfoToJs() 607 CodecInfo codecInfo; in ConvertCodecInfoToJs() 612 // convert CodecInfo to JS in ConvertCodecInfoToJs()
|
Completed in 9 milliseconds