Home
last modified time | relevance | path

Searched full:param (Results 7526 - 7550 of 23347) sorted by relevance

1...<<301302303304305306307308309310>>...934

/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/remote_fast/
H A Dremote_fast_audio_renderer_sink.cpp291 struct AudioSampleAttributes param; in CreateRender() local
292 InitAttrs(param); in CreateRender()
293 param.type = attr_.audioStreamFlag == AUDIO_FLAG_VOIP_FAST ? AudioCategory::AUDIO_MMAP_VOIP : in CreateRender()
295 param.sampleRate = attr_.sampleRate; in CreateRender()
296 param.channelCount = attr_.channel; in CreateRender()
297 param.format = ConvertToHdiFormat(attr_.format); in CreateRender()
298 param.frameSize = PCM_16_BIT * param.channelCount / PCM_8_BIT; in CreateRender()
299 param.startThreshold = DEEP_BUFFER_RENDER_PERIOD_SIZE / (param in CreateRender()
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dany.h202 * @param value content
230 * @param value content
273 * @param args args
293 * @param il initializer list
294 * @param args args
322 * @param other object to swap with
769 * @param operand any object
787 * @param operand any object
788 * @param value ValueType
819 * @param operan
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dcodec_state.cpp34 if (!info.param->GetValue(BUFFER_ID, bufferId)) { in OnMsgReceived()
35 SLOGE("OnMsgReceived param has no BUFFER_ID"); in OnMsgReceived()
42 if (!info.param->GetValue("omxBuffer", omxBuffer)) { in OnMsgReceived()
43 SLOGE("OnMsgReceived param has no omxBuffer"); in OnMsgReceived()
85 (void)info.param->GetValue("event", event); in OnCodecEvent()
86 (void)info.param->GetValue("data1", data1); in OnCodecEvent()
87 (void)info.param->GetValue("data2", data2); in OnCodecEvent()
124 (void)info.param->GetValue("generation", generation); in OnCheckIfStuck()
135 (void)info.param->GetValue("generation", generation); in OnForceShutDown()
151 (void)info.param in OnMsgReceived()
[all...]
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dany.h116 * @param value content
144 * @param value content
187 * @param args args
207 * @param il initializer list
208 * @param args args
236 * @param other object to swap with
561 * @param operand any object
579 * @param operand any object
580 * @param value ValueType
611 * @param operan
[all...]
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeParamCheckTest.cpp47 * @tc.desc : param check test
69 * @tc.desc : param check test
92 * @tc.desc : param check test
151 * @tc.desc : param check test
210 * @tc.desc : param check test
269 * @tc.desc : param check test
330 * @tc.desc : param check test
391 * @tc.desc : param check test
452 * @tc.desc : param check test
503 * @tc.desc : param chec
[all...]
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
H A DInnerAVMuxerParamCheckTest.cpp47 * @tc.desc : param check test
69 * @tc.desc : param check test
99 * @tc.desc : param check test
145 * @tc.desc : param check test
192 * @tc.desc : param check test
228 * @tc.desc : param check test
263 * @tc.desc : param check test
311 * @tc.desc : param check test
347 * @tc.desc : param check test
383 * @tc.desc : param chec
[all...]
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/
H A Dvpn_config_utils.cpp265 NETMGR_EXT_LOG_E("param address type is mismatch"); in ParseAddress()
286 NETMGR_EXT_LOG_E("param NET_PREFIXLENGTH type is mismatch"); in ParseAddress()
317 NETMGR_EXT_LOG_E("param destination type is mismatch"); in ParseDestination()
323 NETMGR_EXT_LOG_E("param address type is mismatch"); in ParseDestination()
347 NETMGR_EXT_LOG_E("param gateway type is mismatch"); in ParseGateway()
385 NETMGR_EXT_LOG_E("param [%{public}s] is not array", key.c_str()); in ParseOptionArrayString()
400 NETMGR_EXT_LOG_E("param [%{public}s] type is mismatch", key.c_str()); in GetStringFromJsMandatoryItem()
413 NETMGR_EXT_LOG_E("param [%{public}s] type is mismatch", key.c_str()); in GetStringFromJsOptionItem()
424 NETMGR_EXT_LOG_E("param [%{public}s] type is mismatch", key.c_str()); in GetUint8FromJsOptionItem()
435 NETMGR_EXT_LOG_E("param [ in GetBoolFromJsOptionItem()
[all...]
/foundation/communication/nfc/services/src/ipc/tags/
H A Dtag_session.cpp49 * @param tagRfDiscId the rf disc id of tag
50 * @param technology the tag technology
82 * @param tagRfDiscId the rf disc id of tag
83 * @param isConnected the connection status of tag
102 * @param tagRfDiscId the rf disc id of tag
126 * @param tagRfDiscId the rf disc id of tag
197 * @param tagRfDiscId the rf disc id of tag
213 * @param tagRfDiscId the rf disc id of tag
228 * @param tagRfDiscId the rf disc id of tag
276 * @param tagRfDiscI
[all...]
/third_party/ffmpeg/libavdevice/
H A Dgdigrab.c80 * @param hwnd The region outline window handle.
81 * @param msg The Windows message.
82 * @param wparam First Windows message parameter.
83 * @param lparam Second Windows message parameter.
117 * @param s1 The format context.
118 * @param gdigrab gdigrab context.
184 * @param s1 The format context.
185 * @param gdigrab gdigrab context.
202 * @param s1 The format context.
203 * @param gdigra
[all...]
/third_party/ffmpeg/libavformat/
H A Drtsp.h502 * @param s RTSP (de)muxer context
503 * @param method the method for the request
504 * @param url the target url for the request
505 * @param headers extra header lines to include in the request
506 * @param reply pointer where the RTSP message header will be stored
507 * @param content_ptr pointer where the RTSP message body, if any, will
509 * @param send_content if non-null, the data to send as request body content
510 * @param send_content_length the length of the send_content data, or 0 if
537 * @param s RTSP (de)muxer context
538 * @param repl
[all...]
/third_party/glslang/Test/baseResults/
H A Dhlsl.intrinsics.negative.vert.out366 Name 114 "param"
367 Name 116 "param"
368 Name 118 "param"
369 Name 120 "param"
466 114(param): 46(ptr) Variable Function
467 116(param): 46(ptr) Variable Function
468 118(param): 46(ptr) Variable Function
469 120(param): 48(ptr) Variable Function
479 Store 114(param) 115
481 Store 116(param) 11
[all...]
H A Dhlsl.nonstaticMemberFunction.frag.out303 Name 85 "param"
304 Name 88 "param"
306 Name 94 "param"
307 Name 99 "param"
412 85(param): 11(ptr) Variable Function
413 88(param): 17(ptr) Variable Function
415 94(param): 11(ptr) Variable Function
416 99(param): 17(ptr) Variable Function
417 Store 85(param) 84
418 86: 2 FunctionCall 15(type1::setmem(vf4;) 83(test) 85(param)
[all...]
/third_party/backends/backend/
H A Dsm3600.c645 this->param.res=(int)this->aoptVal[optResolution].w; in SetupInternalParameters()
647 this->param.nBrightness=(int)(this->aoptVal[optBrightness].w>>SANE_FIXED_SCALE_SHIFT); in SetupInternalParameters()
648 this->param.nContrast=(int)(this->aoptVal[optContrast].w>>SANE_FIXED_SCALE_SHIFT); in SetupInternalParameters()
650 this->param.nBrightness=0; in SetupInternalParameters()
651 this->param.nContrast=0; in SetupInternalParameters()
653 this->param.x=(int)(SANE_UNFIX(this->aoptVal[optTLX].w)*1200.0/25.4); in SetupInternalParameters()
654 this->param.y=(int)(SANE_UNFIX(this->aoptVal[optTLY].w)*1200.0/25.4); in SetupInternalParameters()
655 this->param.cx=(int)(SANE_UNFIX(this->aoptVal[optBRX].w-this->aoptVal[optTLX].w)*1200.0/25.4)+1; in SetupInternalParameters()
656 this->param.cy=(int)(SANE_UNFIX(this->aoptVal[optBRY].w-this->aoptVal[optTLY].w)*1200.0/25.4)+1; in SetupInternalParameters()
664 this->mode, this->param in SetupInternalParameters()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DPrecision.java91 * @param minMaxFractionPlaces
117 * @param minFractionPlaces
140 * @param maxFractionPlaces
163 * @param minFractionPlaces
166 * @param maxFractionPlaces
194 * @param minMaxSignificantDigits
220 * @param minSignificantDigits
240 * @param maxSignificantDigits
261 * @param minSignificantDigits
263 * @param maxSignificantDigit
[all...]
/third_party/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h134 * @param runIndex is the index of the run, in visual order.
365 * @param chars is an array of the characters in the paragraph
367 * @param count is the number of characters in the paragraph.
369 * @param fontRuns a pointer to a <code>FontRuns</code> object representing the font runs.
371 * @param levelRuns is a pointer to a <code>ValueRuns</code> object representing the directional levels.
375 * @param scriptRuns is a pointer to a <code>ValueRuns</code> object representing script runs.
379 * @param localeRuns is a pointer to a <code>LocaleRuns</code> object representing locale runs.
383 * @param paragraphLevel is the directionality of the paragraph, as in the UBiDi object.
385 * @param vertical is <code>true</code> if the paragraph should be set vertically.
387 * @param statu
[all...]
/third_party/icu/tools/release/java/src/main/resources/com/ibm/icu/dev/tools/docs/
H A DgenReport.xslt17 <xsl:param name="leftVer" />
18 <xsl:param name="rightVer" />
19 <xsl:param name="dateTime" />
20 <xsl:param name="rightMilestone" />
21 <xsl:param name="leftMilestone" />
22 <xsl:param name="notFound" />
23 <!-- <xsl:param name="ourYear" /> -->
63 <xsl:with-param name="nodes" select="/list/func[@rightStatus=$notFound]"/>
70 <xsl:with-param name="nodes" select="/list/func[(@rightStatus='Deprecated' and @leftStatus!='Deprecated') or (@rightStatus='Obsolete' and @leftStatus!='Obsolete')]"/>
77 <xsl:with-param nam
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcpdtrans.cpp42 * @param transliterators array of <code>Transliterator</code>
44 * @param transliteratorCount The number of
46 * @param filter the filter. Any character for which
63 * @param id of above form
64 * @param forward if false, does the list in reverse order, and
135 * @param id the id containing ';'-separated entries
136 * @param direction either FORWARD or REVERSE
137 * @param idSplitPoint the index into id at which the
140 * @param adoptedSplitTransliterator a transliterator to be inserted
143 * @param fixReverseI
[all...]
/third_party/jerryscript/tools/
H A Dgen-unicode.py304 :param raw_data: Contains the unicode sequence which needs to parse.
328 :param unicode_data_file: Contains the default case mappings (one-to-one mappings).
329 :param special_casing_file: Contains additional informative case mappings that are either not one-to-one
390 (the second param is optional, if it's not empty, a range will contains bidirectional conversions only).
392 :param letter_id: An integer, representing the unicode code point of the character.
393 :param letter_case: case mappings dictionary which contains the conversions.
394 :param reverse_letter_case: Comparable case mapping table which contains the return direction of the conversion.
459 :param letter_case: case mappings dictionary which contains the conversions.
460 :param reverse_letter_case: Comparable case mapping table which contains the return direction of the conversion.
507 :param letter_cas
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcpdtrans.cpp42 * @param transliterators array of <code>Transliterator</code>
44 * @param transliteratorCount The number of
46 * @param filter the filter. Any character for which
63 * @param id of above form
64 * @param forward if false, does the list in reverse order, and
135 * @param id the id containing ';'-separated entries
136 * @param direction either FORWARD or REVERSE
137 * @param idSplitPoint the index into id at which the
140 * @param adoptedSplitTransliterator a transliterator to be inserted
143 * @param fixReverseI
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_swizzle.c312 * @param swizzles the swizzle array
313 * @param num_swizzles the number of elements in swizzles
314 * @param dst_len the length of the result
551 * @param bld building context
552 * @param unswizzled array with the 4 unswizzled values
553 * @param swizzle one of the PIPE_SWIZZLE_*
582 * @param bld building context
583 * @param unswizzled array with the 4 unswizzled values
584 * @param swizzles array of PIPE_SWIZZLE_*
585 * @param swizzle
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DCodedInputStream.cs118 /// <param name="input">The stream to read from.</param>
126 /// <param name="input">The stream to read from.</param>
127 /// <param name="leaveOpen"><c>true</c> to leave <paramref name="input"/> open when the returned
129 /// returned object is disposed.</param>
186 /// <param name="input">The input stream to read from</param>
187 /// <param name="sizeLimit">The total limit of data to read from the stream.</param>
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderAtomicCounterOpsTests.cpp617 * @param context Rendering context
630 glw::GLuint param = 4; in setOperations() local
632 addOperation(new AtomicOperationAdd(input, param)); in setOperations()
633 addOperation(new AtomicOperationSubtract(input, param)); in setOperations()
638 * @param context Rendering context
660 * @param context Rendering context
671 glw::GLuint param = 0x3A9; // 0b1110101001; in setOperations() local
673 addOperation(new AtomicOperationAnd(input, param)); in setOperations()
674 addOperation(new AtomicOperationOr(input, param)); in setOperations()
675 addOperation(new AtomicOperationXor(input, param)); in setOperations()
692 glw::GLuint param = 10; setOperations() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderIsolines.cpp37 * @param context Test context
64 * @param test_result Value of MAX_TESS_GEN_LEVEL token. For ES3.1 it will be equal to
226 * @param test_result Test result descriptor to perform the check on.
323 * @param test_result Test result descriptor to perform the check on.
406 * n_isolines field of user-provided @param test_result instance.
408 * @param test_result Test result instance to update.
487 * @param irrelevant_tess_level Irrelevant tessellation level the test result descriptor should be using.
488 * @param outer1_tess_level First outer tessellation level value the test result descriptor should be using.
489 * @param outer2_tess_level Second outer tessellation level value the test result descriptor should be using.
490 * @param vertex_spacing_mod
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dxml_consistency.py301 params = [(getElemName(elt), elt) for elt in elem.findall('param')]
330 def check_param(self, param):
331 """Check a member of a struct or a param of a function.
334 super().check_param(param)
336 if not self.is_api_type(param):
339 param_text = ''.join(param.itertext())
340 param_name = getElemName(param)
343 pointercount = param.find('type').tail
349 param_type = param.find('type').text
353 self.record_warning('(Allowed exception)', message, elem=param)
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcpdtrans.cpp42 * @param transliterators array of <code>Transliterator</code>
44 * @param transliteratorCount The number of
46 * @param filter the filter. Any character for which
63 * @param id of above form
64 * @param forward if false, does the list in reverse order, and
135 * @param id the id containing ';'-separated entries
136 * @param direction either FORWARD or REVERSE
137 * @param idSplitPoint the index into id at which the
140 * @param adoptedSplitTransliterator a transliterator to be inserted
143 * @param fixReverseI
[all...]

Completed in 30 milliseconds

1...<<301302303304305306307308309310>>...934