Searched defs:codec (Results 1 - 17 of 17) sorted by relevance

/drivers/media/video/hdpvr/
H A Dhdpvr-control.c142 enum v4l2_mpeg_audio_encoding codec)
150 if (codec == V4L2_MPEG_AUDIO_ENCODING_AAC)
152 else if (codec == V4L2_MPEG_AUDIO_ENCODING_AC3)
156 v4l2_err(&dev->v4l2_dev, "invalid audio codec %d\n",
157 codec);
141 hdpvr_set_audio(struct hdpvr_device *dev, u8 input, enum v4l2_mpeg_audio_encoding codec) argument
/drivers/media/video/zoran/
H A Dvideocodec.c4 * Interface for MJPEG (and maybe later MPEG/WAVELETS) codec's
59 struct videocodec *codec; member in struct:attached_list
64 const struct videocodec *codec; member in struct:codec_list
81 struct videocodec *codec; local
103 if ((master->flags & h->codec->flags) == master->flags) {
105 h->codec->name);
107 if (!try_module_get(h->codec->owner))
110 codec = kmemdup(h->codec, sizeof(struct videocodec),
112 if (!codec) {
169 videocodec_detach(struct videocodec *codec) argument
234 videocodec_register(const struct videocodec *codec) argument
269 videocodec_unregister(const struct videocodec *codec) argument
[all...]
H A Dzr36016.c45 /* codec io API */
69 read/write via codec layer (registers are located in the master device)
80 if (ptr->codec->master_data->readreg)
82 (ptr->codec->master_data->
83 readreg(ptr->codec, reg)) & 0xFF;
104 if (ptr->codec->master_data->writereg) {
105 ptr->codec->master_data->writereg(ptr->codec, reg, value);
123 if ((ptr->codec->master_data->writereg) &&
124 (ptr->codec
295 zr36016_set_mode(struct videocodec *codec, int mode) argument
313 zr36016_set_video(struct videocodec *codec, struct tvnorm *norm, struct vfe_settings *cap, struct vfe_polarity *pol) argument
351 zr36016_control(struct videocodec *codec, int type, int size, void *data) argument
405 zr36016_unset(struct videocodec *codec) argument
434 zr36016_setup(struct videocodec *codec) argument
[all...]
H A Dzr36016.h30 /* data stored for each zoran jpeg codec chip */
35 struct videocodec *codec; member in struct:zr36016
H A Dzr36050.c43 /* codec io API */
67 read/write via codec layer (registers are located in the master device)
78 if (ptr->codec->master_data->readreg)
79 value = (ptr->codec->master_data->readreg(ptr->codec,
101 if (ptr->codec->master_data->writereg)
102 ptr->codec->master_data->writereg(ptr->codec, reg, value);
147 wait if codec is ready to proceed (end of processing) or time is over
486 zr36050_write(ptr, ZR050_GO, 1); // launch codec
585 zr36050_set_mode(struct videocodec *codec, int mode) argument
603 zr36050_set_video(struct videocodec *codec, struct tvnorm *norm, struct vfe_settings *cap, struct vfe_polarity *pol) argument
645 zr36050_control(struct videocodec *codec, int type, int size, void *data) argument
768 zr36050_unset(struct videocodec *codec) argument
797 zr36050_setup(struct videocodec *codec) argument
[all...]
H A Dzr36060.c43 /* codec io API */
71 read/write via codec layer (registers are located in the master device)
82 if (ptr->codec->master_data->readreg)
83 value = (ptr->codec->master_data->readreg(ptr->codec,
104 if (ptr->codec->master_data->writereg)
105 ptr->codec->master_data->writereg(ptr->codec, reg, value);
150 wait if codec is ready to proceed (end of processing) or time is over
573 /* set compression/expansion mode and launches codec
576 zr36060_set_mode(struct videocodec *codec, int mode) argument
594 zr36060_set_video(struct videocodec *codec, struct tvnorm *norm, struct vfe_settings *cap, struct vfe_polarity *pol) argument
754 zr36060_control(struct videocodec *codec, int type, int size, void *data) argument
875 zr36060_unset(struct videocodec *codec) argument
904 zr36060_setup(struct videocodec *codec) argument
[all...]
H A Dzoran_card.c128 MODULE_DESCRIPTION("Zoran-36057/36067 JPEG codec driver");
151 zr36060_read (struct videocodec *codec, argument
154 struct zoran *zr = (struct zoran *) codec->master_data->data;
168 zr36060_write (struct videocodec *codec, argument
172 struct zoran *zr = (struct zoran *) codec->master_data->data;
185 zr36050_read (struct videocodec *codec, argument
188 struct zoran *zr = (struct zoran *) codec->master_data->data;
201 zr36050_write (struct videocodec *codec, argument
205 struct zoran *zr = (struct zoran *) codec->master_data->data;
217 zr36016_read (struct videocodec *codec, argument
233 zr36016_write(struct videocodec *codec, u16 reg, u32 val) argument
[all...]
H A Dzr36050.h32 /* data stored for each zoran jpeg codec chip */
37 struct videocodec *codec; member in struct:zr36050
H A Dzr36060.h32 /* data stored for each zoran jpeg codec chip */
37 struct videocodec *codec; member in struct:zr36060
H A Dzoran.h278 struct videocodec *codec; /* video codec */ member in struct:zoran
329 enum zoran_codec_mode codec_mode; /* status of codec */
/drivers/isdn/mISDN/
H A Dl1oip.h36 u32 codecstate; /* used by codec to save data */
59 int codec; /* codec to use for transmis. */ member in struct:l1oip
H A Dl1oip_core.c35 * codec:
156 - Coding = Type of codec
158 1 and 2 are reserved for explicitly use of a-LAW or u-LAW codec.
249 static u_int codec[MAX_CARDS]; variable
262 module_param_array(codec, uint, NULL, S_IRUGO | S_IWUSR);
1158 l1oip_socket_send(hc, hc->codec, bch->slot, 0,
1325 switch (codec[l1oip_cnt]) {
1333 codec[l1oip_cnt]);
1336 hc->codec = codec[l1oip_cn
[all...]
/drivers/video/omap2/dss/
H A Dhdmi.c565 struct snd_soc_codec *codec = rtd->codec; local
566 struct platform_device *pdev = to_platform_device(codec->dev);
567 struct hdmi_ip_data *ip_data = snd_soc_codec_get_drvdata(codec);
597 struct snd_soc_codec *codec = rtd->codec; local
598 struct hdmi_ip_data *ip_data = snd_soc_codec_get_drvdata(codec);
740 static int hdmi_audio_codec_probe(struct snd_soc_codec *codec) argument
744 snd_soc_codec_set_drvdata(codec, priv);
759 .name = "hdmi-audio-codec",
[all...]
/drivers/video/
H A Dsh_mobile_hdmi.c242 static unsigned int sh_hdmi_snd_read(struct snd_soc_codec *codec, argument
245 struct sh_hdmi *hdmi = snd_soc_codec_get_drvdata(codec);
250 static int sh_hdmi_snd_write(struct snd_soc_codec *codec, argument
254 struct sh_hdmi *hdmi = snd_soc_codec_get_drvdata(codec);
274 static int sh_hdmi_snd_probe(struct snd_soc_codec *codec) argument
276 dev_info(codec->dev, "SH Mobile HDMI Audio Codec");
1193 dev_err(&pdev->dev, "codec registration failed\n");
/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_common.h4 * This file contains definitions of enums and structs used by the codec
337 } codec; member in struct:s5p_mfc_enc_params
342 * struct s5p_mfc_codec_ops - codec ops, used by encoding
407 * @codec_mode: number of codec mode used by MFC hw
/drivers/media/video/usbvision/
H A Dusbvision.h345 __u16 codec; member in struct:usbvision_device_data_st
/drivers/isdn/hardware/eicon/
H A Dmessage.c1235 /* check 'external controller' bit for codec support */
1693 else Info = 0x2002; /* wrong controller, codec not supported */
2048 /* check 'external controller' bit for codec support */
3384 else /* activate the codec */
3389 dbug(1, dprintf("Error in codec procedures"));
3392 else if (plci->spoofed_msg == SPOOFING_REQUIRED) /* wait until codec is active */
3397 dbug(1, dprintf("continue if codec loaded"));
3443 word codec; local
3471 codec = GET_WORD(m_parms[0].info);
3488 switch (codec)
[all...]

Completed in 494 milliseconds