Home
last modified time | relevance | path

Searched refs:CodecInfo (Results 1 - 12 of 12) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_a2dp_a2dpCodecInfo.h25 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 Dbluetooth_a2dp_a2dpCodecStatus.cpp26 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 Dframe.h29 class CodecInfo { class
31 using Ptr = std::shared_ptr<CodecInfo>;
33 CodecInfo() = default;
34 virtual ~CodecInfo() = default;
41 public CodecInfo {
H A Dframe.cpp33 TrackType CodecInfo::GetTrackType() in GetTrackType()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Da2dp_parcel_codec.h111 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 Dmedia_format.h74 struct CodecInfo { struct
99 CodecInfo codecInfo {};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.h99 void SetCodecInfo(CodecInfo data);
107 CodecInfo GetCodecInfo() const;
143 CodecInfo codecInfo_ {};
H A Da2dp_profile_peer.cpp48 (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 Da2dp_def.h85 struct CodecInfo { struct
H A Da2dp_profile.cpp138 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 Dnapi_bluetooth_a2dp_src.h59 struct CodecInfo { struct
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp572 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 10 milliseconds