Home
last modified time | relevance | path

Searched full:param (Results 7576 - 7600 of 22474) sorted by relevance

1...<<301302303304305306307308309310>>...899

/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Dvpu_api_legacy.cpp422 EncParameter_t *param = (EncParameter_t*)ctx->private_data; in init() local
454 format = vpu_pic_type_remap_to_mpp((EncInputPictureType)param->format); in init()
455 if (memcpy_s(&enc_param, sizeof(enc_param), param, sizeof(enc_param)) != EOK) { in init()
459 if (MPP_OK == vpu_api_mlvec_check_cfg(param)) { in init()
467 vpu_api_mlvec_set_st_cfg(mlvec, (VpuApiMlvecStaticCfg *)param); in init()
469 vpu_api_set_enc_cfg(mpp_ctx, mpi, enc_cfg, coding, format, param); in init()
646 /* check input param */ in decode()
1007 /* check input param */ in encode()
1445 RK_S32 VpuApiLegacy::control(VpuCodecContext *ctx, VPU_API_CMD cmd, void *param) in control() argument
1447 HDF_LOGD("enter cmd 0x%x param in control()
[all...]
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_client.cpp405 WifiWpsParam param; in ReqStartWpsPbcMode() local
406 if (memset_s(&param, sizeof(param), 0, sizeof(param)) != EOK) { in ReqStartWpsPbcMode()
409 param.anyFlag = config.anyFlag; in ReqStartWpsPbcMode()
410 param.multiAp = config.multiAp; in ReqStartWpsPbcMode()
411 if (strncpy_s(param.bssid, sizeof(param.bssid), config.bssid.c_str(), config.bssid.length()) != EOK) { in ReqStartWpsPbcMode()
414 return HdiWpaStaStartWpsPbcMode(&param, ifaceName); in ReqStartWpsPbcMode()
419 WifiWpsParam param; in ReqStartWpsPinMode() local
643 char param[WIFI_HDI_MAX_STR_LENGTH +1] = {0}; GetDeviceConfig() local
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DIslamicCalendar.java187 * @param zone the given time zone.
199 * @param aLocale the given locale.
210 * @param locale the given ulocale.
221 * @param zone the given time zone.
222 * @param aLocale the given locale.
233 * @param zone the given time zone.
234 * @param locale the given ulocale.
247 * @param date The date to which the new calendar is set.
259 * @param year the value used to set the {@link #YEAR YEAR} time field in the calendar.
260 * @param mont
[all...]
/third_party/node/deps/v8/include/
H A Dv8-platform.h647 * \param The seed for the PRNG.
662 * \param hint If nonzero, the allocation is attempted to be placed at the
668 * \param size The size of the allocation in bytes. Must be a multiple of the
671 * \param alignment The alignment of the allocation in bytes. Must be a
674 * \param permissions The page permissions of the newly allocated pages.
690 * \param address The start address of the pages to free. This address must
693 * \param size The size in bytes of the region to free. This must match the
701 * \param address The start address of the range. Must be aligned to
704 * \param size The size in bytes of the range. Must be a multiple
707 * \param permission
[all...]
/third_party/node/deps/undici/src/lib/fetch/
H A Dutil.js112 * @param {number} c
142 * @param {string} characters
158 * @param {string} potentialValue
166 * @param {string} potentialValue
452 * @param {URL} url
453 * @param {boolean|undefined} originOnly
529 * @param {Uint8Array} bytes
530 * @param {string} metadataList
602 * @param {string} metadata
652 * @param {{ alg
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp47 * @param nComponents number of components
48 * @param target texture target
49 * @param inputInternalFormat input texture internal format
50 * @param outputInternalFormat output texture internal format
51 * @param filtering contains parameters for GL_TEXTURE_MAG_FILTER and GL_TEXTURE_MIN_FILTER - in our case can be GL_NEAREST or GL_LINEAR
52 * @param inputFormat input texture format
53 * @param outputFormat output texture format
54 * @param width texture/viewport width
55 * @param height texture/viewport height
56 * @param initValu
[all...]
/applications/standard/calendardata/datamanager/src/main/ets/processor/reminders/
H A DRemindersProcessor.ets114 * @param rdbStore rdb数据库
115 * @param values 插入操作的数据
149 * @param rdbStore rdb数据库
150 * @param values 插入操作的数据
176 * @param rdbStore rdb数据库
177 * @param values 插入操作的数据
/applications/standard/contacts_data/dataBusiness/contacts/src/
H A Draw_contacts.cpp35 * @param rdbStore Insert operation based on rdbStore
36 * @param rawContactValues Raw contact values to be inserted
53 * @param rdbStore Update operation based on rdbStore
54 * @param upRawContactValues Pass in parameter upRawContactValues
55 * @param whereClause Clauses for update operation
56 * @param whereArgs Conditions for update operation
/applications/standard/photos/common/src/main/ets/default/model/browser/album/
H A DAlbumSetDataSource.ts42 constructor(broadCast: BroadCast, param?: InitAlbumParam) {
45 Log.debug(TAG, `constructor ${JSON.stringify(param)}`);
49 this.albumDataImpl = BrowserDataFactory.getFeature(BrowserDataFactory.TYPE_ALBUM, param);
51 if (param && param.deviceId) {
52 this.deviceId = param.deviceId;
/applications/standard/printspooler/feature/ippPrint/src/main/ets/common/discovery/
H A DDiscovery.ts45 * @param listener 监听器
59 * @param listener listener
111 * @param printerArray
132 * @param uri
185 * @param printer DiscoveredPrinter
192 * @param printer DiscoveredPrinter
/applications/standard/launcher/common/src/main/ets/default/manager/
H A DCommonBundleManager.ts65 * @param bundleType 包类型:bundleManager.BundleType.APP:桌面app, bundleManager.BundleType.ATOMIC_SERVICE:原子化服务
99 * @param bundleName 包名
100 * @param bundleType 包类型:bundleManager.BundleType.APP:桌面app, bundleManager.BundleType.ATOMIC_SERVICE:原子化服务
137 * @param bundleName 包名
138 * @param abilityName ability名
139 * @param bundleType 包类型:bundleManager.BundleType.APP:桌面app, bundleManager.BundleType.ATOMIC_SERVICE:原子化服务
/applications/standard/launcher/feature/recents/src/main/ets/default/viewmodel/
H A DRecentMissionsViewModel.ts97 * @param {boolean} isClickDelBtn - The flag of click delete button.
98 * @param {number} missionId - The missionId of current recent mission.
139 * @param {string} missionId - The missionId of current recent mission.
140 * @param {boolean} lockedState - The lockedState of current recent mission.
153 * @param missionId - The missionId of current recent mission.
170 * @param missionId - The missionId of current recent mission.
/applications/standard/printspooler/feature/ippPrint/src/main/ets/common/
H A DLocalDiscoverySession.ts77 * @param path
92 * @param printerId
100 * @param printerId
136 * @param printerId printer Id
175 * @param discoveredPrinter
196 * @param printer DiscoveredPrinter
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/hcc/
H A Dhcc_comm.h269 static inline hi_void hcc_hdr_param_init(hcc_transfer_param *param, hi_u32 main_type, hi_u32 sub_type, in hcc_hdr_param_init() argument
272 param->main_type = main_type; in hcc_hdr_param_init()
273 param->sub_type = sub_type; in hcc_hdr_param_init()
274 param->extend_len = extend_len; in hcc_hdr_param_init()
275 param->fc_flag = fc_type; in hcc_hdr_param_init()
276 param->queue_id = queue_id; in hcc_hdr_param_init()
/device/soc/hisilicon/common/hal/media/codec/hi3516dv300/liteos_a/libs/
H A Dlibplugin_vdec_35xx.so ... error Ret: %x {%s():%d} param PARAM_INDEX_HEIGHT size wrong {%s():%d} pthread_create AsyncOutputBufProcess ...
/device/soc/hisilicon/common/hal/media/codec/hi3516dv300/linux_small/libs/
H A Dlibplugin_aenc_35xx.so ... x FillAencAttribute {%s():%d} aenc not need param:%d {%s():%d} param kParamIndexMimeType ...
H A Dlibplugin_vdec_35xx.so ... error Ret: %x {%s():%d} param PARAM_INDEX_HEIGHT size wrong {%s():%d} pthread_create AsyncOutputBufProcess ...
H A Dlibplugin_adec_35xx.so ... %s():%d} AdecMngFreeChn %d error. param null CodecRegisterAdecLib LoadDecoder {%s():%d} %s ...
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/sys/
H A Duio.h44 * @param fd [IN] File descriptor (or socket descriptor) to read from
45 * @param iov [OUT] The array that user-provided to save the data
46 * @param iovcnt [IN] The number of members in the array
84 * @param fd [IN] File descriptor (or socket descriptor) to read from
85 * @param iov [IN] The array of data that user-provided to write
86 * @param iovcnt [IN] The number of members in the array
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dcoap_io.h159 * @param sock Socket to send data with
160 * @param session Addressing information for unconnected sockets, or NULL
161 * @param data The data to send.
162 * @param datalen The actual length of @p data.
174 * @param sock Socket to read data from
175 * @param packet Received packet metadata and payload. src and dst should be preset.
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
H A Dmali_kbase_csf_event.h35 * @param: Generic parameter to pass to the callback function.
44 typedef enum kbase_csf_event_callback_action kbase_csf_event_callback(void *param);
51 * @param: Custom parameter to be passed to the @callback function.
60 kbase_csf_event_callback *callback, void *param);
67 * @param: Custom parameter that would have been passed to the @p callback
74 kbase_csf_event_callback *callback, void *param);
/drivers/hdf_core/framework/model/storage/include/mtd/
H A Dmtd_spi_common.h96 * @param spi Indicates the pointer to the spi flash.
105 * @param spi Indicates the pointer to the spi flash.
114 * @param spi Indicates the pointer to the spi flash.
123 * @param spi Indicates the pointer to the spi flash.
134 * @param spi Indicates the pointer to the spi flash device.
145 * @param spi Indicates the pointer to the spi flash device.
/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Ddrv_bundle_state_callback.h68 * @param bundleName Indicates the name of the bundle whose state has been installed.
69 * @param userId Indicates the id of the bundle whose state has been installed.
74 * @param bundleName Indicates the name of the bundle whose state has been Updated.
75 * @param userId Indicates the id of the bundle whose state has been Updated.
80 * @param bundleName Indicates the name of the bundle whose state has been Removed.
81 * @param userId Indicates the id of the bundle whose state has been Removed.
/drivers/hdf_core/interfaces/inner_api/osal/shared/
H A Dosal_mutex.h58 * @param mutex Indicates the pointer to the mutex {@link OsalMutex}.
75 * @param mutex Indicates the pointer to the mutex {@link OsalMutex}.
92 * @param mutex Indicates the pointer to the mutex {@link OsalMutex}.
109 * @param mutex Indicates the pointer to the mutex {@link OsalMutex}.
110 * @param ms Indicates the timeout duration, in milliseconds.
128 * @param mutex Indicates the pointer to the mutex {@link OsalMutex}.
/drivers/interface/codec/v1_0/
H A DICodecCallback.idl83 * @param event Indicates the type of the event to report. For details, see {@link CodecEventType}.
84 * @param info Indicates the pointer to the information to report. For details, see {@link EventInfo}.
100 * @param appData Indicates the application data. Generally, it is an upper-layer instance
102 * @param buffer Indicates information about the input buffer that was emptied. For details,
119 * @param appData Indicates the application data. Generally, it is an upper-layer instance
121 * @param buffer Indicates information about the buffer that was filled. For details, see {@link OmxCodecBuffer}.

Completed in 31 milliseconds

1...<<301302303304305306307308309310>>...899