Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkdec.c1189 GstStructure *pool_config = NULL; in gst_msdkdec_decide_allocation() local
1201 pool_config = gst_buffer_pool_get_config (pool); in gst_msdkdec_decide_allocation()
1205 gst_buffer_pool_config_get_params (pool_config, &pool_caps, &size, in gst_msdkdec_decide_allocation()
1254 gst_structure_free (pool_config); in gst_msdkdec_decide_allocation()
1273 gst_buffer_pool_config_set_params (pool_config, pool_caps, size, in gst_msdkdec_decide_allocation()
1275 if (!gst_buffer_pool_set_config (pool, pool_config)) in gst_msdkdec_decide_allocation()
/third_party/gstreamer/gstplugins_bad/sys/dshowdecwrapper/
Dgstdshowvideodec.cpp608 GstStructure *pool_config = NULL; in gst_dshowvideodec_sink_setcaps() local
829 pool_config = gst_buffer_pool_get_config (pool); in gst_dshowvideodec_sink_setcaps()
830 gst_buffer_pool_config_set_params (pool_config, caps_out, pool_size, in gst_dshowvideodec_sink_setcaps()
832 gst_buffer_pool_set_config (pool, pool_config); in gst_dshowvideodec_sink_setcaps()