/kernel/linux/linux-6.6/sound/usb/ |
H A D | implicit.c | 458 const struct snd_pcm_hw_params *params, in snd_usb_find_implicit_fb_sync_format() 479 params_rate(params), in snd_usb_find_implicit_fb_sync_format() 480 params_channels(params), in snd_usb_find_implicit_fb_sync_format() 481 params_format(params)); in snd_usb_find_implicit_fb_sync_format() 456 snd_usb_find_implicit_fb_sync_format(struct snd_usb_audio *chip, const struct audioformat *target, const struct snd_pcm_hw_params *params, int stream, bool *fixed_rate) snd_usb_find_implicit_fb_sync_format() argument
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8183/ |
H A D | mt8183-dai-tdm.c | 465 struct snd_pcm_hw_params *params, in mtk_dai_tdm_hw_params() 473 unsigned int rate = params_rate(params); in mtk_dai_tdm_hw_params() 474 unsigned int channels = params_channels(params); in mtk_dai_tdm_hw_params() 477 snd_pcm_format_t format = params_format(params); in mtk_dai_tdm_hw_params() 464 mtk_dai_tdm_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) mtk_dai_tdm_hw_params() argument
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | sof-audio.h | 119 struct snd_pcm_hw_params *params, 124 int (*dai_link_fixup)(struct snd_soc_pcm_runtime *rtd, struct snd_pcm_hw_params *params); 163 * @ipc_setup: Function pointer for setting up widget IPC params 164 * @ipc_free: Function pointer for freeing widget IPC params 340 struct snd_pcm_hw_params params[2]; member 611 int sof_pcm_dai_link_fixup(struct snd_soc_pcm_runtime *rtd, struct snd_pcm_hw_params *params);
|
/kernel/linux/linux-6.6/sound/soc/tegra/ |
H A D | tegra186_dspk.c | 215 struct snd_pcm_hw_params *params, in tegra186_dspk_hw_params() 227 channels = params_channels(params); in tegra186_dspk_hw_params() 246 switch (params_format(params)) { in tegra186_dspk_hw_params() 258 srate = params_rate(params); in tegra186_dspk_hw_params() 214 tegra186_dspk_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) tegra186_dspk_hw_params() argument
|
H A D | tegra210_dmic.c | 73 struct snd_pcm_hw_params *params, in tegra210_dmic_hw_params() 84 channels = params_channels(params); in tegra210_dmic_hw_params() 101 srate = params_rate(params); in tegra210_dmic_hw_params() 138 switch (params_format(params)) { in tegra210_dmic_hw_params() 72 tegra210_dmic_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) tegra210_dmic_hw_params() argument
|
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | bytcr_wm5102.c | 250 struct snd_pcm_hw_params *params) in byt_wm5102_codec_fixup() 252 struct snd_interval *rate = hw_param_interval(params, in byt_wm5102_codec_fixup() 254 struct snd_interval *channels = hw_param_interval(params, in byt_wm5102_codec_fixup() 265 params_set_format(params, SNDRV_PCM_FORMAT_S16_LE); in byt_wm5102_codec_fixup() 249 byt_wm5102_codec_fixup(struct snd_soc_pcm_runtime *rtd, struct snd_pcm_hw_params *params) byt_wm5102_codec_fixup() argument
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8186/ |
H A D | mt8186-dai-tdm.c | 364 struct snd_pcm_hw_params *params, in mtk_dai_tdm_hw_params() 373 unsigned int rate = params_rate(params); in mtk_dai_tdm_hw_params() 374 unsigned int channels = params_channels(params); in mtk_dai_tdm_hw_params() 375 snd_pcm_format_t format = params_format(params); in mtk_dai_tdm_hw_params() 363 mtk_dai_tdm_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) mtk_dai_tdm_hw_params() argument
|
/kernel/linux/linux-6.6/sound/soc/ti/ |
H A D | omap-dmic.c | 187 struct snd_pcm_hw_params *params, in omap_dmic_dai_hw_params() 194 dmic->clk_div = omap_dmic_select_divider(dmic, params_rate(params)); in omap_dmic_dai_hw_params() 202 channels = params_channels(params); in omap_dmic_dai_hw_params() 222 params_rate(params); in omap_dmic_dai_hw_params() 186 omap_dmic_dai_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) omap_dmic_dai_hw_params() argument
|
/kernel/linux/linux-6.6/sound/soc/img/ |
H A D | img-spdif-out.c | 233 struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) in img_spdif_out_hw_params() 241 rate = params_rate(params); in img_spdif_out_hw_params() 242 format = params_format(params); in img_spdif_out_hw_params() 243 channels = params_channels(params); in img_spdif_out_hw_params() 232 img_spdif_out_hw_params(struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params, struct snd_soc_dai *dai) img_spdif_out_hw_params() argument
|
/kernel/linux/linux-6.6/sound/soc/samsung/ |
H A D | idma.c | 142 struct snd_pcm_hw_params *params) in idma_hw_params() 155 runtime->dma_bytes = params_buffer_bytes(params); in idma_hw_params() 158 prtd->period = params_periods(params); in idma_hw_params() 159 prtd->periodsz = params_period_bytes(params); in idma_hw_params() 140 idma_hw_params(struct snd_soc_component *component, struct snd_pcm_substream *substream, struct snd_pcm_hw_params *params) idma_hw_params() argument
|
/test/testfwk/arkxtest/jsunit/src/ |
H A D | service.js | 965 console.info(`${TAG}[suite params] ${JSON.stringify(suiteParams)}`); 966 console.info(`${TAG}[spec params] ${JSON.stringify(specParams)}`); 990 console.info(`[suite params] ${JSON.stringify(suiteParams)}`); 991 console.info(`[spec params] ${JSON.stringify(specParams)}`);
|
/test/testfwk/arkxtest/jsunit/ |
H A D | index.js | 72 static async hypiumInitWorkers(abilityDelegator, scriptURL, workerNum = 8, params) { 80 const workerPromise = Hypium.createWorkerPromise(scriptURL, i, params); 114 static createWorkerPromise(scriptURL, i, params) { 120 workerInstance.postMessage(params);
|
/third_party/libwebsockets/test-apps/ |
H A D | test.js | 185 var params = {}; 193 params[nv[0]] = nv[1] || true; 200 if (params.mirror) 201 mirror_name = params.mirror;
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
H A D | test.js | 185 var params = {}; 193 params[nv[0]] = nv[1] || true; 200 if (params.mirror) 201 mirror_name = params.mirror;
|
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 10 #include <openssl/params.h> 121 int ossl_cipher_generic_get_params(OSSL_PARAM params[], unsigned int md, 187 static int alg##_##kbits##_##lcmode##_get_params(OSSL_PARAM params[]) \ 189 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
|
/third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
H A D | eddsa_sig.c | 14 #include <openssl/params.h> 88 ossl_unused const OSSL_PARAM params[]) in eddsa_digest_signverify_init() 305 static int eddsa_get_ctx_params(void *vpeddsactx, OSSL_PARAM *params) in eddsa_get_ctx_params() argument 313 p = OSSL_PARAM_locate(params, OSSL_SIGNATURE_PARAM_ALGORITHM_ID); in eddsa_get_ctx_params() 86 eddsa_digest_signverify_init(void *vpeddsactx, const char *mdname, void *vedkey, ossl_unused const OSSL_PARAM params[]) eddsa_digest_signverify_init() argument
|
/third_party/node/deps/openssl/openssl/crypto/encode_decode/ |
H A D | decoder_meth.c | 621 int OSSL_DECODER_get_params(OSSL_DECODER *decoder, OSSL_PARAM params[]) in OSSL_DECODER_get_params() argument 624 return decoder->get_params(params); in OSSL_DECODER_get_params() 660 const OSSL_PARAM params[]) in OSSL_DECODER_CTX_set_params() 685 if (!decoder->set_ctx_params(decoderctx, params)) in OSSL_DECODER_CTX_set_params() 659 OSSL_DECODER_CTX_set_params(OSSL_DECODER_CTX *ctx, const OSSL_PARAM params[]) OSSL_DECODER_CTX_set_params() argument
|
/third_party/openssl/crypto/encode_decode/ |
H A D | decoder_meth.c | 621 int OSSL_DECODER_get_params(OSSL_DECODER *decoder, OSSL_PARAM params[]) in OSSL_DECODER_get_params() argument 624 return decoder->get_params(params); in OSSL_DECODER_get_params() 660 const OSSL_PARAM params[]) in OSSL_DECODER_CTX_set_params() 685 if (!decoder->set_ctx_params(decoderctx, params)) in OSSL_DECODER_CTX_set_params() 659 OSSL_DECODER_CTX_set_params(OSSL_DECODER_CTX *ctx, const OSSL_PARAM params[]) OSSL_DECODER_CTX_set_params() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/postmortem/ |
H A D | vktPostmortemDeviceFaultTests.cpp | 75 const TestParams& params) in DeviceFaultCase() 77 , m_params (params) {} in DeviceFaultCase() 88 DeviceFaultInstance (Context& context, const TestParams& params) in DeviceFaultInstance() argument 90 , m_params (params) {} in DeviceFaultInstance() 73 DeviceFaultCase(TestContext& testCtx, const std::string& name, const TestParams& params) DeviceFaultCase() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/ |
H A D | vktTextureTestUtil.hpp | 216 void renderQuad (tcu::Surface& result, int texUnit, const float* texCoord, const glu::TextureTestUtil::ReferenceParams& params); 221 const glu::TextureTestUtil::ReferenceParams& params, 224 void renderQuad (const tcu::PixelBufferAccess& result, int texUnit, const float* texCoord, const glu::TextureTestUtil::ReferenceParams& params); 229 const glu::TextureTestUtil::ReferenceParams& params,
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 109 func (c *Conn) Notify(ctx context.Context, method string, params interface{}) (err error) { 110 jsonParams, err := marshalToRaw(params) 140 func (c *Conn) Call(ctx context.Context, method string, params, result interface{}) (err error) { 143 jsonParams, err := marshalToRaw(params) 309 Params *json.RawMessage `json:"params,omitempty"`
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Program.h | 146 void getActiveUniformBlockiv(GLuint uniformBlockIndex, GLenum pname, GLint *params) const; 171 bool getUniformfv(GLint location, GLsizei *bufSize, GLfloat *params); 172 bool getUniformiv(GLint location, GLsizei *bufSize, GLint *params); 173 bool getUniformuiv(GLint location, GLsizei *bufSize, GLuint *params);
|
/third_party/openssl/providers/implementations/include/prov/ |
H A D | ciphercommon.h | 10 #include <openssl/params.h> 120 int ossl_cipher_generic_get_params(OSSL_PARAM params[], unsigned int md, 186 static int alg##_##kbits##_##lcmode##_get_params(OSSL_PARAM params[]) \ 188 return ossl_cipher_generic_get_params(params, EVP_CIPH_##UCMODE##_MODE, \
|
/third_party/openssl/providers/implementations/signature/ |
H A D | eddsa_sig.c | 14 #include <openssl/params.h> 88 ossl_unused const OSSL_PARAM params[]) in eddsa_digest_signverify_init() 305 static int eddsa_get_ctx_params(void *vpeddsactx, OSSL_PARAM *params) in eddsa_get_ctx_params() argument 313 p = OSSL_PARAM_locate(params, OSSL_SIGNATURE_PARAM_ALGORITHM_ID); in eddsa_get_ctx_params() 86 eddsa_digest_signverify_init(void *vpeddsactx, const char *mdname, void *vedkey, ossl_unused const OSSL_PARAM params[]) eddsa_digest_signverify_init() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/jsonrpc2/ |
H A D | jsonrpc2.go | 109 func (c *Conn) Notify(ctx context.Context, method string, params interface{}) (err error) { 110 jsonParams, err := marshalToRaw(params) 140 func (c *Conn) Call(ctx context.Context, method string, params, result interface{}) (err error) { 143 jsonParams, err := marshalToRaw(params) 309 Params *json.RawMessage `json:"params,omitempty"`
|