Home
last modified time | relevance | path

Searched refs:cachesize (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/gio/
Dgstgiobasesrc.c321 guint cachesize = MAX (4096, size); in gst_gio_base_src_create() local
351 "Reading %u bytes from offset %" G_GUINT64_FORMAT, cachesize, in gst_gio_base_src_create()
374 mem = gst_allocator_alloc (NULL, cachesize, NULL); in gst_gio_base_src_create()
376 GST_ERROR_OBJECT (src, "Failed to allocate %u bytes", cachesize); in gst_gio_base_src_create()
384 map.data + streamread, cachesize - streamread, src->cancel, in gst_gio_base_src_create()
394 eos = (cachesize > 0 && read == 0); in gst_gio_base_src_create()
/third_party/re2/benchlog/
Dbenchlog.mini14 hw.cachesize: 3221225472 32768 2097152 0 0 0 0 0 0 0
Dbenchlog.wreck48 hw.cachesize: 4294967296 32768 4194304 0 0 0 0 0 0 0
/third_party/python/Misc/
DHISTORY18297 the cachesize parameter.