/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_dec.c | 199 if (target->codec != NULL){ in get_h264_msg() 642 if (target->codec != NULL) { in get_vp9_msg() 1717 void *codec; in rvcn_dec_message_decode() local 1761 codec = (void*)header + sizes; in rvcn_dec_message_decode() 1980 memcpy(codec, (void *)&avc, sizeof(rvcn_dec_message_avc_t)); in rvcn_dec_message_decode() 1988 memcpy(codec, (void *)&hevc, sizeof(rvcn_dec_message_hevc_t)); in rvcn_dec_message_decode() 1995 memcpy(codec, (void *)&vc1, sizeof(rvcn_dec_message_vc1_t)); in rvcn_dec_message_decode() 2008 memcpy(codec, (void *)&mpeg2, sizeof(rvcn_dec_message_mpeg2_vld_t)); in rvcn_dec_message_decode() 2016 memcpy(codec, (void *)&mpeg4, sizeof(rvcn_dec_message_mpeg4_asp_vld_t)); in rvcn_dec_message_decode() 2024 memcpy(codec, (voi in rvcn_dec_message_decode() [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | cafe_nand.c | 393 syn[i] = cafe->rs->codec->index_of[tmp & 0xfff]; in cafe_nand_read_page() 394 syn[i+1] = cafe->rs->codec->index_of[(tmp >> 16) & 0xfff]; in cafe_nand_read_page()
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | ideapad_s740_helper.c | 2 /* Fixes for Lenovo Ideapad S740, to be included from codec driver */ 483 static void alc285_fixup_ideapad_s740_coef(struct hda_codec *codec, in alc285_fixup_ideapad_s740_coef() argument 489 snd_hda_add_verbs(codec, alc285_ideapad_s740_coefs); in alc285_fixup_ideapad_s740_coef()
|
/kernel/linux/linux-5.10/sound/soc/ |
H A D | soc-compress.c | 560 struct snd_compr_codec_caps *codec) in soc_compr_get_codec_caps() 574 component, cstream, codec); in soc_compr_get_codec_caps() 770 dev_err(rtd->card->dev, "Missing codec\n"); in snd_soc_new_compress() 850 "Compress ASoC: can't create compress for codec %s: %d\n", in snd_soc_new_compress() 559 soc_compr_get_codec_caps(struct snd_compr_stream *cstream, struct snd_compr_codec_caps *codec) soc_compr_get_codec_caps() argument
|
H A D | soc-dapm.c | 9 // o Changes power status of internal codec blocks depending on the 10 // dynamic configuration of codec internal audio paths and active 67 /* dapm power sequences - make this per codec in the future */ 783 /* set up initial codec paths */ 3232 * Checks the codec for any new dapm widgets and creates them if found. 4350 struct snd_soc_dapm_widget *dai, *codec, *playback_cpu, *capture_cpu; in dapm_connect_dai_pair() local 4363 codec = codec_dai->playback_widget; in dapm_connect_dai_pair() 4365 if (playback_cpu && codec) { in dapm_connect_dai_pair() 4376 codec_dai, codec); in dapm_connect_dai_pair() 4381 codec in dapm_connect_dai_pair() [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | cafe_nand.c | 393 syn[i] = cafe->rs->codec->index_of[tmp & 0xfff]; in cafe_nand_read_page() 394 syn[i+1] = cafe->rs->codec->index_of[(tmp >> 16) & 0xfff]; in cafe_nand_read_page()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | ideapad_s740_helper.c | 2 /* Fixes for Lenovo Ideapad S740, to be included from codec driver */ 483 static void alc285_fixup_ideapad_s740_coef(struct hda_codec *codec, in alc285_fixup_ideapad_s740_coef() argument 489 snd_hda_add_verbs(codec, alc285_ideapad_s740_coefs); in alc285_fixup_ideapad_s740_coef()
|
/third_party/ffmpeg/libavformat/ |
H A D | dump.c | 536 avctx->codec = sti->avctx->codec; in dump_stream_format()
|
/third_party/ffmpeg/tests/fate/ |
H A D | seek.mak | 185 FATE_SEEK_EXTRA-$(CONFIG_MATROSKA_DEMUXER) += fate-seek-mkv-codec-delay 197 fate-seek-mkv-codec-delay: CMD = run libavformat/tests/seek$(EXESUF) $(TARGET_SAMPLES)/mkv/codec_delay_opus.mkv
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video_vp.c | 66 uint32_t u48; // XXX codec selection? Should test with different values of VdpDecoderProfile 462 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nouveau_vp3_vp_caps() local 465 switch (codec){ in nouveau_vp3_vp_caps()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | genvk.py | 858 for codec in videoStd: 859 headername = f'{codec}.h' 862 emitExtensionRE = makeREstring([codec])
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 2559 const AVCodec *codec; in stream_component_open() local 2580 codec = avcodec_find_decoder(avctx->codec_id); in stream_component_open() 2588 codec = avcodec_find_decoder_by_name(forced_codec_name); in stream_component_open() 2589 if (!codec) { in stream_component_open() 2591 "No codec could be found with name '%s'\n", forced_codec_name); in stream_component_open() 2593 "No decoder could be found for codec %s\n", avcodec_get_name(avctx->codec_id)); in stream_component_open() 2598 avctx->codec_id = codec->id; in stream_component_open() 2599 if (stream_lowres > codec->max_lowres) { in stream_component_open() 2601 codec->max_lowres); in stream_component_open() 2602 stream_lowres = codec in stream_component_open() [all...] |
H A D | ffmpeg.c | 1023 /* XXX: signal it in the codec context ? */ in do_subtitle_out() 1066 it in the codec would be better */ in do_subtitle_out() 1370 if (!(enc->codec->capabilities & AV_CODEC_CAP_PARAM_CHANGE) && in reap_filters() 2569 config = avcodec_get_hw_config(s->codec, i); in get_format() 2607 const AVCodec *codec = ist->dec; in init_input_stream() local 2608 if (!codec) { in init_input_stream() 2609 snprintf(error, error_len, "Decoder (codec %s) not found for input stream #%d:%d", in init_input_stream() 2647 if ((ret = avcodec_open2(ist->dec_ctx, codec, &ist->decoder_opts)) < 0) { in init_input_stream() 2649 abort_codec_experimental(codec, 0); in init_input_stream() 2724 "Error setting up codec contex in init_output_stream_streamcopy() 3123 const AVCodec *codec = ost->enc; init_output_stream() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | libaomenc.c | 327 snprintf(buf, sizeof(buf), "Failed to set %s codec control", in codecctl_int() 357 snprintf(buf, sizeof(buf), "Failed to set %s codec control", in codecctl_intp() 844 // codec control failures are currently treated only as warnings in aom_init() 1317 static av_cold void av1_init_static(FFCodec *codec) in av1_init_static() argument 1322 codec->p.pix_fmts = supports_monochrome ? av1_pix_fmts_highbd_with_gray : in av1_init_static() 1325 codec->p.pix_fmts = supports_monochrome ? av1_pix_fmts_with_gray : in av1_init_static() 1329 codec->p.capabilities |= AV_CODEC_CAP_EXPERIMENTAL; in av1_init_static()
|
H A D | libx264.c | 1087 static av_cold void X264_init_static(FFCodec *codec) in X264_init_static() argument 1090 codec->p.pix_fmts = pix_fmts_8bit; in X264_init_static() 1092 codec->p.pix_fmts = pix_fmts_9bit; in X264_init_static() 1094 codec->p.pix_fmts = pix_fmts_10bit; in X264_init_static()
|
H A D | tiff.c | 2129 const AVCodec *codec; in tiff_init() local 2149 codec = avcodec_find_decoder(AV_CODEC_ID_MJPEG); in tiff_init() 2150 if (!codec) in tiff_init() 2152 s->avctx_mjpeg = avcodec_alloc_context3(codec); in tiff_init() 2160 ret = avcodec_open2(s->avctx_mjpeg, codec, NULL); in tiff_init()
|
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/ |
H A D | allegro-core.c | 198 u32 codec; member 325 "address %pad cannot be used by codec\n", &phys); in to_codec_addr() 932 param->codec = channel->codec; in fill_create_channel_param() 1839 * The downstream allocates 600 KB for the codec firmware to have some in allegro_copy_fw_codec() 1852 "copy codec firmware (%zd B) to phys %pad\n", in allegro_copy_fw_codec() 2013 * and framerate are fixed. Also the codec, profile, bitrate, etc. cannot be 2042 (char *)&channel->codec, channel->width, channel->height, in allegro_create_channel() 2106 channel->codec = V4L2_PIX_FMT_H264; in allegro_set_default_params() 2579 f->fmt.pix.pixelformat = channel->codec; in allegro_g_fmt_vid_cap() [all...] |
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | wm8350-core.c | 426 wm8350_client_dev_register(wm8350, "wm8350-codec", in wm8350_device_init() 427 &(wm8350->codec.pdev)); in wm8350_device_init()
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_common.h | 5 * This file contains definitions of enums and structs used by the codec 520 } codec; member 525 * struct s5p_mfc_codec_ops - codec ops, used by encoding 586 * @codec_mode: number of codec mode used by MFC hw
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm9712.c | 3 * wm9712.c -- ALSA Soc WM9712 codec support 19 #include <sound/ac97/codec.h> 212 * the codec only has a single control that is shared by both channels. 649 "Failed to register AC97 codec: %d\n", ret); in wm9712_soc_probe() 717 .name = "wm9712-codec",
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/ |
H A D | sst_stream.c | 45 str_info->alloc_param.codec_type = str_params->codec; in sst_alloc_stream_mrfld()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | vx_core.h | 83 /* codec */ 84 void (*write_codec)(struct vx_core *chip, int codec, unsigned int data); 505 /* codec commands */
|
H A D | soc-component.h | 64 struct snd_compr_codec_caps *codec);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/ |
H A D | hdmi.c | 13 #include <sound/hdmi-codec.h> 451 * HDMI audio codec callbacks 583 DRM_ERROR("Failed to attach an audio codec %d\n", err); in msm_hdmi_bind()
|
/kernel/linux/linux-5.10/include/linux/mfd/ |
H A D | twl.h | 688 struct twl4030_codec_data *codec; member
|