Lines Matching refs:bytesused
296 group->planes[0].bytesused = group->buffer.bytesused; in gst_v4l2_memory_group_new()
317 group->planes[i].bytesused, group->planes[i].length, in gst_v4l2_memory_group_new()
982 group->planes[i].bytesused = 0; in gst_v4l2_allocator_clear_dmabufin()
988 group->buffer.bytesused = 0; in gst_v4l2_allocator_clear_dmabufin()
1047 group->planes[i].bytesused = 0; in gst_v4l2_allocator_clear_userptr()
1052 group->buffer.bytesused = 0; in gst_v4l2_allocator_clear_userptr()
1128 group->planes[i].bytesused = size + offset; in gst_v4l2_allocator_import_dmabuf()
1135 group->buffer.bytesused = group->planes[0].bytesused; in gst_v4l2_allocator_import_dmabuf()
1196 group->planes[i].bytesused = psize; in gst_v4l2_allocator_import_userptr()
1203 group->buffer.bytesused = group->planes[0].bytesused; in gst_v4l2_allocator_import_userptr()
1261 group->planes[i].bytesused = in gst_v4l2_allocator_qbuf()
1264 group->buffer.bytesused = gst_memory_get_sizes (group->mem[0], NULL, NULL); in gst_v4l2_allocator_qbuf()
1348 group->planes[0].bytesused = group->buffer.bytesused; in gst_v4l2_allocator_dqbuf()
1364 group->planes[i].length, group->planes[i].bytesused, in gst_v4l2_allocator_dqbuf()
1369 if (group->planes[i].bytesused >= group->planes[i].data_offset) { in gst_v4l2_allocator_dqbuf()
1370 size = group->planes[i].bytesused - group->planes[i].data_offset; in gst_v4l2_allocator_dqbuf()
1374 G_GUINT32_FORMAT, group->planes[i].bytesused, in gst_v4l2_allocator_dqbuf()
1376 size = group->planes[i].bytesused; in gst_v4l2_allocator_dqbuf()