Searched refs:objectType (Results 1 – 8 of 8) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/ |
D | a2dp_aac_param_ctrl.cpp | 637 cfgCapResult.objectType = a2dpAacCaps->objectType; in SetCodecConfig() 816 switch (cfgCap.objectType) { in ComputeMaxBitRateAac() 875 LOG_INFO("%{public}s [objectType:0x%x]", __func__, cfgCap.objectType); in GetObjectTypeCodeAac() 876 return cfgCap.objectType; in GetObjectTypeCodeAac() 886 *codecInfo++ = aacCap->objectType; in BuildAacInfo() 916 aacCap->objectType = *codecInfo++ & 0xF0; in ParseInfoAac()
|
/foundation/multimedia/player_framework/services/engine/gstreamer/avcodec/ |
D | codec_common.h | 67 uint32_t objectType = 0; member
|
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/ |
D | js_distributedobjectstore.cpp | 264 napi_valuetype objectType = napi_undefined; in JSOn() local 265 status = napi_typeof(env, argv[2], &objectType); in JSOn() 267 ASSERT_MATCH_ELSE_RETURN_NULL(objectType == napi_object); in JSOn() 338 napi_valuetype objectType = napi_undefined; in GetBundleNameWithContext() local 339 napi_status status = napi_typeof(env, argv, &objectType); in GetBundleNameWithContext() 340 if (status == napi_ok && objectType == napi_object) { in GetBundleNameWithContext()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/ |
D | a2dp_codec_constant.h | 220 uint8_t objectType; member
|
/foundation/multimedia/player_framework/services/engine/gstreamer/avcodec/format_processor/ |
D | processor_aenc_impl.cpp | 181 config->adtsHead_.objectType = 2; // AAC_LC in GetOutputPortConfig()
|
/foundation/multimedia/player_framework/services/engine/gstreamer/avcodec/sink_wrapper/ |
D | sink_bytebuffer_impl.cpp | 245 uint32_t proflie = adtsHead_.objectType - 1; in AddAdtsHead()
|
/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
D | napi_remote_object.cpp | 710 uint32_t objectType = tmp->GetObjectType(); in NAPI_ohos_rpc_CreateJsRemoteObject() local 711 ZLOGI(LOG_LABEL, "create js object, type:%{public}d", objectType); in NAPI_ohos_rpc_CreateJsRemoteObject() 712 …if (objectType == IPCObjectStub::OBJECT_TYPE_JAVASCRIPT || objectType == IPCObjectStub::OBJECT_TYP… in NAPI_ohos_rpc_CreateJsRemoteObject()
|
/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/ |
D | native_devicemanager_js.cpp | 2144 napi_valuetype objectType = napi_undefined; in JsToDiscoverTargetType() local 2145 napi_typeof(env, object, &objectType); in JsToDiscoverTargetType() 2146 …if (!(CheckArgsType(env, objectType == napi_object, "discoverParameter", "object or undefined"))) { in JsToDiscoverTargetType() 2227 napi_valuetype objectType = napi_undefined; in StartDeviceDiscover() local 2228 napi_typeof(env, argv[DM_NAPI_ARGS_ONE], &objectType); in StartDeviceDiscover() 2229 … if (!(CheckArgsType(env, objectType == napi_object, "filterOptions", "object or undefined"))) { in StartDeviceDiscover()
|