/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 680 struct bt_codec *codec, __u8 *vnd_len, 784 struct bt_codec codec; member 1482 __u16 setting, struct bt_codec *codec);
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-se/7724/ |
H A D | setup.c | 306 .codec = "ak4642-codec.0-0012",
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-se/7724/ |
H A D | setup.c | 306 .codec = "ak4642-codec.0-0012",
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | hdmi-codec.c | 3 * ALSA SoC codec for HDMI encoder drivers 16 #include <sound/hdmi-codec.h>
|
H A D | wm9713.c | 3 * wm9713.c -- ALSA Soc WM9713 codec support 23 #include <sound/ac97/codec.h> 219 * the codec only has a single control that is shared by both channels. 699 { 0x36, 0x4523 }, /* PCM codec control */ 1196 /* only synchronise the codec if warm reset failed */ in wm9713_soc_resume() 1282 .name = "wm9713-codec",
|
/kernel/linux/linux-5.10/sound/pci/vx222/ |
H A D | vx222_ops.c | 486 * write an AKM codec data (24bit) 497 /* Terminate access to codec registers */ in vx2_write_codec_reg() 662 * pseudo-codec write entry 674 a look up table, as there is no linear matching between the driver codec values in vx2_write_akm() 698 * write codec bit for old VX222 board 700 static void vx2_old_write_codec_bit(struct vx_core *chip, int codec, unsigned int data) in vx2_old_write_codec_bit() argument 704 /* activate access to codec registers */ in vx2_old_write_codec_bit() 710 /* Terminate access to codec registers */ in vx2_old_write_codec_bit() 716 * reset codec bit
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | sii902x.c | 30 #include <sound/hdmi-codec.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | sii902x.c | 31 #include <sound/hdmi-codec.h>
|
H A D | lontium-lt9611uxc.c | 20 #include <sound/hdmi-codec.h>
|
/kernel/linux/linux-6.6/sound/pci/vx222/ |
H A D | vx222_ops.c | 488 * write an AKM codec data (24bit) 499 /* Terminate access to codec registers */ in vx2_write_codec_reg() 664 * pseudo-codec write entry 676 a look up table, as there is no linear matching between the driver codec values in vx2_write_akm() 700 * write codec bit for old VX222 board 702 static void vx2_old_write_codec_bit(struct vx_core *chip, int codec, unsigned int data) in vx2_old_write_codec_bit() argument 706 /* activate access to codec registers */ in vx2_old_write_codec_bit() 712 /* Terminate access to codec registers */ in vx2_old_write_codec_bit() 718 * reset codec bit
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm9713.c | 3 * wm9713.c -- ALSA Soc WM9713 codec support 23 #include <sound/ac97/codec.h> 219 * the codec only has a single control that is shared by both channels. 699 { 0x36, 0x4523 }, /* PCM codec control */ 1196 /* only synchronise the codec if warm reset failed */ in wm9713_soc_resume() 1281 .name = "wm9713-codec",
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/ |
H A D | sst-mfld-platform-pcm.c | 233 /* set codec params and inform SST driver the same */ in sst_platform_alloc_stream() 238 str_params.codec = SST_CODEC_TYPE_PCM; in sst_platform_alloc_stream()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mmaldec.c | 370 if ((ret = ff_get_format(avctx, avctx->codec->pix_fmts)) < 0) in ffmmal_init_decoder()
|
H A D | twinvq.c | 698 if (tctx->codec == TWINVQ_CODEC_METASOUND && !tctx->is_6kbps) { in init_bitstream_params()
|
H A D | mpegvideo_dec.c | 44 s->codec_id = avctx->codec->id; in ff_mpv_decode_init()
|
H A D | mpegvideo_enc.c | 359 s->codec_id = avctx->codec->id; in ff_mpv_encode_init() 360 if (s->max_b_frames && !(avctx->codec->capabilities & AV_CODEC_CAP_DELAY)) { in ff_mpv_encode_init() 361 av_log(avctx, AV_LOG_ERROR, "B-frames not supported by codec\n"); in ff_mpv_encode_init() 495 av_log(avctx, AV_LOG_ERROR, "4MV not supported by codec\n"); in ff_mpv_encode_init() 506 av_log(avctx, AV_LOG_ERROR, "qpel not supported by codec\n"); in ff_mpv_encode_init() 554 av_log(avctx, AV_LOG_ERROR, "interlacing not supported by codec\n"); in ff_mpv_encode_init() 601 !(avctx->codec->capabilities & AV_CODEC_CAP_SLICE_THREADS)) { in ff_mpv_encode_init() 602 av_log(avctx, AV_LOG_ERROR, "Multiple slices are not supported by this codec\n"); in ff_mpv_encode_init() 648 switch (avctx->codec->id) { in ff_mpv_encode_init() 687 "H.261 codec in ff_mpv_encode_init() [all...] |
/third_party/libsnd/src/ |
H A D | ogg_vorbis.c | 77 #include <vorbis/codec.h> 374 most of the codec setup parameters) which is mandated by the Ogg in vorbis_write_header()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_mpeg12_bitstream.c | 811 mb.base.codec = PIPE_VIDEO_FORMAT_MPEG12; in decode_slice()
|
/kernel/linux/linux-5.10/drivers/media/platform/coda/ |
H A D | coda-jpeg.c | 3 * Coda multi-standard codec IP - JPEG support functions 293 if (header.frame.height > ctx->codec->max_h || in coda_jpeg_decode_header() 294 header.frame.width > ctx->codec->max_w) { in coda_jpeg_decode_header()
|
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda-jpeg.c | 3 * Coda multi-standard codec IP - JPEG support functions 294 if (header.frame.height > ctx->codec->max_h || in coda_jpeg_decode_header() 295 header.frame.width > ctx->codec->max_w) { in coda_jpeg_decode_header()
|
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | hfi_venus.c | 1205 u32 codec) in venus_session_init() 1215 ret = pkt_session_init(&pkt, inst, session_type, codec); in venus_session_init() 1204 venus_session_init(struct venus_inst *inst, u32 session_type, u32 codec) venus_session_init() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 612 std::cout << "\t" << std::hex << m_supportedVideoCodecs << " HW codec types are available: " << std::dec << std::endl; 615 VkVideoCodecOperationFlagBitsKHR detectedVideoCodec = pVideoFormat->codec; 638 << "\tCodec : " << util::getVideoCodecString(pVideoFormat->codec) << std::endl 685 // after creating a new video session, we need codec reset. 822 detectedFormat.codec = pnvsi->eCodec;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.cpp | 994 pnvsi->eCodec, // vk::VkVideoCodecOperationFlagBitsKHR codec; 2052 DE_ASSERT(m_videoCodecOperation == pVideoFormat->codec); // Make sure video have same format the queue was created for 2055 const VkVideoCodecOperationFlagBitsKHR videoCodec = pVideoFormat->codec; 2128 m_videoCodecOperation = pVideoFormat->codec;
|
/kernel/linux/linux-5.10/arch/sh/boards/mach-ecovec24/ |
H A D | setup.c | 887 .codec = "da7210.0-001a",
|
/kernel/linux/linux-6.6/arch/sh/boards/mach-ecovec24/ |
H A D | setup.c | 887 .codec = "da7210.0-001a",
|