/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | Makefile | 208 $(QUIET_GEN)$(BPFTOOL_BOOTSTRAP) btf dump file $< format c > $@
|
/kernel/linux/linux-6.6/sound/pci/lola/ |
H A D | lola.h | 239 unsigned int format; member 291 /* format + channel setup */
|
/kernel/linux/linux-6.6/sound/sh/ |
H A D | aica.c | 369 if ((substream->runtime)->format == SNDRV_PCM_FORMAT_S16_LE) in snd_aicapcm_pcm_prepare()
|
/kernel/linux/linux-6.6/sound/pci/mixart/ |
H A D | mixart_core.h | 314 u32 format; member
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | ipc3-pcm.c | 82 /* format */ in sof_ipc3_pcm_hw_params() 234 /* read format from topology */ in sof_ipc3_pcm_dai_link_fixup() 248 dev_err(component->dev, "No available DAI format!\n"); in sof_ipc3_pcm_dai_link_fixup() 314 switch (private->dai_config->afe.format) { in sof_ipc3_pcm_dai_link_fixup() 325 dev_err(component->dev, "Not available format!\n"); in sof_ipc3_pcm_dai_link_fixup()
|
/kernel/linux/linux-6.6/sound/usb/hiface/ |
H A D | pcm.c | 262 WARN_ON(alsa_rt->format != SNDRV_PCM_FORMAT_S32_LE); in hiface_pcm_playback()
|
/kernel/linux/linux-6.6/tools/arch/x86/include/uapi/asm/ |
H A D | kvm.h | 173 __u8 ftwx; /* in fxsave format */ 494 __u16 format; member
|
/kernel/linux/linux-6.6/samples/hid/ |
H A D | Makefile | 176 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
H A D | manager_env.py | 88 LOG.debug("add_device, sn: {}, id: {}".format(device.device_sn,
|
/test/testfwk/developer_test/src/core/config/ |
H A D | config_manager.py | 221 LOG.warning("occurs exception:{}".format(xml_exception.args))
|
/test/xts/acts/security/cryptoFramework/js_api_test_one/entry/src/ohosTest/js/test/utils/symmetric/ |
H A D | publicSymmetricPromise.js | 64 console.warn("[promise]key format:" + symKey.format);
|
/third_party/ffmpeg/libavcodec/ |
H A D | cri.c | 363 if (ret < 0 || s->jpgframe->format != AV_PIX_FMT_GRAY16 || in cri_decode_frame() 371 "JPEG invalid format.\n"); in cri_decode_frame()
|
H A D | libjxlenc.c | 249 const AVPixFmtDescriptor *pix_desc = av_pix_fmt_desc_get(frame->format); in libjxl_encode_frame() 284 /* JPEG XL format itself does not support limited range */ in libjxl_encode_frame()
|
H A D | amfenc_hevc.c | 226 res = ctx->encoder->pVtbl->Init(ctx->encoder, ctx->format, avctx->width, avctx->height); in amf_encode_init_hevc()
|
H A D | hevc_parser.c | 2 * HEVC Annex B format parser 96 s->format = ps->sps->pix_fmt; in hevc_parse_slice_header()
|
H A D | librav1e.c | 400 av_log(avctx, AV_LOG_ERROR, "Failed to set pixel format properties.\n"); in librav1e_encode_init() 448 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(frame->format); in librav1e_receive_packet()
|
H A D | amfenc_h264.c | 280 res = ctx->encoder->pVtbl->Init(ctx->encoder, ctx->format, avctx->width, avctx->height); in amf_encode_init_h264()
|
H A D | bmp.c | 2 * BMP image format decoder 206 av_log(avctx, AV_LOG_ERROR, "unsupported pixel format\n"); in bmp_decode_frame() 359 avctx->pix_fmt = p->format = AV_PIX_FMT_BGR0; in bmp_decode_frame()
|
/third_party/ffmpeg/doc/examples/ |
H A D | transcode_aac.c | 165 /* Create a new format context for the output container format. */ in open_output_file() 167 fprintf(stderr, "Could not allocate output format context\n"); in open_output_file() 171 /* Associate the output file (pointer) with the container format context. */ in open_output_file() 174 /* Guess the desired container format based on the file extension. */ in open_output_file() 177 fprintf(stderr, "Could not find output file format\n"); in open_output_file() 332 /* Create the FIFO buffer based on the specified output sample format. */ in init_fifo() 434 * The conversion requires temporary storage due to the different format. 477 * Convert the input audio samples into the output sample format. 587 /* Convert the input samples to the desired output sample format in read_decode_convert_and_store() [all...] |
/third_party/curl/tests/ |
H A D | smbserver.py | 335 contents = VERIFIED_RSP.format(pid=pid).encode('utf-8')
|
/third_party/ffmpeg/libavfilter/ |
H A D | avf_showspatial.c | 193 s->fifo = av_audio_fifo_alloc(inlink->format, inlink->ch_layout.nb_channels, s->win_size); in config_output()
|
H A D | vf_bwdif.c | 341 yadif->csp = av_pix_fmt_desc_get(link->format); in config_props()
|
H A D | vf_cas.c | 235 const AVPixFmtDescriptor *desc = av_pix_fmt_desc_get(inlink->format); in config_input()
|
H A D | af_afreqshift.c | 268 if (inlink->format == AV_SAMPLE_FMT_DBLP) { in config_input()
|
H A D | af_amerge.c | 158 s->bps = av_get_bytes_per_sample(ctx->outputs[0]->format); in config_output() 183 * @param ins pointer to the samples of each inputs, in packed format; 185 * @param outs pointer to the samples of the output, in packet format;
|