Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp284 napi_value codecSampleRate = nullptr; in CodecSampleRateInit() local
285 napi_create_object(env, &codecSampleRate); in CodecSampleRateInit()
286 SetNamedPropertyByInteger(env, codecSampleRate, in CodecSampleRateInit()
288 SetNamedPropertyByInteger(env, codecSampleRate, in CodecSampleRateInit()
290 SetNamedPropertyByInteger(env, codecSampleRate, in CodecSampleRateInit()
292 SetNamedPropertyByInteger(env, codecSampleRate, in CodecSampleRateInit()
294 SetNamedPropertyByInteger(env, codecSampleRate, in CodecSampleRateInit()
296 SetNamedPropertyByInteger(env, codecSampleRate, in CodecSampleRateInit()
298 SetNamedPropertyByInteger(env, codecSampleRate, in CodecSampleRateInit()
300 return codecSampleRate; in CodecSampleRateInit()
564 ConvertCodecSampleRate(A2dpCodecInfo &a2dpCodecInfo, int32_t codecSampleRate) ConvertCodecSampleRate() argument
596 ConvertCodecSampleRateToCodecInfo(CodecInfo &codecInfo, int32_t codecSampleRate) ConvertCodecSampleRateToCodecInfo() argument
644 int32_t codecSampleRate = 0; CheckSetCodecPreferenceParam() local
[all...]
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_a2dp_src.h63 CodecSampleRate codecSampleRate; member

Completed in 2 milliseconds