Searched refs:n_bufs (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstadapter.c | 1210 guint n_bufs; in gst_adapter_take_buffer_list() local 1221 n_bufs = adapter->count; in gst_adapter_take_buffer_list() 1223 n_bufs = (adapter->count * nbytes * 1.2 / adapter->size) + 1; in gst_adapter_take_buffer_list() 1225 buffer_list = gst_buffer_list_new_sized (n_bufs); in gst_adapter_take_buffer_list() 1263 guint n_bufs; in gst_adapter_get_buffer_list() local 1275 n_bufs = adapter->count; in gst_adapter_get_buffer_list() 1277 n_bufs = (adapter->count * nbytes * 1.2 / adapter->size) + 1; in gst_adapter_get_buffer_list() 1279 buffer_list = gst_buffer_list_new_sized (n_bufs); in gst_adapter_get_buffer_list()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | mpegtsmux.c | 142 CheckOutputBuffersFunc check_func, guint n_bufs, gssize input_buf_size) in check_tsmux_pad_given_muxer() argument 157 for (i = 0; i < n_bufs; ++i) { in check_tsmux_pad_given_muxer() 333 const gchar * sinkname, CheckOutputBuffersFunc check_func, guint n_bufs, in check_tsmux_pad() argument 349 check_func, n_bufs, input_buf_size); in check_tsmux_pad()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph264depay.c | 905 gint b, n_bufs, m, n_mem; in gst_rtp_h264_complete_au() local 921 n_bufs = gst_buffer_list_length (list); in gst_rtp_h264_complete_au() 922 for (b = 0; b < n_bufs; ++b) { in gst_rtp_h264_complete_au()
|
D | gstrtph265depay.c | 976 gint b, n_bufs, m, n_mem; in gst_rtp_h265_complete_au() local 992 n_bufs = gst_buffer_list_length (list); in gst_rtp_h265_complete_au() 993 for (b = 0; b < n_bufs; ++b) { in gst_rtp_h265_complete_au()
|
/third_party/libdrm/include/drm/ |
D | radeon_drm.h | 276 unsigned char cmd_type, reg, n_bufs, flags; member
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvbaseenc.c | 1864 guint n_bufs; in gst_nv_base_enc_set_format() local 1869 n_bufs = in gst_nv_base_enc_set_format() 1874 g_array_set_size (nvenc->items, n_bufs); in gst_nv_base_enc_set_format()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 32497 GstNvBaseEnc::n_bufs was set from the previous encoding session
|