/kernel/linux/linux-6.6/drivers/gpu/drm/panel/ |
H A D | panel-visionox-vtdr6130.c | 296 dsi->format = MIPI_DSI_FMT_RGB888; in visionox_vtdr6130_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga3d_surfacedefs.h | 312 SVGA3dSurfaceFormat format; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/ |
H A D | virtgpu_drv.h | 69 uint32_t format; member
|
/kernel/linux/linux-6.6/drivers/hwmon/pmbus/ |
H A D | adm1266.c | 458 data->info.format[PSC_VOLTAGE_OUT] = linear; in adm1266_probe()
|
H A D | pmbus.h | 415 enum pmbus_data_format format[PSC_NUM_CLASSES]; member 421 int m[PSC_NUM_CLASSES]; /* mantissa for direct data format */
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_overlay.c | 143 items[SVGA_VIDEO_FORMAT].value = arg->format; in vmw_overlay_send_put()
|
/kernel/linux/linux-6.6/tools/lib/subcmd/ |
H A D | parse-options.h | 184 extern __noreturn __attribute__((format(printf,3,4)))
|
/kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
H A D | skl-topology.h | 292 snd_pcm_format_t format; member
|
/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 > $@
|
/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')
|