Home
last modified time | relevance | path

Searched refs:CodecBitsPerSample (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_src.h36 enum CodecBitsPerSample { enum
61 CodecBitsPerSample codecBitsPerSample;
/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp77 const static std::map<int32_t, CodecBitsPerSample> g_a2dpCodecBitsPerSampleMap = {
259 CodecBitsPerSample::CODEC_BITS_PER_SAMPLE_NONE, "CODEC_BITS_PER_SAMPLE_NONE"); in CodecBitsPerSampleInit()
261 CodecBitsPerSample::CODEC_BITS_PER_SAMPLE_16, "CODEC_BITS_PER_SAMPLE_16"); in CodecBitsPerSampleInit()
263 CodecBitsPerSample::CODEC_BITS_PER_SAMPLE_24, "CODEC_BITS_PER_SAMPLE_24"); in CodecBitsPerSampleInit()
265 CodecBitsPerSample::CODEC_BITS_PER_SAMPLE_32, "CODEC_BITS_PER_SAMPLE_32"); in CodecBitsPerSampleInit()
313 DECLARE_NAPI_PROPERTY("CodecBitsPerSample", codecBitsPerSampleObj), in A2dpPropertyValueInit()

Completed in 2 milliseconds