Searched refs:rgb_swap_buf (Results 1 – 1 of 1) sorted by relevance
85 guint8 *rgb_swap_buf; member697 g_free (priv->rgb_swap_buf); in gst_ks_video_device_reset_caps()698 priv->rgb_swap_buf = NULL; in gst_ks_video_device_reset_caps()798 priv->rgb_swap_buf = g_malloc (media_type->sample_size / priv->height); in gst_ks_video_device_set_caps()800 priv->rgb_swap_buf = NULL; in gst_ks_video_device_set_caps()1184 if (priv->rgb_swap_buf != NULL) { in gst_ks_video_device_postprocess_frame()1201 memcpy (priv->rgb_swap_buf, dst, stride); in gst_ks_video_device_postprocess_frame()1204 memcpy (src, priv->rgb_swap_buf, stride); in gst_ks_video_device_postprocess_frame()