Home
last modified time | relevance | path

Searched refs:tmp_caps (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0043-waylandsink-Support-force-trying-dmabuf.patch49 - tmp_caps = gst_caps_from_string (
52 + tmp_caps = gst_caps_from_string (GST_VIDEO_CAPS_MAKE ("NV12_10LE40"));
54 + gst_caps_set_features_simple (tmp_caps,
63 - tmp_caps = gst_caps_from_string (
66 + tmp_caps = gst_caps_from_string (GST_VIDEO_CAPS_MAKE ("NV12"));
68 + gst_caps_set_features_simple (tmp_caps,
71 gst_caps_set_simple (tmp_caps, "arm-afbc", G_TYPE_INT, 1, NULL);
72 gst_caps_append (caps, tmp_caps);
77 - tmp_caps = gst_caps_from_string (
80 + tmp_caps = gst_caps_from_string (GST_VIDEO_CAPS_MAKE ("NV16"));
[all …]
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch43 + GstCaps *tmp_caps = NULL;
48 + tmp_caps = gst_caps_from_string (
54 + gst_caps_ref (tmp_caps);
55 + gst_caps_append (caps, tmp_caps);
57 + gst_caps_set_simple (tmp_caps, "arm-afbc", G_TYPE_INT, 1, NULL);
60 + gst_caps_append (caps, tmp_caps);
67 + tmp_caps = gst_caps_from_string (
70 + gst_caps_set_simple (tmp_caps, "arm-afbc", G_TYPE_INT, 1, NULL);
71 + gst_caps_append (caps, tmp_caps);
76 + tmp_caps = gst_caps_from_string (
[all …]
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch218 tmp_caps = gst_caps_merge (tmp_caps, caps);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0025-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch43 + GstCaps *tmp_caps = NULL;
48 + tmp_caps = gst_caps_from_string (
54 + gst_caps_ref (tmp_caps);
55 + gst_caps_append (caps, tmp_caps);
57 + gst_caps_set_simple (tmp_caps, "arm-afbc", G_TYPE_INT, 1, NULL);
60 + gst_caps_append (caps, tmp_caps);
67 + tmp_caps = gst_caps_from_string (
70 + gst_caps_set_simple (tmp_caps, "arm-afbc", G_TYPE_INT, 1, NULL);
71 + gst_caps_append (caps, tmp_caps);
76 + tmp_caps = gst_caps_from_string (
[all …]
H A D0024-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch226 tmp_caps = gst_caps_merge (tmp_caps, caps);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch43 + GstCaps *tmp_caps = NULL;
48 + tmp_caps = gst_caps_from_string (
54 + gst_caps_ref (tmp_caps);
55 + gst_caps_append (caps, tmp_caps);
57 + gst_caps_set_simple (tmp_caps, "arm-afbc", G_TYPE_INT, 1, NULL);
60 + gst_caps_append (caps, tmp_caps);
67 + tmp_caps = gst_caps_from_string (
70 + gst_caps_set_simple (tmp_caps, "arm-afbc", G_TYPE_INT, 1, NULL);
71 + gst_caps_append (caps, tmp_caps);
76 + tmp_caps = gst_caps_from_string (
[all …]
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch218 tmp_caps = gst_caps_merge (tmp_caps, caps);
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rockchipmpp/
H A Dgstmppdec.c414 GstCaps *tmp_caps = gst_caps_copy (output_state->caps); in gst_mpp_dec_update_video_info() local
415 gst_caps_set_features (tmp_caps, 0, in gst_mpp_dec_update_video_info()
419 if (gst_caps_is_subset (tmp_caps, output_state->caps)) in gst_mpp_dec_update_video_info()
420 gst_caps_replace (&output_state->caps, tmp_caps); in gst_mpp_dec_update_video_info()
422 gst_caps_unref (tmp_caps); in gst_mpp_dec_update_video_info()