| /linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/ |
| H A D | nv31.c | 35 * MPEG object classes 68 struct nv31_mpeg *mpeg = chan->mpeg; in nv31_mpeg_chan_dtor() local 71 spin_lock_irqsave(&mpeg->engine.lock, flags); in nv31_mpeg_chan_dtor() 72 if (mpeg->chan == chan) in nv31_mpeg_chan_dtor() 73 mpeg->chan = NULL; in nv31_mpeg_chan_dtor() 74 spin_unlock_irqrestore(&mpeg->engine.lock, flags); in nv31_mpeg_chan_dtor() 87 struct nv31_mpeg *mpeg = nv31_mpeg(oclass->engine); in nv31_mpeg_chan_new() local 95 chan->mpeg = mpeg; in nv31_mpeg_chan_new() 99 spin_lock_irqsave(&mpeg->engine.lock, flags); in nv31_mpeg_chan_new() 100 if (!mpeg->chan) { in nv31_mpeg_chan_new() [all …]
|
| H A D | nv44.c | 45 struct nv44_mpeg *mpeg; member 72 struct nv44_mpeg *mpeg = chan->mpeg; in nv44_mpeg_chan_fini() local 73 struct nvkm_device *device = mpeg->engine.subdev.device; in nv44_mpeg_chan_fini() 87 struct nv44_mpeg *mpeg = chan->mpeg; in nv44_mpeg_chan_dtor() local 89 spin_lock_irqsave(&mpeg->engine.lock, flags); in nv44_mpeg_chan_dtor() 91 spin_unlock_irqrestore(&mpeg->engine.lock, flags); in nv44_mpeg_chan_dtor() 106 struct nv44_mpeg *mpeg = nv44_mpeg(oclass->engine); in nv44_mpeg_chan_new() local 113 chan->mpeg = mpeg; in nv44_mpeg_chan_new() 117 spin_lock_irqsave(&mpeg->engine.lock, flags); in nv44_mpeg_chan_new() 118 list_add(&chan->head, &mpeg->chan); in nv44_mpeg_chan_new() [all …]
|
| H A D | Kbuild | 2 nvkm-y += nvkm/engine/mpeg/nv31.o 3 nvkm-y += nvkm/engine/mpeg/nv40.o 4 nvkm-y += nvkm/engine/mpeg/nv44.o 5 nvkm-y += nvkm/engine/mpeg/nv50.o 6 nvkm-y += nvkm/engine/mpeg/g84.o
|
| H A D | nv40.c | 34 struct nv31_mpeg *mpeg = nv31_mpeg(device->mpeg); in nv40_mpeg_mthd_dma() local 35 struct nvkm_subdev *subdev = &mpeg->engine.subdev; in nv40_mpeg_mthd_dma()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | ext-ctrls-codec.rst | 14 These controls are applicable to all codecs and not just MPEG. The 16 were originally made for MPEG codecs and later extended to cover all 35 .. _v4l2-mpeg-stream-type: 41 The MPEG-1, -2 or -4 output stream type. One cannot assume anything 42 here. Each hardware MPEG encoder tends to support different subsets 43 of the available MPEG stream types. This control is specific to 44 multiplexed MPEG streams. The currently defined stream types are: 53 - MPEG-2 program stream 55 - MPEG-2 transport stream 57 - MPEG-1 system stream [all …]
|
| H A D | extended-controls.rst | 18 The MPEG encoding API was the driving force behind designing and 19 implementing this extended control mechanism: the MPEG standard is quite 20 large and the currently supported hardware MPEG encoders each only 22 relating to how the video is encoded into an MPEG stream are specific to 23 the MPEG encoding chip since the MPEG standard only defines the format 24 of the resulting MPEG stream, not how the video is actually encoded into 31 Even though the MPEG encoding API was the first effort to use the 95 will return an error). A good example is the list of supported MPEG
|
| H A D | pixfmt-compressed.rst | 32 * .. _V4L2-PIX-FMT-MPEG: 35 - 'MPEG' 36 - MPEG multiplexed stream. The actual format is determined by 38 :ref:`mpeg-control-id`. 118 - MPEG-2 parsed slice data, as extracted from the MPEG-2 bitstream. 120 MPEG-2 pipeline with the :ref:`stateless_decoder`.
|
| /linux/drivers/staging/media/av7110/ |
| H A D | av7110_ipack.c | 15 p->mpeg = 0; in av7110_ipack_reset() 49 switch (p->mpeg) { in send_ipack() 144 while (c < count && (p->mpeg == 0 || in av7110_ipack_instant_repack() 145 (p->mpeg == 1 && p->found < 7) || in av7110_ipack_instant_repack() 146 (p->mpeg == 2 && p->found < 9)) && in av7110_ipack_instant_repack() 218 p->mpeg = 2; in av7110_ipack_instant_repack() 222 p->mpeg = 1; in av7110_ipack_instant_repack() 229 if (!p->done && p->mpeg == 2) { in av7110_ipack_instant_repack() 237 if (!p->done && p->mpeg == 2) { in av7110_ipack_instant_repack() 252 if (!(p->done || ((p->mpeg == 2 && p->found >= 9) || in av7110_ipack_instant_repack() [all …]
|
| /linux/drivers/media/pci/cx88/ |
| H A D | cx88-mpeg.c | 4 * Support for the mpeg transport stream transfers 24 MODULE_DESCRIPTION("mpeg driver for cx2388x based TV cards"); 33 MODULE_PARM_DESC(debug, "enable debug messages [mpeg]"); 37 printk(KERN_DEBUG pr_fmt("%s: mpeg:" fmt), \ 47 if (dev->core->board.mpeg & CX88_MPEG_DVB) in request_module_async() 49 if (dev->core->board.mpeg & CX88_MPEG_BLACKBIRD) in request_module_async() 96 (core->board.mpeg & CX88_MPEG_DVB)) { in cx8802_start_dma() 115 /* Enable MPEG parallel IO and video signal pins */ in cx8802_start_dma() 120 /* Enable MPEG parallel IO and video signal pins */ in cx8802_start_dma() 126 /* Enable MPEG parallel IO and video signal pins */ in cx8802_start_dma() [all …]
|
| H A D | cx88-cards.c | 322 .mpeg = CX88_MPEG_BLACKBIRD, 387 .mpeg = CX88_MPEG_BLACKBIRD, 430 .mpeg = CX88_MPEG_DVB, 447 .mpeg = CX88_MPEG_DVB, 517 .mpeg = CX88_MPEG_DVB, 529 .mpeg = CX88_MPEG_DVB, 541 .mpeg = CX88_MPEG_DVB, 554 .mpeg = CX88_MPEG_BLACKBIRD, 571 .mpeg = CX88_MPEG_DVB, 590 .mpeg = CX88_MPEG_DVB, [all …]
|
| /linux/include/uapi/linux/dvb/ |
| H A D | osd.h | 145 OSD_VIDEOTSIZE, /* True Size Normal MPEG Video Display */ 146 OSD_VIDEOHSIZE, /* MPEG Video Display Half Resolution */ 147 OSD_VIDEOQSIZE, /* MPEG Video Display Quarter Resolution */ 148 OSD_VIDEODSIZE, /* MPEG Video Display Double Resolution */ 149 OSD_VIDEOTHSIZE, /* True Size MPEG Video Display Half Resolution */ 150 OSD_VIDEOTQSIZE, /* True Size MPEG Video Display Quarter Resolution*/ 151 OSD_VIDEOTDSIZE, /* True Size MPEG Video Display Double Resolution */ 152 OSD_VIDEONSIZE, /* Full Size MPEG Video Display */
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | mxl5xx_defs.h | 522 MXL_HYDRA_MPEG_MODE_SERIAL_4_WIRE = 0, /* MPEG 4 Wire serial mode */ 523 MXL_HYDRA_MPEG_MODE_SERIAL_3_WIRE, /* MPEG 3 Wire serial mode */ 524 MXL_HYDRA_MPEG_MODE_SERIAL_2_WIRE, /* MPEG 2 Wire serial mode */ 525 MXL_HYDRA_MPEG_MODE_PARALLEL /* MPEG parallel mode - valid only for MxL581 */ 529 MXL_HYDRA_MPEG_CLK_CONTINUOUS = 0, /* Continuous MPEG clock */ 530 MXL_HYDRA_MPEG_CLK_GAPPED, /* Gapped (gated) MPEG clock */ 558 int enable; /* Enable or Disable MPEG OUT */ 560 enum MXL_HYDRA_MPEG_CLK_FMT_E mpeg_clk_pol; /* MPEG Clk polarity */ 561 …u8 max_mpeg_clk_rate; /* Max MPEG Clk rate (0 - 104 MHz, 1… 562 enum MXL_HYDRA_MPEG_CLK_PHASE_E mpeg_clk_phase; /* MPEG Clk phase */ [all …]
|
| H A D | mxl692_defs.h | 232 /* Enum of MPEG Data format, used in MPEG and OOB output configuration */ 241 /* Enum of MPEG Clock format, used in MPEG and OOB output configuration */ 253 /* Enum of MPEG Clock speeds, used in MPEG output configuration */ 384 /* MPEG pad drive parameters, used on MPEG output configuration */ 393 /* MPEGOUT parameter struct, used in MPEG output configuration */
|
| H A D | lgs8gxx_priv.h | 50 #define TS_CLK_NORMAL 0x00 /* MPEG Clock Normal */ 51 #define TS_CLK_INVERTED 0x02 /* MPEG Clock Inverted */ 52 #define TS_CLK_GATED 0x00 /* MPEG clock gated */ 53 #define TS_CLK_FREERUN 0x04 /* MPEG clock free running*/
|
| /linux/Documentation/driver-api/media/drivers/ |
| H A D | vidtv.rst | 31 - Code responsible for encoding a valid MPEG Transport Stream, which is then 33 For now, we have a single, audio-only channel containing a single MPEG 36 way to encode PCM audio data in a MPEG Transport Stream. 137 The MPEG related code is split in the following way: 140 Code to work with MPEG TS packets, such as TS headers, adaptation 145 about a MPEG Transport Stream. A PSI generator is needed so 169 Implements the PES logic to convert encoder data into MPEG TS 179 data in the generated MPEG Transport Stream. The relevant 181 Mapping of AES3 Data into MPEG-2 Transport Stream*. 184 The resulting MPEG Elementary Stream is conveyed in a private [all …]
|
| /linux/drivers/media/test-drivers/vidtv/ |
| H A D | vidtv_common.c | 19 * vidtv_memcpy() - wrapper routine to be used by MPEG-TS 22 * @to: Starting element to where a MPEG-TS packet will 32 * wrappers. We use it here because emulating MPEG-TS 56 * vidtv_memset() - wrapper routine to be used by MPEG-TS 68 * wrappers. We use it here because emulating MPEG-TS
|
| H A D | vidtv_psi.h | 3 * This file contains the logic to work with MPEG Program-Specific Information. 547 * vidtv_psi_pat_write_into - Write PAT as MPEG-TS packets into a buffer. 550 * This function writes the MPEG TS packets for a PAT table into a buffer. 579 * vidtv_psi_sdt_write_into - Write SDT as MPEG-TS packets into a buffer. 582 * This function writes the MPEG TS packets for a SDT table into a buffer. 614 * vidtv_psi_pmt_write_into - Write PMT as MPEG-TS packets into a buffer. 617 * This function writes the MPEG TS packets for a PMT section into a buffer. 702 * vidtv_psi_nit_write_into - Write NIT as MPEG-TS packets into a buffer. 705 * This function writes the MPEG TS packets for a NIT table into a buffer. 766 * vidtv_psi_eit_write_into - Write EIT as MPEG-TS packets into a buffer. [all …]
|
| /linux/drivers/media/usb/go7007/ |
| H A D | Kconfig | 3 tristate "WIS GO7007 MPEG encoder support" 18 This is a video4linux driver for the WIS GO7007 MPEG 28 This is a video4linux driver for the WIS GO7007 MPEG 40 MPEG encoder chip over USB.
|
| /linux/include/media/ |
| H A D | dvb_demux.h | 122 * @cc: MPEG-TS packet continuity counter 282 * multiple MPEG-TS packets with 188 bytes each. 286 * @count: number of MPEG-TS packets with size of 188. 290 * Use this routine if the DVB demux fills MPEG-TS buffers that are 300 * multiple MPEG-TS packets with 188 bytes each. 304 * @count: number of MPEG-TS packets with size of 188. 318 * multiple MPEG-TS packets with 204 bytes each. 322 * @count: number of MPEG-TS packets with size of 204. 346 * delivery systems that aren't based on MPEG-TS.
|
| /linux/Documentation/admin-guide/media/ |
| H A D | other-usb-cardlist.rst | 17 go7007 WIS GO7007 MPEG encoder 1943:a250, 093b:a002, 69 dvb-ttusb_dec Technotrend/Hauppauge MPEG decoder 0b48:1006 71 dvb-ttusb_dec Technotrend/Hauppauge MPEG decoder 0b48:1007 72 dvb-ttusb_dec Technotrend/Hauppauge MPEG decoder 0b48:1008 74 dvb-ttusb_dec Technotrend/Hauppauge MPEG decoder
|
| /linux/drivers/media/pci/solo6x10/ |
| H A D | Kconfig | 3 tristate "Bluecherry / Softlogic 6x10 capture cards (MPEG-4/H.264)" 13 This driver supports the Bluecherry H.264 and MPEG-4 hardware 20 * Bluecherry BC-04120A (PCIe, 4 port, MPEG-4)
|
| /linux/drivers/media/usb/dvb-usb-v2/ |
| H A D | mxl111sf-phy.c | 123 /* Configure MPEG Clock phase */ in mxl111sf_config_mpeg_in() 134 /* Configure data input mode, MPEG Valid polarity, MPEG Sync polarity in mxl111sf_config_mpeg_in() 171 /* MPEG Sync polarity */ in mxl111sf_config_mpeg_in() 177 /* MPEG Valid polarity */ in mxl111sf_config_mpeg_in() 194 {0x17, 0xe0, 0x20}, /* Input, MPEG MODE USB, in mxl111sf_init_i2s_port()
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | legacy_dvb_decoder_api.rst | 6 Legacy DVB MPEG Decoder APIs 41 compatible MPEG streams. The supported payloads may vary depending on the 44 Timestamps are always MPEG PTS as defined in ITU T-REC-H.222.0 /
|
| H A D | legacy_dvb_osd.rst | 499 - True Size Normal MPEG Video Display 505 - MPEG Video Display Half Resolution 511 - MPEG Video Display Quarter Resolution 517 - MPEG Video Display Double Resolution 523 - True Size MPEG Video Display Half Resolution 529 - True Size MPEG Video Display Quarter Resolution 535 - True Size MPEG Video Display Double Resolution 541 - Full Size MPEG Video Display
|
| /linux/drivers/media/dvb-frontends/drx39xyj/ |
| H A D | drxj.h | 230 * /enum drxj_mpeg_output_clock_rate * Mpeg output clock rate. 238 * /enum drxj_mpeg_output_clock_rate * Mpeg output clock rate. 252 * Change TEI bit of MPEG output 253 * reverse MPEG output bit order 254 * set MPEG output clock rate 260 /*< set MPEG output clock rate that overwirtes the derived one from symbol rate */ 261 enum drxj_mpeg_start_width mpeg_start_width; /*< set MPEG output start width */}; 505 /* MPEG static bitrate setting */ 506 u32 mpeg_ts_static_bitrate; /*< bitrate static MPEG output */ 507 bool disable_te_ihandling; /*< MPEG TS TEI handling */ [all …]
|