Home
last modified time | relevance | path

Searched full:param (Results 8826 - 8850 of 24337) sorted by relevance

1...<<351352353354355356357358359360>>...974

/third_party/alsa-lib/src/pcm/
H A Dpcm_iec958.c551 * \param pcmp Returns created PCM handle
552 * \param name Name of PCM
553 * \param sformat Slave (destination) format
554 * \param slave Slave PCM handle
555 * \param close_slave When set, the slave PCM handle is closed with copy PCM
556 * \param status_bits The IEC958 status bits
557 * \param preamble_vals The preamble byte values
558 * \param hdmi_mode When set, enable HDMI compliant formatting
675 * \param pcmp Returns created PCM handle
676 * \param nam
[all...]
H A Dpcm_dshare.c643 * \param pcmp Returns created PCM handle
644 * \param name Name of PCM
645 * \param opts Direct PCM configurations
646 * \param params Parameters for slave
647 * \param root Configuration root
648 * \param sconf Slave configuration
649 * \param stream PCM Direction (stream)
650 * \param mode PCM Mode
911 * \param pcmp Returns created PCM handle
912 * \param nam
[all...]
H A Dpcm_dsnoop.c515 * \param pcmp Returns created PCM handle
516 * \param name Name of PCM
517 * \param opts Direct PCM configurations
518 * \param params Parameters for slave
519 * \param root Configuration root
520 * \param sconf Slave configuration
521 * \param stream PCM Direction (stream)
522 * \param mode PCM Mode
763 * \param pcmp Returns created PCM handle
764 * \param nam
[all...]
H A Dpcm_softvol.c898 * \param pcmp Returns created PCM handle
899 * \param name Name of PCM
900 * \param sformat Slave format
901 * \param ctl_card card index of the control
902 * \param ctl_id The control element
903 * \param cchannels PCM channels
904 * \param min_dB minimal dB value
905 * \param max_dB maximal dB value
906 * \param resolution resolution of control
907 * \param slav
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DNumberFormatterSettings.java86 * @param notation
145 * @param unit
175 * @param perUnit
209 * @param precision
233 * @param roundingMode
265 * @param strategy
293 * @param style
337 * @param symbols
372 * @param ns
401 * @param styl
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbd_video.c249 int uvc_open_device(uvc_t *hdl, struct uvc_open_param *param) in uvc_open_device() argument
257 if (hdl == NULL || param == NULL) in uvc_open_device()
264 if (param->vid_width <= 0x1 || param->vid_width > UVC_VIDEO_WIDTH_MAX) in uvc_open_device()
268 if (param->vid_height <= 0x1 || param->vid_height > UVC_VIDEO_HEIGHT_MAX) in uvc_open_device()
272 if (param->vid_format != UVC_VFF_YUY2 && in uvc_open_device()
273 param->vid_format != UVC_VFF_H264 && in uvc_open_device()
274 param->vid_format != UVC_VFF_MJPG) in uvc_open_device()
313 uvc->vid_w = param in uvc_open_device()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DConformanceTest.java153 * @param field the 5 columns
154 * @param line the source line from the test suite file
363 * @param buf scratch buffer
364 * @param dir either +1 or -1
391 * @param str a Java StringCharacterIterator
392 * @param buf scratch buffer
393 * @param dir either +1 or -1
419 * @param op name of normalization form, e.g., "KC"
420 * @param op2 name of test case variant, e.g., "(-1)"
421 * @param
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DConformanceTest.java150 * @param field the 5 columns
151 * @param line the source line from the test suite file
360 * @param buf scratch buffer
361 * @param dir either +1 or -1
388 * @param str a Java StringCharacterIterator
389 * @param buf scratch buffer
390 * @param dir either +1 or -1
416 * @param op name of normalization form, e.g., "KC"
417 * @param op2 name of test case variant, e.g., "(-1)"
418 * @param
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DBasicTimeZone.java41 * @param base The base time.
42 * @param inclusive Whether the base time is inclusive or not.
54 * @param base The base time.
55 * @param inclusive Whether the base time is inclusive or not.
70 * @param tz The instance of <code>TimeZone</code>
71 * @param start The start time of the evaluated time range (inclusive)
72 * @param end The end time of the evaluated time range (inclusive)
88 * @param tz The instance of <code>TimeZone</code>
89 * @param start The start time of the evaluated time range (inclusive)
90 * @param en
[all...]
/third_party/node/lib/internal/webstreams/
H A Dadapters.js97 * @param {Writable} streamWritable
206 * @param {WritableStream} writableStream
207 * @param {{
382 * @param {Readable} streamReadable
383 * @param {{
471 * @param {ReadableStream} readableStream
472 * @param {{
568 * @param {Duplex} duplex
611 * @param {ReadableWritablePair} pair
612 * @param {{
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dbuffers.c59 * \param fb the framebuffer to draw to, or read from
268 * \param buffer buffer token such as GL_LEFT or GL_FRONT_AND_BACK, etc.
420 * \param n number of outputs
421 * \param buffers array [n] of renderbuffer names. Unlike glDrawBuffer, the
749 * \param ctx current context
750 * \param fb the desired draw buffer
751 * \param n number of color outputs to set
752 * \param buffers array[n] of colorbuffer names, like GL_LEFT.
753 * \param destMask array[n] of BUFFER_BIT_* bitmasks which correspond to the
863 * \param ct
[all...]
/third_party/lwip/src/include/lwip/
H A Dnetif.h169 * @param netif The netif to initialize
175 * @param p The received packet, copied into a pbuf
176 * @param inp The netif which received the packet
188 * @param netif The netif which shall send a packet
189 * @param p The packet to send (p->payload points to IP header)
190 * @param ipaddr The IP address to which the packet shall be sent
201 * @param netif The netif which shall send a packet
202 * @param p The packet to send (p->payload points to IP header)
203 * @param ipaddr The IPv6 address to which the packet shall be sent
212 * @param neti
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs324 /// <param name="name">The unqualified type name to look for.</param>
351 /// <param name="descriptorData">The original serialized descriptor data.
353 /// would not necessarily give us this.</param>
354 /// <param name="proto">The protocol message form of the FileDescriptor.</param>
355 /// <param name="dependencies">FileDescriptors corresponding to all of the
357 /// in which case it is treated as an empty array.</param>
358 /// <param name="allowUnknownDependencies">Whether unknown dependencies are ignored (true) or cause an exception to be thrown (false).</param>
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DSplitKit.h229 /// @param BI The block to be isolated.
230 /// @param SingleInstrs True when single instructions should be isolated.
510 /// @param LRMap When not null, this vector will map each live range in Edit
529 /// @param MBBNum Block number.
530 /// @param IntvIn Interval index entering the block.
531 /// @param LeaveBefore When set, leave IntvIn before this point.
532 /// @param IntvOut Interval index leaving the block.
533 /// @param EnterAfter When set, enter IntvOut after this point.
543 /// @param BI Block descriptor.
544 /// @param IntvI
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderTextureImageSamplesTests.cpp45 * @param context Rendering context
46 * @param name Test name
47 * @param description Test description
71 * @param cs_body Source code of the compute shader to use for compilation.
72 * @param should_link_po true if the method should also attempt to link the program object.
73 * @param should_succeed true if the compilation and linking (depending on @param should_link_po)
220 * @param sampler_type Tells which sampler type should be used for the test. Note that
223 * the caller requested images or textures to be used (see @param test_type)
224 * @param test_typ
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGenerateMipMap.cpp69 * @param width Width of the texture in question.
70 * @param height Height of the texture in question.
81 * @param context Test context;
82 * @param name Test case's name;
83 * @param description Test case's description;
84 * @param storageType Precises whether texture objects used by this
155 * @param n_layer Layer index to return expected data for.
156 * @param data Pointer to a buffer that will be filled with
158 * @param width Render-target width.
159 * @param heigh
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcPolygonOffsetClampTests.cpp83 * @param context Rendering context
84 * @param name Test name
85 * @param description Test description
112 * @param context Rendering context
159 * @param context Rendering context
260 * @param gl Function bindings
451 * @param gl Function bindings
508 * @param context Rendering context
530 * @param caseNo Case iteration number
531 * @param dept
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsistency_tools.py256 def check_param(self, param):
257 """Check a member of a struct or a param of a function.
262 param_name = getElemName(param)
269 text_parts = list(param.itertext())
270 type_idx = text_parts.index(getElemType(param))
274 "Space (or other delimiter text) missing between </type> and <name> for param/member named",
278 externsyncs = ExternSyncEntry.parse_externsync_from_param(param)
299 for param in params:
300 self.check_param(param)
303 lengths = LengthEntry.parse_len_from_param(param)
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.h78 /// \param name The name of the camera profile ID.
90 /// \param name The name of the camera profile ID.
101 /// \param name The name of the camera profile ID.
102 /// \param fingerprint The fingerprint of the camera profile ID.
117 /// \param name The name of the camera profile ID.
118 /// \param fingerprint The fingerprint of the camera profile ID.
148 /// \param The id of the camera profile ID to compare.
157 /// \param The id of the camera profile ID to compare.
314 /// \param name Name to use for this camera profile.
521 /// \param copyrigh
[all...]
/third_party/skia/include/core/
H A DSkTypeface.h69 * @param coordinates the buffer into which to write the design variation coordinates.
70 * @param coordinateCount the number of entries available through 'coordinates'.
83 * @param parameters the buffer into which to write the design variation parameters.
84 * @param coordinateCount the number of entries available through 'parameters'.
118 @param familyName May be NULL. The name of the font family.
119 @param fontStyle The style of the typeface.
185 * @param chars pointer to the array of UTF32 chars
186 * @param number of chars and glyphs
187 * @param glyphs returns the corresponding glyph IDs for each character.
231 * @param ta
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dbinary_reader.hpp82 @param[in] adapter input adapter to read from
97 @param[in] format the binary format to parse
98 @param[in] sax_ a SAX event processor
99 @param[in] strict whether to expect the input to be consumed completed
100 @param[in] tag_handler how to treat CBOR tags
188 @param[in,out] result A reference to the string variable where the read
214 @param[in] len The length (including the zero-byte at the end) of the
216 @param[in,out] result A reference to the string variable where the read
237 @param[in] len The length of the byte array to be read.
238 @param[i
[all...]
/third_party/lwip/src/core/ipv6/
H A Dnd6.c143 * @param netif the netif that owns the address
144 * @param addr_idx the index of the address detected to be a duplicate
181 * @param netif the netif on which the router advertisement arrived
182 * @param prefix_opt a pointer to the prefix option data
183 * @param prefix_addr an aligned copy of the prefix address
283 * @param p the nd packet, p->payload pointing to the icmpv6 header
284 * @param inp the netif on which this packet was received
1272 * @param entry the neightbor cache entry for wich to send the message
1273 * @param flags one of ND6_SEND_FLAG_*
1284 * @param neti
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_js.h459 * @param[in] kctx Context pointer
460 * @param[in] atom Pointer to the atom to submit
484 * @param[in] kctx Context to pull from
485 * @param[in] js Job slot to pull from
504 * @param[in] kctx Context pointer
505 * @param[in] atom Pointer to the atom to unpull
516 * @param[in] kctx Context pointer
517 * @param[in] katom Pointer to the atom to complete
531 * @param[in] katom Pointer to the atom to complete
532 * @param[i
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_js.h462 * @param[in] kctx Context pointer
463 * @param[in] atom Pointer to the atom to submit
488 * @param[in] kctx Context to pull from
489 * @param[in] js Job slot to pull from
508 * @param[in] kctx Context pointer
509 * @param[in] atom Pointer to the atom to unpull
520 * @param[in] kctx Context pointer
521 * @param[in] katom Pointer to the atom to complete
536 * @param[in] katom Pointer to the atom to complete
537 * @param[i
[all...]
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c198 DISC_LOGE(DISC_BLE_ADAPTER, "adv param is null"); in SoftbusRegisterAdvCb()
398 DISC_LOGE(DISC_BLE_ADAPTER, "scan param is null"); in SoftbusRegisterScanCb()
469 static int32_t StartBleAdv(int32_t advId, int32_t *btAdvId, const SoftbusBroadcastParam *param, in StartBleAdv() argument
473 SoftbusAdvParamToBt(param, &advParam); in StartBleAdv()
498 static int32_t SoftbusStartAdv(int32_t advId, const SoftbusBroadcastParam *param, const SoftbusBroadcastData *data) in SoftbusStartAdv() argument
500 if (param == NULL || data == NULL || data->bcData.payloadLen == 0 || data->bcData.payload == NULL) { in SoftbusStartAdv()
501 DISC_LOGE(DISC_BLE_ADAPTER, "invalid adv param, advId=%{public}d", advId); in SoftbusStartAdv()
521 int32_t ret = StartBleAdv(advId, &btAdvId, param, data); in SoftbusStartAdv()
611 static int32_t SoftbusUpdateAdvData(int32_t advId, const SoftbusBroadcastParam *param, const SoftbusBroadcastData *data) in SoftbusUpdateAdvData() argument
619 return SoftbusStartAdv(advId, param, dat in SoftbusUpdateAdvData()
636 SoftbusStartScan(int32_t scannerId, const SoftBusBcScanParams *param, const SoftBusBcScanFilter *scanFilter, int32_t filterSize) SoftbusStartScan() argument
[all...]

Completed in 55 milliseconds

1...<<351352353354355356357358359360>>...974