Home
last modified time | relevance | path

Searched refs:rga_format (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmpp.c49 RgaSURF_FORMAT rga_format; member
158 return format ? format->rga_format : RK_FORMAT_UNKNOWN; in gst_mpp_mpp_format_to_rga_format()
165 return format ? format->rga_format : RK_FORMAT_UNKNOWN; in gst_mpp_gst_format_to_rga_format()
169 gst_mpp_set_rga_info (rga_info_t * info, RgaSURF_FORMAT rga_format, in gst_mpp_set_rga_info() argument
172 struct gst_mpp_format *format = GST_MPP_GET_FORMAT (rga, rga_format); 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()
201 RgaSURF_FORMAT rga_format = gst_mpp_mpp_format_to_rga_format (mpp_format); in gst_mpp_rga_info_from_mpp_frame() local
207 return gst_mpp_set_rga_info (info, rga_format, width, height, in gst_mpp_rga_info_from_mpp_frame()
219 RgaSURF_FORMAT rga_format = gst_mpp_gst_format_to_rga_format (format); in gst_mpp_rga_info_from_video_info() local
221 return gst_mpp_set_rga_info (info, rga_format, width, height, in gst_mpp_rga_info_from_video_info()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/
H A Dvehicle_flinger.c465 int rga_format = -1; in rk_flinger_format_hal_to_rga() local
469 rga_format = RGA_FORMAT_RGB_565; in rk_flinger_format_hal_to_rga()
472 rga_format = RGA_FORMAT_RGB_888; in rk_flinger_format_hal_to_rga()
475 rga_format = RGA_FORMAT_RGBA_8888; in rk_flinger_format_hal_to_rga()
478 rga_format = RGA_FORMAT_RGBX_8888; in rk_flinger_format_hal_to_rga()
481 rga_format = RGA_FORMAT_BGRA_8888; in rk_flinger_format_hal_to_rga()
484 rga_format = RGA_FORMAT_YCrCb_420_SP; in rk_flinger_format_hal_to_rga()
487 rga_format = RGA_FORMAT_YCbCr_422_SP; in rk_flinger_format_hal_to_rga()
493 return rga_format; in rk_flinger_format_hal_to_rga()