Searched full:picture (Results 1 – 25 of 287) sorted by relevance
12345678910>>...12
/linux-6.8/drivers/media/platform/chips-media/wave5/ |
D | wave5-vpuapi.h | 299 PIC_TYPE_IDR = 5, /* H.264/H.265 IDR (Instantaneous Decoder Refresh) picture */ 385 * This is a frame buffer index for the picture to be displayed at the moment 394 * -3(0xFFFD) or -2(0xFFFE) : when a display output cannot be given due to picture 401 * This is the frame buffer index of the decoded picture among the frame buffers which were 407 * -1 : indicates that the decoder fails to decode a picture because there is no available 421 int temporal_id; /* temporal ID of the picture */ 441 u32 dec_host_cmd_tick; /* tick of DEC_PIC command for the picture */ 442 u32 dec_decode_end_tick; /* end tick of decoding slices of the picture */ 461 u32 pic_type; /* picture type of nth picture in the custom GOP */ 462 u32 poc_offset; /* POC of nth picture in the custom GOP */ [all …]
|
D | wave5-regdefine.h | 403 * Decoded picture type: 404 * reg_val & 0x7 => picture type 414 * reg_val & 0xff => number of signed recovery picture order counts 424 * => display picture index in decoded picture buffer 425 * reg_val & 0xf => display picture index for FBC buffer (by reordering) 435 * => Bitstream sequence/picture parameter information (AV1 only) 443 * => Start and end ticks for seeking slices of the picture 446 * => Start and end ticks for parsing slices of the picture 448 * => Start tick for decoding slices of the picture 638 * => picture order count value of current encoded picture [all …]
|
/linux-6.8/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-enc-index.rst | 46 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 …]
|
D | ext-ctrls-codec-stateless.rst | 171 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 …]
|
D | pixfmt-compressed.rst | 100 - 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.
|
D | crop.rst | 18 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. */
|
D | control.rst | 69 Picture brightness, or more precisely, the black level. 72 Picture contrast or luma gain. 75 Picture color saturation or chroma gain. 149 Mirror the picture horizontally. 154 Mirror the picture vertically. 183 disables the filters, higher values give a sharper picture. 274 and width of the picture using the
|
D | biblio.rst | 175 :author: Society of Motion Picture and Television Engineers (http://www.smpte.org) 185 :author: Society of Motion Picture and Television Engineers (http://www.smpte.org) 195 :author: Society of Motion Picture and Television Engineers (http://www.smpte.org) 205 :author: Society of Motion Picture and Television Engineers (http://www.smpte.org) 215 :author: Society of Motion Picture and Television Engineers (http://www.smpte.org)
|
D | v4l2-selection-targets.rst | 39 - Suggested cropping rectangle that covers the "whole picture". 63 - Suggested composition rectangle that covers the "whole picture".
|
/linux-6.8/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
D | vdec_h264_req_common.h | 35 * @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 270 * @width: picture width 271 * @height: picture height
|
/linux-6.8/include/media/ |
D | v4l2-h264.h | 23 * @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-6.8/drivers/media/platform/st/sti/delta/ |
D | delta-mjpeg-fw.h | 13 * 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-6.8/drivers/media/platform/mediatek/vcodec/decoder/ |
D | mtk_vcodec_dec_drv.h | 66 * struct vdec_pic_info - picture size information 67 * @pic_w: picture width 68 * @pic_h: picture height 69 * @buf_w: picture buffer width (64 aligned up from pic_w) 70 * @buf_h: picture buffer heiht (64 aligned up from pic_h) 72 * E.g. suppose picture size is 176x144, 145 * @picinfo: store picture info after header parsing
|
/linux-6.8/drivers/media/platform/verisilicon/ |
D | hantro_g1_h264_dec.c | 119 /* 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-6.8/drivers/staging/media/meson/vdec/ |
D | vdec_helpers.h | 77 * @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)
|
D | vdec.h | 152 * @max_width: maximum picture width supported 153 * @max_height: maximum picture height supported 195 * @width: current picture width 196 * @height: current picture height
|
/linux-6.8/drivers/media/rc/keymaps/ |
D | rc-nebula.c | 26 { 0x000e, KEY_CAMERA }, /* labelled 'Picture' */ 59 { 0x002f, KEY_F17 }, /* picture in picture */
|
D | rc-avermedia-cardbus.c | 49 { 0x29, KEY_BLUE }, /* Blue/Picture */ 51 { 0x2b, KEY_VIDEO }, /* PIP (Picture-in-picture) */
|
/linux-6.8/include/drm/display/ |
D | drm_dsc.h | 160 * picture. False if BP not used 277 * Picture Parameter Set 279 * The VESA DSC standard defines picture parameter set (PPS) which display 311 * pixels of the encoded picture. 323 * reconstruct the 4:2:2 picture. 327 * groups in picture 586 * struct drm_dsc_pps_infoframe - DSC infoframe carrying the Picture Parameter 589 * This structure represents the DSC PPS infoframe required to send the Picture
|
/linux-6.8/include/uapi/linux/ |
D | v4l2-controls.h | 1433 * struct v4l2_ctrl_h264_pps - H264 picture parameter set 1435 * Except where noted, all the members on this picture parameter set 1436 * structure match the picture parameter set syntax as specified 1441 * scaling matrix applies to the picture. In this case, applications 1539 * struct v4l2_h264_reference - H264 picture reference 1541 * @fields: indicates how the picture is referenced. 1588 * @ref_pic_list0: reference picture list 0 after applying the per-slice modifications. 1589 * @ref_pic_list1: reference picture list 1 after applying the per-slice modifications. 1621 * struct v4l2_h264_dpb_entry - H264 decoded picture buffer entry 1627 * picture lists construction process. [all …]
|
/linux-6.8/drivers/staging/media/av7110/ |
D | video-stillpicture.rst | 52 This ioctl call asks the Video Device to display a still picture 54 NULL, then the current displayed still picture is blanked.
|
/linux-6.8/Documentation/fb/ |
D | api.rst | 202 __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 */
|
D | framebuffer.rst | 202 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-6.8/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
D | venc_h264_if.c | 67 * @pic_w: picture width. Picture size is visible stream resolution, in pixels, 70 * @pic_h: picture height 74 * @gop_size: group of picture size (idr frame) 135 * @pic_w: picture width. Picture size is visible stream resolution, in pixels, 138 * @pic_h: picture height 142 * @gop_size: group of picture size (idr frame)
|
/linux-6.8/drivers/gpu/drm/tidss/ |
D | tidss_plane.c | 63 * beginning of the next row. So we can only show picture with in tidss_plane_atomic_check() 65 * reaching the end of the drawn picture the drawing starts in tidss_plane_atomic_check() 67 * position of the drawn picture is (so there is no need to in tidss_plane_atomic_check()
|
12345678910>>...12