| /OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/ |
| H A D | gstmpp.c | 170 guint width, guint height, guint hstride, guint vstride) in gst_mpp_set_rga_info() argument 180 if (vstride % 2) in gst_mpp_set_rga_info() 188 rga_set_rect (&info->rect, 0, 0, width, height, hstride, vstride, rga_format); in gst_mpp_set_rga_info() 200 guint vstride = mpp_frame_get_ver_stride (mframe); in gst_mpp_rga_info_from_mpp_frame() local 208 hstride, vstride); in gst_mpp_rga_info_from_mpp_frame() 218 guint vstride = GST_MPP_VIDEO_INFO_VSTRIDE (vinfo); in gst_mpp_rga_info_from_video_info() local 222 hstride, vstride); in gst_mpp_rga_info_from_video_info() 359 gst_mpp_video_info_align (GstVideoInfo * info, gint hstride, gint vstride) in gst_mpp_video_info_align() argument 368 if (!vstride) in gst_mpp_video_info_align() 369 vstride = GST_MPP_ALIGN (GST_MPP_VIDEO_INFO_VSTRIDE (info)); in gst_mpp_video_info_align() [all …]
|
| H A D | gstmppdec.c | 385 guint width, guint height, gint hstride, gint vstride, guint align, in gst_mpp_dec_update_video_info() argument 436 vstride = vstride ? : GST_MPP_VIDEO_INFO_VSTRIDE (info); in gst_mpp_dec_update_video_info() 437 vstride = GST_ROUND_UP_N (vstride, align); in gst_mpp_dec_update_video_info() 439 return gst_mpp_video_info_align (info, hstride, vstride); in gst_mpp_dec_update_video_info() 494 gint vstride = mpp_frame_get_ver_stride (mframe); in gst_mpp_dec_apply_info_change() local 500 if (hstride % 2 || vstride % 2) in gst_mpp_dec_apply_info_change() 509 width, height, hstride, vstride); in gst_mpp_dec_apply_info_change() 533 vstride = 0; in gst_mpp_dec_apply_info_change() 542 vstride = dst_height; in gst_mpp_dec_apply_info_change() 549 dst_width, dst_height, hstride, vstride, 0, afbc)) in gst_mpp_dec_apply_info_change()
|
| H A D | gstmppenc.c | 185 gint vstride = 0; in gst_mpp_enc_video_info_align() local 189 vstride = GST_MPP_VIDEO_INFO_VSTRIDE (info); in gst_mpp_enc_video_info_align() 191 return gst_mpp_video_info_align (info, 0, vstride); in gst_mpp_enc_video_info_align() 603 gint width, height, hstride, vstride; in gst_mpp_enc_set_format() local 667 vstride = GST_MPP_VIDEO_INFO_VSTRIDE (info); in gst_mpp_enc_set_format() 671 self->arm_afbc ? "(AFBC)" : "", width, height, hstride, vstride); in gst_mpp_enc_set_format() 687 mpp_frame_set_ver_stride (self->mpp_frame, vstride); in gst_mpp_enc_set_format()
|
| H A D | gstmpp.h | 96 gint hstride, gint vstride);
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | render2.c | 60 GLint uorder, vorder, ustride, vstride, k; in __glXDisp_Map2f() local 75 vstride = k; in __glXDisp_Map2f() 77 glMap2f(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in __glXDisp_Map2f() 130 GLint uorder, vorder, ustride, vstride, k; in __glXDisp_Map2d() local 158 vstride = k; in __glXDisp_Map2d() 175 glMap2d(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in __glXDisp_Map2d()
|
| H A D | render2swap.c | 78 GLint uorder, vorder, ustride, vstride, k; in __glXDispSwap_Map2f() local 105 vstride = k; in __glXDispSwap_Map2f() 116 glMap2f(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in __glXDispSwap_Map2f() 171 GLint uorder, vorder, ustride, vstride, k, compsize; in __glXDispSwap_Map2d() local 203 vstride = k; in __glXDispSwap_Map2d() 220 glMap2d(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points); in __glXDispSwap_Map2d()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0018-pixman-renderer-Support-linux-dmabuf.patch | 78 + size_t vstride; 92 + vstride = attributes->height; 94 + vstride = (attributes->offset[1] - attributes->offset[0]) / 135 + buffer->width, vstride, 243 + size_t vstride = size / attributes->stride[i - 1]; 246 + if (size <= 0 || vstride <= 0 || 251 + if ((vstride != vstride0 && vstride != vstride0 / 2) ||
|
| H A D | 0022-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch | 150 + size_t vstride = size / attributes->stride[i - 1]; 153 + if (size <= 0 || vstride <= 0 || 158 + if ((vstride != vstride0 && vstride != vstride0 / 2) || 190 size_t vstride; 372 - size_t vstride = size / attributes->stride[i - 1]; 375 - if (size <= 0 || vstride <= 0 || 380 - if ((vstride != vstride0 && vstride != vstride0 / 2) ||
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0021-pixman-renderer-Support-linux-dmabuf.patch | 81 + size_t vstride; 96 + vstride = attributes->height; 98 + vstride = (attributes->offset[1] - attributes->offset[0]) / 164 + buffer->width, vstride, 273 + size_t vstride = size / attributes->stride[i - 1]; 276 + if (size <= 0 || vstride <= 0 || 281 + if ((vstride != vstride0 && vstride != vstride0 / 2) ||
|
| H A D | 0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch | 151 + size_t vstride = size / attributes->stride[i - 1]; 154 + if (size <= 0 || vstride <= 0 || 159 + if ((vstride != vstride0 && vstride != vstride0 / 2) || 191 size_t vstride; 435 - size_t vstride = size / attributes->stride[i - 1]; 438 - if (size <= 0 || vstride <= 0 || 443 - if ((vstride != vstride0 && vstride != vstride0 / 2) ||
|
| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0021-pixman-renderer-Support-linux-dmabuf.patch | 81 + size_t vstride; 96 + vstride = attributes->height; 98 + vstride = (attributes->offset[1] - attributes->offset[0]) / 164 + buffer->width, vstride, 273 + size_t vstride = size / attributes->stride[i - 1]; 276 + if (size <= 0 || vstride <= 0 || 281 + if ((vstride != vstride0 && vstride != vstride0 / 2) ||
|
| H A D | 0025-HACK-pixman-renderer-Support-mali-egl-client-and-egl.patch | 151 + size_t vstride = size / attributes->stride[i - 1]; 154 + if (size <= 0 || vstride <= 0 || 159 + if ((vstride != vstride0 && vstride != vstride0 / 2) || 191 size_t vstride; 435 - size_t vstride = size / attributes->stride[i - 1]; 438 - if (size <= 0 || vstride <= 0 || 443 - if ((vstride != vstride0 && vstride != vstride0 / 2) ||
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.20/ |
| H A D | 0008-video-converter-Support-rockchip-RGA-2D-accel.patch | 110 + gint vstride = size / meta->stride[i - 1]; 117 + (vstride != vstride0 && vstride != vstride0 / 2))
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.22/ |
| H A D | 0008-video-converter-Support-rockchip-RGA-2D-accel.patch | 110 + gint vstride = size / meta->stride[i - 1]; 117 + (vstride != vstride0 && vstride != vstride0 / 2))
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-base/ |
| H A D | 0008-video-converter-Support-rockchip-RGA-2D-accel.patch | 110 + gint vstride = size / meta->stride[i - 1]; 117 + (vstride != vstride0 && vstride != vstride0 / 2))
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/ |
| H A D | 0005-video-flip-Support-rockchip-RGA-2D-accel.patch | 115 + gint vstride = size / meta->stride[i - 1]; 122 + (vstride != vstride0 && vstride != vstride0 / 2))
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/ |
| H A D | 0005-video-flip-Support-rockchip-RGA-2D-accel.patch | 115 + gint vstride = size / meta->stride[i - 1]; 122 + (vstride != vstride0 && vstride != vstride0 / 2))
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/ |
| H A D | 0005-video-flip-Support-rockchip-RGA-2D-accel.patch | 115 + gint vstride = size / meta->stride[i - 1]; 122 + (vstride != vstride0 && vstride != vstride0 / 2))
|
| /OK3568_Linux_fs/docs/en/RK3566_RK3568/ |
| H A D | RK3566_RK3568_Linux4.19_SDK_Note.md | 328 * - Revert "rockchipmpp: Use height as vstride in RGA conversion"
|
| /OK3568_Linux_fs/docs/cn/RK3566_RK3568/ |
| H A D | RK3566_RK3568_Linux4.19_SDK_Note.md | 328 * - Revert "rockchipmpp: Use height as vstride in RGA conversion"
|