Home
last modified time | relevance | path

Searched refs:objectType (Results 1 – 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
Da2dp_aac_param_ctrl.cpp637 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/
Dcodec_common.h67 uint32_t objectType = 0; member
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
Djs_distributedobjectstore.cpp264 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/
Da2dp_codec_constant.h220 uint8_t objectType; member
/foundation/multimedia/player_framework/services/engine/gstreamer/avcodec/format_processor/
Dprocessor_aenc_impl.cpp181 config->adtsHead_.objectType = 2; // AAC_LC in GetOutputPortConfig()
/foundation/multimedia/player_framework/services/engine/gstreamer/avcodec/sink_wrapper/
Dsink_bytebuffer_impl.cpp245 uint32_t proflie = adtsHead_.objectType - 1; in AddAdtsHead()
/foundation/communication/ipc/ipc/native/src/napi_common/source/
Dnapi_remote_object.cpp710 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/
Dnative_devicemanager_js.cpp2144 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()