Home
last modified time | relevance | path

Searched full:picture (Results 1 – 25 of 186) sorted by relevance

12345678

/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-enc-index.rst46 picture. A :ref:`VIDIOC_G_ENC_INDEX <VIDIOC_G_ENC_INDEX>` call reads up to
80 array corresponds to one picture, sorted in ascending order by
96 stream to the beginning of this picture, that is a *PES packet
97 header* as defined in :ref:`mpeg2part1` or a *picture header* as
102 - The 33 bit *Presentation Time Stamp* of this picture as defined in
106 - The length of this picture in bytes.
109 - Flags containing the coding type of this picture, see
127 - This is an Intra-coded picture.
130 - This is a Predictive-coded picture.
133 - This is a Bidirectionally predictive-coded picture.
[all …]
H A Dext-ctrls-codec-stateless.rst171 Specifies the picture parameter set (as extracted from the
175 to :ref:`h264`, section 7.4.2.2 "Picture Parameter Set RBSP
223 - See :ref:`Picture Parameter Set Flags <h264_pps_flags>`
231 ``Picture Parameter Set Flags``
270 must be used for this picture.
378 - Reference picture list after applying the per-slice modifications
381 - Reference picture list after applying the per-slice modifications
473 ``Picture Reference``
486 - Specifies how the picture is referenced. See :ref:`Reference Fields <h264_ref_fields>`
554 - Picture Order Count for the coded top field
[all …]
H A Dpixfmt-compressed.rst100 - MPEG1 Picture. Each buffer starts with a Picture header, followed
101 by other headers as needed and ending with the Picture data.
109 - MPEG2 Picture. Each buffer starts with a Picture header, followed
110 by other headers as needed and ending with the Picture data.
H A Dcrop.rst18 Some video capture devices can sample a subsection of the picture and
98 shall align with the center of the active picture area of the video
99 signal, and cover what the driver writer considers the complete picture.
136 assuming video will be scaled down from the "full picture" accordingly.
144 Now the application may insist on covering an area using a picture
203 /* Scale down to 1/4 size of full picture. */
H A Dv4l2-selection-targets.rst39 - Suggested cropping rectangle that covers the "whole picture".
63 - Suggested composition rectangle that covers the "whole picture".
H A Dvidioc-cropcap.rst71 - Default cropping rectangle, it shall cover the "whole picture".
74 centered over the active picture area. The same coordinate system
/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_common.h35 * @reference_flag: reference picture flag (short/long term reference picture)
36 * @field: field picture flag
155 * @poc: picture order count of frame buffer
169 * @ref_list: Mediatek reference picture list
170 * @v4l2_ref_list: V4L2 reference picture list
188 * mtk_vdec_h264_fill_dpb_info - Fill the decoded picture buffer info
273 * @width: picture width
274 * @height: picture height
/linux/include/media/
H A Dv4l2-h264.h23 * @cur_pic_order_count: picture order count of the frame being decoded
31 * picture lists construction' of the H264 spec.
64 * in section '8.2.4 Decoding process for reference picture lists construction'
81 * section '8.2.4 Decoding process for reference picture lists construction'
/linux/drivers/media/platform/st/sti/delta/
H A Ddelta-mjpeg-fw.h13 * defines the addresses where the decoded picture/additional
158 * @picture_start_addr_p: start address of jpeg picture
159 * @picture_end_addr_p: end address of jpeg picture
160 * @decoded_buffer_addr: decoded picture buffer
161 * @display_buffer_addr: display picture buffer
/linux/drivers/media/platform/chips-media/wave5/
H A Dwave5-regdefine.h408 * Decoded picture type:
409 * reg_val & 0x7 => picture type
419 * reg_val & 0xff => number of signed recovery picture order counts
429 * => display picture index in decoded picture buffer
430 * reg_val & 0xf => display picture index for FBC buffer (by reordering)
440 * => Bitstream sequence/picture parameter information (AV1 only)
448 * => Start and end ticks for seeking slices of the picture
451 * => Start and end ticks for parsing slices of the picture
453 * => Start tick for decoding slices of the picture
643 * => picture order count value of current encoded picture
[all …]
/linux/drivers/media/platform/verisilicon/
H A Dhantro_g1_h264_dec.c119 /* Reference picture buffer control register. */ in set_params()
122 /* Reference picture buffer control register 2. */ in set_params()
139 * Set up reference frame picture numbers. in set_ref()
156 * of each forward and backward picture list. in set_ref()
171 * of forward and backward reference picture lists and first 4 entries in set_ref()
172 * of P forward picture list. in set_ref()
184 * entries of P forward picture list, starting from index 4. in set_ref()
/linux/drivers/staging/media/meson/vdec/
H A Dvdec_helpers.h77 * @width: picture width detected by the hardware
78 * @height: picture height detected by the hardware
79 * @dpb_size: Decoded Picture Buffer size (= amount of buffers for decoding)
/linux/drivers/media/rc/keymaps/
H A Drc-nebula.c26 { 0x000e, KEY_CAMERA }, /* labelled 'Picture' */
59 { 0x002f, KEY_F17 }, /* picture in picture */
H A Drc-avermedia-cardbus.c49 { 0x29, KEY_BLUE }, /* Blue/Picture */
51 { 0x2b, KEY_VIDEO }, /* PIP (Picture-in-picture) */
H A Drc-winfast.c46 { 0x2a, KEY_TV2 }, /* PIP (Picture in picture */
/linux/include/drm/display/
H A Ddrm_dsc.h157 * picture. False if BP not used
274 * Picture Parameter Set
276 * The VESA DSC standard defines picture parameter set (PPS) which display
308 * pixels of the encoded picture.
320 * reconstruct the 4:2:2 picture.
324 * groups in picture
583 * struct drm_dsc_pps_infoframe - DSC infoframe carrying the Picture Parameter
586 * This structure represents the DSC PPS infoframe required to send the Picture
/linux/Documentation/fb/
H A Dapi.rst202 __u32 height; /* height of picture in mm */
203 __u32 width; /* width of picture in mm */
209 __u32 left_margin; /* time from sync to picture */
210 __u32 right_margin; /* time from picture to sync */
211 __u32 upper_margin; /* time from sync to picture */
H A Dframebuffer.rst202 stable picture without visible flicker, VESA recommends a vertical scanrate of
212 The following picture summarizes all timings. The horizontal retrace time is
267 - left_margin: time from sync to picture
268 - right_margin: time from picture to sync
269 - upper_margin: time from sync to picture
270 - lower_margin: time from picture to sync
/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dvdec_drv_if.h32 * GET_PARAM_PIC_INFO : get picture info, struct vdec_pic_info*
86 * picture width/height
H A Dvdec_ipi_msg.h123 * @data : picture information
140 * @data : picture information from SCP.
/linux/include/uapi/linux/
H A Dfb.h263 __u32 height; /* height of picture in mm */
264 __u32 width; /* width of picture in mm */
270 __u32 left_margin; /* time from sync to picture */
271 __u32 right_margin; /* time from picture to sync */
272 __u32 upper_margin; /* time from sync to picture */
/linux/drivers/media/dvb-frontends/drx39xyj/
H A Ddrxj.h560 * \brief Offset from picture carrier to centre frequency in kHz, in RF domain
563 * NTSC channels are listed by their picture carrier frequency (Fpc).
575 * \brief Offset from picture carrier to centre frequency in kHz, in RF domain
578 * is NOT used. PAL/SECAM channels are listed by their picture carrier frequency (Fpc).
591 * \brief Offset from picture carrier to centre frequency in kHz, in RF domain
594 * is NOT used. PAL/SECAM channels are listed by their picture carrier frequency (Fpc).
607 * \brief Offset from picture carrier to centre frequency in kHz, in RF domain
610 * is NOT used. PAL/SECAM channels are listed by their picture carrier frequency (Fpc).
/linux/drivers/media/platform/mediatek/vcodec/encoder/venc/
H A Dvenc_vp8_if.c52 * @pic_w: picture width. Picture size is visible stream resolution, in pixels,
55 * @pic_h: picture height
59 * @gop_size: group of picture size (key frame)
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_ipp.h48 * struct exynos_drm_ipp - central picture processor module structure
80 * has to be performed by the picture processor hardware module
/linux/drivers/media/platform/allegro-dvt/
H A Dnal-h264.h149 * struct nal_h264_pps - Picture parameter set
151 * C struct representation of the picture parameter set NAL unit as defined by
152 * Rec. ITU-T H.264 (04/2017) 7.3.2.2 Picture parameter set RBSP syntax.

12345678