Home
last modified time | relevance | path

Searched refs:params (Results 3201 - 3225 of 8627) sorted by relevance

1...<<121122123124125126127128129130>>...346

/third_party/skia/third_party/externals/brotli/c/enc/
H A Dbackward_references.c125 ContextLut literal_context_lut, const BrotliEncoderParams* params, in BrotliCreateBackwardReferences()
128 switch (params->hasher.type) { in BrotliCreateBackwardReferences()
133 literal_context_lut, params, hasher, dist_cache, \ in BrotliCreateBackwardReferences()
123 BrotliCreateBackwardReferences(size_t num_bytes, size_t position, const uint8_t* ringbuffer, size_t ringbuffer_mask, ContextLut literal_context_lut, const BrotliEncoderParams* params, Hasher* hasher, int* dist_cache, size_t* last_insert_len, Command* commands, size_t* num_commands, size_t* num_literals) BrotliCreateBackwardReferences() argument
/third_party/skia/third_party/externals/tint/src/ast/
H A Dfunction.cc36 params(std::move(parameters)), in Function()
43 for (auto* param : params) { in Function()
72 auto p = ctx->Clone(params); in Clone()
/third_party/skia/third_party/externals/tint/src/resolver/
H A Dcall_test.cc86 ast::VariableList params; in TEST_F() local
89 params.push_back(Param(Sym(), p.create_type(*this))); in TEST_F()
93 auto* func = Func("foo", std::move(params), ty.f32(), {Return(1.23f)}); in TEST_F()
/third_party/skia/tools/sk_app/
H A DVulkanWindowContext.h39 void setDisplayParams(const DisplayParams& params) override {
41 fDisplayParams = params;
63 bool createSwapchain(int width, int height, const DisplayParams& params);
/third_party/skia/third_party/externals/abseil-cpp/
H A Droll_abseil.py67 params = ['rsync', '-aP', abseil_dir, os.path.join(chromium_dir, 'third_party'), '--delete']
69 params.append('--exclude={}'.format(e))
70 subprocess.check_call(params, cwd=chromium_dir)
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dprotocol.go46 var params CancelParams var
47 if err := json.Unmarshal(*r.Params, &params); err != nil {
50 conn.Cancel(params.ID)
/third_party/vk-gl-cts/scripts/khr_util/
H A Dformat.py115 if len(command.params) > 0:
116 return ", ".join(param.declaration for param in command.params)
121 return ", ".join(param.name for param in command.params)
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dscan.h48 struct wpa_driver_scan_params *params);
71 void wpa_scan_free_params(struct wpa_driver_scan_params *params);
96 struct wpa_driver_scan_params *params,
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp497 bool PipelineBase::Dump(const std::vector<std::string>& params) const in Dump()
499 if (params.empty()) { in Dump()
503 if (params[0] == "-memory") { in Dump()
508 if (params[0] == "-jscrash") { in Dump()
513 // hiview report dump will provide three params . in Dump()
514 if (params[0] == "-hiviewreport" && params.size() >= 3) { in Dump()
515 DumpLog::GetInstance().Print("Report hiview event. EventType: " + params[1] + ", error type: " + params[2]); in Dump()
516 EventInfo eventInfo = { .eventType = params[ in Dump()
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Drt715.c563 struct snd_pcm_hw_params *params, in rt715_pcm_hw_params()
599 stream_config.frame_rate = params_rate(params); in rt715_pcm_hw_params()
600 stream_config.ch_count = params_channels(params); in rt715_pcm_hw_params()
601 stream_config.bps = snd_pcm_format_width(params_format(params)); in rt715_pcm_hw_params()
604 num_channels = params_channels(params); in rt715_pcm_hw_params()
615 switch (params_rate(params)) { in rt715_pcm_hw_params()
626 params_rate(params)); in rt715_pcm_hw_params()
630 if (params_channels(params) <= 16) { in rt715_pcm_hw_params()
632 val |= (params_channels(params) - 1); in rt715_pcm_hw_params()
635 params_channels(params)); in rt715_pcm_hw_params()
562 rt715_pcm_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) rt715_pcm_hw_params() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dzstd_lib.h1270 * context alone to reload the dictionary and use params based on the source
1366 * zc can be used to insert custom compression params.
1395 * The compression behavior changes based on cctx params. In particular:
1407 * In addition to the two adjustable experimental params, there are other important cctx params.
1489 ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params);
1507 ZSTDLIB_STATIC_API size_t ZSTD_estimateCStreamSize_usingCCtxParams(const ZSTD_CCtx_params* params);
1642 ZSTDLIB_STATIC_API size_t ZSTD_checkCParams(ZSTD_compressionParameters params);
1645 * optimize params for a given `srcSize` and `dictSize`.
1661 ZSTD_parameters params);
[all...]
/kernel/linux/linux-6.6/drivers/tee/optee/
H A Dffa_abi.c149 * @params: subsystem internal parameter representation
156 struct tee_param *params, size_t num_params, in optee_ffa_from_msg_param()
162 struct tee_param *p = params + n; in optee_ffa_from_msg_param()
224 * @params: subsystem itnernal parameter representation
230 const struct tee_param *params) in optee_ffa_to_msg_param()
235 const struct tee_param *p = params + n; in optee_ffa_to_msg_param()
433 arg->params[0].attr != OPTEE_MSG_ATTR_TYPE_VALUE_INPUT) { in handle_ffa_rpc_func_cmd_shm_alloc()
438 switch (arg->params[0].u.value.a) { in handle_ffa_rpc_func_cmd_shm_alloc()
440 shm = optee_rpc_cmd_alloc_suppl(ctx, arg->params[0].u.value.b); in handle_ffa_rpc_func_cmd_shm_alloc()
444 arg->params[ in handle_ffa_rpc_func_cmd_shm_alloc()
155 optee_ffa_from_msg_param(struct optee *optee, struct tee_param *params, size_t num_params, const struct optee_msg_param *msg_params) optee_ffa_from_msg_param() argument
227 optee_ffa_to_msg_param(struct optee *optee, struct optee_msg_param *msg_params, size_t num_params, const struct tee_param *params) optee_ffa_to_msg_param() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c429 struct bit_depth_reduction_params params; in set_crtc_test_pattern() local
441 memset(&params, 0, sizeof(params)); in set_crtc_test_pattern()
484 pipe_ctx->stream->bit_depth_params = params; in set_crtc_test_pattern()
486 opp->funcs->opp_program_bit_depth_reduction(opp, &params); in set_crtc_test_pattern()
514 odm_opp->funcs->opp_program_bit_depth_reduction(odm_opp, &params); in set_crtc_test_pattern()
528 odm_opp->funcs->opp_program_bit_depth_reduction(odm_opp, &params); in set_crtc_test_pattern()
544 resource_build_bit_depth_reduction_params(pipe_ctx->stream, &params); in set_crtc_test_pattern()
545 pipe_ctx->stream->bit_depth_params = params; in set_crtc_test_pattern()
547 opp->funcs->opp_program_bit_depth_reduction(opp, &params); in set_crtc_test_pattern()
[all...]
/kernel/linux/linux-6.6/sound/soc/generic/
H A Dsimple-card-utils.c18 struct snd_pcm_hw_params *params) in asoc_simple_fixup_sample_fmt()
21 struct snd_mask *mask = hw_param_mask(params, in asoc_simple_fixup_sample_fmt()
392 struct snd_pcm_hw_params *params) in asoc_simple_set_tdm()
394 int sample_bits = params_width(params); in asoc_simple_set_tdm()
429 struct snd_pcm_hw_params *params) in asoc_simple_hw_params()
444 mclk = params_rate(params) * mclk_fs; in asoc_simple_hw_params()
484 ret = asoc_simple_set_tdm(sdai, pdai, params); in asoc_simple_hw_params()
491 ret = asoc_simple_set_tdm(sdai, pdai, params); in asoc_simple_hw_params()
501 struct snd_pcm_hw_params *params) in asoc_simple_be_hw_params_fixup()
506 struct snd_interval *rate = hw_param_interval(params, SNDRV_PCM_HW_PARAM_RAT in asoc_simple_be_hw_params_fixup()
17 asoc_simple_fixup_sample_fmt(struct asoc_simple_data *data, struct snd_pcm_hw_params *params) asoc_simple_fixup_sample_fmt() argument
390 asoc_simple_set_tdm(struct snd_soc_dai *dai, struct asoc_simple_dai *simple_dai, struct snd_pcm_hw_params *params) asoc_simple_set_tdm() argument
428 asoc_simple_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) asoc_simple_hw_params() argument
500 asoc_simple_be_hw_params_fixup(struct snd_soc_pcm_runtime *rtd, struct snd_pcm_hw_params *params) asoc_simple_be_hw_params_fixup() argument
[all...]
/third_party/alsa-lib/test/
H A Dpcm.c102 snd_pcm_hw_params_t *params, in set_hwparams()
110 err = snd_pcm_hw_params_any(handle, params); in set_hwparams()
116 err = snd_pcm_hw_params_set_rate_resample(handle, params, resample); in set_hwparams()
122 err = snd_pcm_hw_params_set_access(handle, params, access); in set_hwparams()
128 err = snd_pcm_hw_params_set_format(handle, params, format); in set_hwparams()
134 err = snd_pcm_hw_params_set_channels(handle, params, channels); in set_hwparams()
141 err = snd_pcm_hw_params_set_rate_near(handle, params, &rrate, 0); in set_hwparams()
151 err = snd_pcm_hw_params_set_buffer_time_near(handle, params, &buffer_time, &dir); in set_hwparams()
156 err = snd_pcm_hw_params_get_buffer_size(params, &size); in set_hwparams()
163 err = snd_pcm_hw_params_set_period_time_near(handle, params, in set_hwparams()
101 set_hwparams(snd_pcm_t *handle, snd_pcm_hw_params_t *params, snd_pcm_access_t access) set_hwparams() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dadapter9.c1024 D3DDEVICE_CREATION_PARAMETERS params; in NineAdapter9_CreateDevice() local
1054 params.AdapterOrdinal = RealAdapter; in NineAdapter9_CreateDevice()
1055 params.DeviceType = DeviceType; in NineAdapter9_CreateDevice()
1056 params.hFocusWindow = hFocusWindow; in NineAdapter9_CreateDevice()
1057 params.BehaviorFlags = BehaviorFlags; in NineAdapter9_CreateDevice()
1059 hr = NineDevice9_new(screen, &params, &caps, pPresentationParameters, in NineAdapter9_CreateDevice()
1085 D3DDEVICE_CREATION_PARAMETERS params; in NineAdapter9_CreateDeviceEx() local
1115 params.AdapterOrdinal = RealAdapter; in NineAdapter9_CreateDeviceEx()
1116 params.DeviceType = DeviceType; in NineAdapter9_CreateDeviceEx()
1117 params in NineAdapter9_CreateDeviceEx()
[all...]
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py601 def PerformBuild(data, configurations, params):
602 options = params["options"]
619 def CalculateGeneratorInputInfo(params):
620 toplevel = params["options"].toplevel_dir
621 if params.get("flavor") == "ninja":
622 generator_dir = os.path.relpath(params["options"].generator_output or ".")
623 output_dir = params.get("generator_flags", {}).get("output_dir", "out")
641 def GenerateOutput(target_list, target_dicts, data, params):
643 ninja_wrapper = params.get("flavor") == "ninja"
646 target_list, target_dicts, data, params
[all...]
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h368 GL_APICALL void GL_APIENTRY glGetBufferParameteriv (GLenum target, GLenum pname, GLint *params);
371 GL_APICALL void GL_APIENTRY glGetFramebufferAttachmentParameteriv (GLenum target, GLenum attachment, GLenum pname, GLint *params);
374 GL_APICALL void GL_APIENTRY glGetProgramiv (GLuint program, GLenum pname, GLint *params);
375 GL_APICALL void GL_APIENTRY glGetRenderbufferParameteriv (GLenum target, GLenum pname, GLint *params);
377 GL_APICALL void GL_APIENTRY glGetTexParameterfv (GLenum target, GLenum pname, GLfloat *params);
378 GL_APICALL void GL_APIENTRY glGetTexParameteriv (GLenum target, GLenum pname, GLint *params);
379 GL_APICALL void GL_APIENTRY glGetnUniformfv (GLuint program, GLint location, GLsizei bufSize, GLfloat *params);
380 GL_APICALL void GL_APIENTRY glGetnUniformiv (GLuint program, GLint location, GLsizei bufSize, GLint *params);
382 GL_APICALL void GL_APIENTRY glGetVertexAttribfv (GLuint index, GLenum pname, GLfloat *params);
383 GL_APICALL void GL_APIENTRY glGetVertexAttribiv (GLuint index, GLenum pname, GLint *params);
[all...]
/third_party/node/deps/brotli/c/enc/
H A Dmetablock.c28 void BrotliInitDistanceParams(BrotliEncoderParams* params, in BrotliInitDistanceParams() argument
30 BrotliDistanceParams* dist_params = &params->dist; in BrotliInitDistanceParams()
44 if (params->large_window) { in BrotliInitDistanceParams()
130 BrotliEncoderParams* params, in BrotliBuildMetaBlock()
150 BrotliEncoderParams orig_params = *params; in BrotliBuildMetaBlock()
151 BrotliEncoderParams new_params = *params; in BrotliBuildMetaBlock()
170 params->dist = new_params.dist; in BrotliBuildMetaBlock()
182 params->dist = orig_params.dist; in BrotliBuildMetaBlock()
186 &orig_params.dist, &params->dist); in BrotliBuildMetaBlock()
189 ringbuffer, pos, mask, params, in BrotliBuildMetaBlock()
126 BrotliBuildMetaBlock(MemoryManager* m, const uint8_t* ringbuffer, const size_t pos, const size_t mask, BrotliEncoderParams* params, uint8_t prev_byte, uint8_t prev_byte2, Command* cmds, size_t num_commands, ContextType literal_context_mode, MetaBlockSplit* mb) BrotliBuildMetaBlock() argument
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py601 def PerformBuild(data, configurations, params):
602 options = params["options"]
619 def CalculateGeneratorInputInfo(params):
620 toplevel = params["options"].toplevel_dir
621 if params.get("flavor") == "ninja":
622 generator_dir = os.path.relpath(params["options"].generator_output or ".")
623 output_dir = params.get("generator_flags", {}).get("output_dir", "out")
641 def GenerateOutput(target_list, target_dicts, data, params):
643 ninja_wrapper = params.get("flavor") == "ninja"
646 target_list, target_dicts, data, params
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_lib.c889 OSSL_PARAM params[3], *p = params; in int_set_rsa_md_name() local
918 return evp_pkey_ctx_set_params_strict(ctx, params); in int_set_rsa_md_name()
929 OSSL_PARAM params[2], *p = params; in int_get_rsa_md_name() local
954 return evp_pkey_ctx_get_params_strict(ctx, params); in int_get_rsa_md_name()
1225 OSSL_PARAM params[2], *p = params; in EVP_PKEY_CTX_set_rsa_keygen_bits() local
1242 return evp_pkey_ctx_set_params_strict(ctx, params); in EVP_PKEY_CTX_set_rsa_keygen_bits()
1285 OSSL_PARAM params[ in EVP_PKEY_CTX_set_rsa_keygen_primes() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES3_autogen.h219 const GLint *params);
226 const GLint *params);
231 const GLint64 *params);
236 void *const *params);
261 const GLint *params);
273 const GLuint *params);
278 const GLint *params);
283 const GLfloat *params);
288 const GLint *params);
323 const GLuint *params);
[all...]
/third_party/skia/src/gpu/effects/
H A DGrDistanceFieldGeoProc.cpp207 GrSamplerState params, in GrDistanceFieldA8TextGeoProc()
240 fTextureSamplers[i].reset(params, proxy->backendFormat(), views[i].swizzle()); in GrDistanceFieldA8TextGeoProc()
247 GrSamplerState params) { in addNewViews()
261 fTextureSamplers[i].reset(params, proxy->backendFormat(), views[i].swizzle()); in addNewViews()
493 GrSamplerState params, in GrDistanceFieldPathGeoProc()
515 fTextureSamplers[i].reset(params, proxy->backendFormat(), views[i].swizzle()); in GrDistanceFieldPathGeoProc()
522 GrSamplerState params) { in addNewViews()
536 fTextureSamplers[i].reset(params, proxy->backendFormat(), views[i].swizzle()); in addNewViews()
807 GrSamplerState params, in GrDistanceFieldLCDTextGeoProc()
836 fTextureSamplers[i].reset(params, prox in GrDistanceFieldLCDTextGeoProc()
204 GrDistanceFieldA8TextGeoProc(const GrShaderCaps& caps, const GrSurfaceProxyView* views, int numViews, GrSamplerState params, float distanceAdjust, uint32_t flags, const SkMatrix& localMatrix) GrDistanceFieldA8TextGeoProc() argument
245 addNewViews(const GrSurfaceProxyView* views, int numViews, GrSamplerState params) addNewViews() argument
488 GrDistanceFieldPathGeoProc(const GrShaderCaps& caps, const SkMatrix& matrix, bool wideColor, const GrSurfaceProxyView* views, int numViews, GrSamplerState params, uint32_t flags) GrDistanceFieldPathGeoProc() argument
520 addNewViews(const GrSurfaceProxyView* views, int numViews, GrSamplerState params) addNewViews() argument
804 GrDistanceFieldLCDTextGeoProc(const GrShaderCaps& caps, const GrSurfaceProxyView* views, int numViews, GrSamplerState params, DistanceAdjust distanceAdjust, uint32_t flags, const SkMatrix& localMatrix) GrDistanceFieldLCDTextGeoProc() argument
841 addNewViews(const GrSurfaceProxyView* views, int numViews, GrSamplerState params) addNewViews() argument
[all...]
/third_party/openssl/crypto/rsa/
H A Drsa_lib.c885 OSSL_PARAM params[3], *p = params; in int_set_rsa_md_name() local
914 return evp_pkey_ctx_set_params_strict(ctx, params); in int_set_rsa_md_name()
925 OSSL_PARAM params[2], *p = params; in int_get_rsa_md_name() local
950 return evp_pkey_ctx_get_params_strict(ctx, params); in int_get_rsa_md_name()
1203 OSSL_PARAM params[2], *p = params; in EVP_PKEY_CTX_set_rsa_keygen_bits() local
1220 return evp_pkey_ctx_set_params_strict(ctx, params); in EVP_PKEY_CTX_set_rsa_keygen_bits()
1263 OSSL_PARAM params[ in EVP_PKEY_CTX_set_rsa_keygen_primes() local
[all...]
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpmux.c214 WebPMuxAnimParams params; in DisplayInfo() local
215 err = WebPMuxGetAnimationParams(mux, &params); in DisplayInfo()
218 params.bgcolor, params.loop_count); in DisplayInfo()
448 ERROR_GOTO2("Error (%s) handling animation params.\n", in DuplicateMuxHeader()
948 WebPMuxAnimParams params = { 0xFFFFFFFF, 0 }; in Process() local
963 params.bgcolor = bgcolor; in Process()
979 params.loop_count = loop_count; in Process()
1008 err = WebPMuxSetAnimationParams(mux, &params); in Process()
1032 WebPMuxAnimParams params in Process() local
[all...]

Completed in 39 milliseconds

1...<<121122123124125126127128129130>>...346