Home
last modified time | relevance | path

Searched refs:need_pool (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0033-waylandsink-Parse-video-size-in-propose_allocation.patch41 gboolean need_pool;
47 gst_query_parse_allocation (query, &caps, &need_pool);
58 if (need_pool)
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch126 gboolean need_pool;
131 gst_query_parse_allocation (query, &caps, &need_pool);
139 if (need_pool)
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch246 gboolean need_pool;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0033-waylandsink-Parse-video-size-in-propose_allocation.patch41 gboolean need_pool;
47 gst_query_parse_allocation (query, &caps, &need_pool);
58 if (need_pool)
H A D0026-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch126 gboolean need_pool;
131 gst_query_parse_allocation (query, &caps, &need_pool);
139 if (need_pool)
H A D0025-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch246 gboolean need_pool;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0032-waylandsink-Parse-video-size-in-propose_allocation.patch41 gboolean need_pool;
47 gst_query_parse_allocation (query, &caps, &need_pool);
58 if (need_pool)
H A D0025-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch126 gboolean need_pool;
131 gst_query_parse_allocation (query, &caps, &need_pool);
139 if (need_pool)
H A D0024-kmssink-Support-NV12_10LE40-and-NV12-NV12_10LE40-NV1.patch254 gboolean need_pool;
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dximagesink.c622 gboolean need_pool; in gst_kms_sink_propose_allocation() local
631 gst_query_parse_allocation (query, &caps, &need_pool); in gst_kms_sink_propose_allocation()
644 if (need_pool) { in gst_kms_sink_propose_allocation()