| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | rk3399_vpu_hw_mpeg2_dec.c | 105 const struct v4l2_mpeg2_picture *picture, in rk3399_vpu_mpeg2_dec_set_buffers() argument 111 switch (picture->picture_coding_type) { in rk3399_vpu_mpeg2_dec_set_buffers() 129 if (picture->picture_structure == PICT_BOTTOM_FIELD) in rk3399_vpu_mpeg2_dec_set_buffers() 139 if (picture->picture_structure == PICT_FRAME || in rk3399_vpu_mpeg2_dec_set_buffers() 140 picture->picture_coding_type == V4L2_MPEG2_PICTURE_CODING_TYPE_B || in rk3399_vpu_mpeg2_dec_set_buffers() 141 (picture->picture_structure == PICT_TOP_FIELD && in rk3399_vpu_mpeg2_dec_set_buffers() 142 picture->top_field_first) || in rk3399_vpu_mpeg2_dec_set_buffers() 143 (picture->picture_structure == PICT_BOTTOM_FIELD && in rk3399_vpu_mpeg2_dec_set_buffers() 144 !picture->top_field_first)) { in rk3399_vpu_mpeg2_dec_set_buffers() 147 } else if (picture->picture_structure == PICT_TOP_FIELD) { in rk3399_vpu_mpeg2_dec_set_buffers() [all …]
|
| H A D | hantro_g1_mpeg2_dec.c | 103 const struct v4l2_mpeg2_picture *picture, in hantro_g1_mpeg2_dec_set_buffers() argument 109 switch (picture->picture_coding_type) { in hantro_g1_mpeg2_dec_set_buffers() 127 if (picture->picture_structure == PICT_BOTTOM_FIELD) in hantro_g1_mpeg2_dec_set_buffers() 137 if (picture->picture_structure == PICT_FRAME || in hantro_g1_mpeg2_dec_set_buffers() 138 picture->picture_coding_type == V4L2_MPEG2_PICTURE_CODING_TYPE_B || in hantro_g1_mpeg2_dec_set_buffers() 139 (picture->picture_structure == PICT_TOP_FIELD && in hantro_g1_mpeg2_dec_set_buffers() 140 picture->top_field_first) || in hantro_g1_mpeg2_dec_set_buffers() 141 (picture->picture_structure == PICT_BOTTOM_FIELD && in hantro_g1_mpeg2_dec_set_buffers() 142 !picture->top_field_first)) { in hantro_g1_mpeg2_dec_set_buffers() 145 } else if (picture->picture_structure == PICT_TOP_FIELD) { in hantro_g1_mpeg2_dec_set_buffers() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/sunxi/cedrus/ |
| H A D | cedrus_mpeg2.c | 79 const struct v4l2_mpeg2_picture *picture; in cedrus_mpeg2_setup() local 94 picture = &slice_params->picture; in cedrus_mpeg2_setup() 131 reg = VE_DEC_MPEG_MP12HDR_SLICE_TYPE(picture->picture_coding_type); in cedrus_mpeg2_setup() 132 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 0, picture->f_code[0][0]); in cedrus_mpeg2_setup() 133 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(0, 1, picture->f_code[0][1]); in cedrus_mpeg2_setup() 134 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 0, picture->f_code[1][0]); in cedrus_mpeg2_setup() 135 reg |= VE_DEC_MPEG_MP12HDR_F_CODE(1, 1, picture->f_code[1][1]); in cedrus_mpeg2_setup() 136 reg |= VE_DEC_MPEG_MP12HDR_INTRA_DC_PRECISION(picture->intra_dc_precision); in cedrus_mpeg2_setup() 137 reg |= VE_DEC_MPEG_MP12HDR_INTRA_PICTURE_STRUCTURE(picture->picture_structure); in cedrus_mpeg2_setup() 138 reg |= VE_DEC_MPEG_MP12HDR_TOP_FIELD_FIRST(picture->top_field_first); in cedrus_mpeg2_setup() [all …]
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_trapezoid.c | 48 PicturePtr picture; in glamor_create_mask_picture() local 66 picture = CreatePicture(0, &pixmap->drawable, pict_format, in glamor_create_mask_picture() 69 return picture; in glamor_create_mask_picture() 84 PicturePtr picture; in glamor_trapezoids() local 117 picture = glamor_create_mask_picture(screen, dst, mask_format, in glamor_trapezoids() 119 if (!picture) in glamor_trapezoids() 122 image = pixman_image_create_bits(picture->format, in glamor_trapezoids() 125 FreePicture(picture, 0); in glamor_trapezoids() 134 pixmap = glamor_get_drawable_pixmap(picture->pDrawable); in glamor_trapezoids() 146 CompositePicture(op, src, picture, dst, in glamor_trapezoids() [all …]
|
| H A D | glamor_prepare.c | 278 glamor_prepare_access_picture(PicturePtr picture, glamor_access_t access) in glamor_prepare_access_picture() argument 280 if (!picture || !picture->pDrawable) in glamor_prepare_access_picture() 283 return glamor_prepare_access(picture->pDrawable, access); in glamor_prepare_access_picture() 287 glamor_prepare_access_picture_box(PicturePtr picture, glamor_access_t access, in glamor_prepare_access_picture_box() argument 290 if (!picture || !picture->pDrawable) in glamor_prepare_access_picture_box() 299 if (picture->transform) { in glamor_prepare_access_picture_box() 300 return glamor_prepare_access_box(picture->pDrawable, access, in glamor_prepare_access_picture_box() 302 picture->pDrawable->width, in glamor_prepare_access_picture_box() 303 picture->pDrawable->height); in glamor_prepare_access_picture_box() 305 return glamor_prepare_access_box(picture->pDrawable, access, in glamor_prepare_access_picture_box() [all …]
|
| H A D | glamor_prepare.h | 37 glamor_prepare_access_picture(PicturePtr picture, glamor_access_t access); 40 glamor_prepare_access_picture_box(PicturePtr picture, glamor_access_t access, 44 glamor_finish_access_picture(PicturePtr picture);
|
| H A D | glamor_picture.c | 274 glamor_upload_picture_to_texture(PicturePtr picture) in glamor_upload_picture_to_texture() argument 276 PixmapPtr pixmap = glamor_get_drawable_pixmap(picture->pDrawable); in glamor_upload_picture_to_texture() 306 picture->format, in glamor_upload_picture_to_texture() 326 if (converted_format != picture->format) { in glamor_upload_picture_to_texture() 328 picture->format, in glamor_upload_picture_to_texture()
|
| H A D | glamor_render.c | 513 PicturePtr picture, in glamor_set_composite_texture() argument 533 repeat_type = picture->repeatType; in glamor_set_composite_texture() 534 switch (picture->repeatType) { in glamor_set_composite_texture() 553 switch (picture->filter) { in glamor_set_composite_texture() 573 (!PICT_FORMAT_A(picture->format) && in glamor_set_composite_texture() 574 repeat_type == RepeatNone && picture->transform)) { in glamor_set_composite_texture() 591 glamor_get_picture_location(PicturePtr picture) in glamor_get_picture_location() argument 593 if (picture == NULL) in glamor_get_picture_location() 596 if (picture->pDrawable == NULL) { in glamor_get_picture_location() 597 switch (picture->pSourcePict->type) { in glamor_get_picture_location() [all …]
|
| H A D | glamor_priv.h | 575 static inline Bool glamor_picture_is_alpha(PicturePtr picture) in glamor_picture_is_alpha() argument 577 return picture->format == PICT_a1 || picture->format == PICT_a8; in glamor_picture_is_alpha() 582 glamor_picture_red_is_alpha(PicturePtr picture) in glamor_picture_red_is_alpha() argument 585 return glamor_picture_is_alpha(picture) && in glamor_picture_red_is_alpha() 586 glamor_get_screen_private(picture->pDrawable->pScreen)->formats[8].format == GL_RED; in glamor_picture_red_is_alpha() 738 Bool glamor_upload_picture_to_texture(PicturePtr picture);
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A 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 …]
|
| H A D | v4l2-selection-targets.rst | 33 - Suggested cropping rectangle that covers the "whole picture". 57 - Suggested composition rectangle that covers the "whole picture".
|
| H A 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. */
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0010-HACK-gstmpegvideoparse-Split-every-picture.patch | 4 Subject: [PATCH 10/41] HACK: gstmpegvideoparse: Split every picture 18 GST_LOG_OBJECT (mpvparse, "Couldn't parse picture at offset %d", 22 …/* if terminating packet is a picture, we need to check if it has same TSN as the picture that is …
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0010-HACK-gstmpegvideoparse-Split-every-picture.patch | 4 Subject: [PATCH 10/41] HACK: gstmpegvideoparse: Split every picture 18 GST_LOG_OBJECT (mpvparse, "Couldn't parse picture at offset %d", 22 …/* if terminating packet is a picture, we need to check if it has same TSN as the picture that is …
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0010-HACK-gstmpegvideoparse-Split-every-picture.patch | 4 Subject: [PATCH 10/33] HACK: gstmpegvideoparse: Split every picture 18 GST_LOG_OBJECT (mpvparse, "Couldn't parse picture at offset %d", 22 …/* if terminating packet is a picture, we need to check if it has same TSN as the picture that is …
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyrcursor.c | 133 xcb_render_picture_t picture; in ephyrRealizeARGBCursor() local 150 picture = xcb_generate_id(conn); in ephyrRealizeARGBCursor() 151 xcb_render_create_picture(conn, picture, source, get_argb_format(), in ephyrRealizeARGBCursor() 156 xcb_render_create_cursor(conn, hw->cursor, picture, in ephyrRealizeARGBCursor() 159 xcb_render_free_picture(conn, picture); in ephyrRealizeARGBCursor()
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_glyphs.c | 129 if (cache->picture) { in exaUnrealizeGlyphCaches() 130 FreePicture((void *) cache->picture, (XID) 0); in exaUnrealizeGlyphCaches() 131 cache->picture = NULL; in exaUnrealizeGlyphCaches() 212 cache->picture = pPicture; in exaRealizeGlyphCaches() 213 cache->picture->refcnt++; in exaRealizeGlyphCaches() 245 if (cache->picture) in exaGlyphsFini() 372 PixmapPtr pCachePixmap = (PixmapPtr) cache->picture->pDrawable; in exaGlyphCacheUploadGlyph() 416 cache->picture, in exaGlyphCacheUploadGlyph() 440 if (buffer->mask && buffer->mask != cache->picture) in exaGlyphCacheBufferGlyph() 443 if (!cache->picture) { in exaGlyphCacheBufferGlyph() [all …]
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | Makefile.am | 15 picture.c \ 19 sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h
|
| H A D | meson.build | 11 'picture.c', 18 'picture.h',
|
| H A D | render.c | 608 VERIFY_PICTURE(pPicture, stuff->picture, client, DixSetAttrAccess); in ProcRenderChangePicture() 626 VERIFY_PICTURE(pPicture, stuff->picture, client, DixSetAttrAccess); in ProcRenderSetPictureClipRectangles() 648 VERIFY_PICTURE(pPicture, stuff->picture, client, DixDestroyAccess); in ProcRenderFreePicture() 649 FreeResource(stuff->picture, RT_NONE); in ProcRenderFreePicture() 1647 VERIFY_PICTURE(pPicture, stuff->picture, client, DixSetAttrAccess); in ProcRenderSetPictureTransform() 1761 VERIFY_PICTURE(pPicture, stuff->picture, client, DixSetAttrAccess); in ProcRenderSetPictureFilter() 1826 VERIFY_PICTURE(pPicture, stuff->picture, client, DixWriteAccess); in ProcRenderAddTraps() 2049 swapl(&stuff->picture); in SProcRenderChangePicture() 2061 swapl(&stuff->picture); in SProcRenderSetPictureClipRectangles() 2074 swapl(&stuff->picture); in SProcRenderFreePicture() [all …]
|
| H A D | Makefile.in | 117 miindex.lo mipict.lo mirect.lo mitrap.lo mitri.lo picture.lo \ 143 ./$(DEPDIR)/mitri.Plo ./$(DEPDIR)/picture.Plo \ 171 am__sdk_HEADERS_DIST = picture.h mipict.h glyphstr.h picturestr.h 593 picture.c \ 596 @XORG_TRUE@sdk_HEADERS = picture.h mipict.h glyphstr.h picturestr.h 660 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/picture.Plo@am__quote@ # am--include-marker 854 -rm -f ./$(DEPDIR)/picture.Plo 910 -rm -f ./$(DEPDIR)/picture.Plo
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_base.c | 742 hw_cfg->internal_img_lum_base_r[0] = ref_pic_list[ref_idx].picture.lum; in set_picbuf_ref() 743 hw_cfg->internal_img_chr_base_r[0] = ref_pic_list[ref_idx].picture.cb; in set_picbuf_ref() 744 hw_cfg->internal_img_lum_base_r[1] = ref_pic_list[ref_idx].picture.lum; in set_picbuf_ref() 745 hw_cfg->internal_img_chr_base_r[1] = ref_pic_list[ref_idx].picture.cb; in set_picbuf_ref() 750 hw_cfg->internal_img_lum_base_r[1] = ref_pic_list[ref_idx2].picture.lum; in set_picbuf_ref() 751 hw_cfg->internal_img_chr_base_r[1] = ref_pic_list[ref_idx2].picture.cb; in set_picbuf_ref() 759 if (!pic_buf->cur_pic->picture.lum) { in set_picbuf_ref() 775 cur_pic->picture.lum = pic_buf->ref_pic[recIdx].picture.lum; in set_picbuf_ref() 776 pic_buf->ref_pic[recIdx].picture.lum = 0; in set_picbuf_ref() 782 hw_cfg->internal_img_lum_base_w = pic_buf->cur_pic->picture.lum; in set_picbuf_ref() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/connman-gnome/ |
| H A D | 0001-Removed-icon-from-connman-gnome-about-applet.patch | 6 The connman-gnome "about" applet showed a picture that 7 can not be displayed. There is no designated picture
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A 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.
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | region.c | 263 VERIFY_PICTURE(pPicture, stuff->picture, client, DixGetAttrAccess); in ProcXFixesCreateRegionFromPicture() 290 swapl(&stuff->picture); in SProcXFixesCreateRegionFromPicture() 739 VERIFY_PICTURE(pPicture, stuff->picture, client, DixSetAttrAccess); in ProcXFixesSetPictureClipRegion() 756 swapl(&stuff->picture); in SProcXFixesSetPictureClipRegion() 898 if ((result = dixLookupResourceByType((void **) &pict, stuff->picture, in PanoramiXFixesSetPictureClipRegion() 901 client->errorValue = stuff->picture; in PanoramiXFixesSetPictureClipRegion() 910 stuff->picture = pict->info[j].id; in PanoramiXFixesSetPictureClipRegion()
|