Home
last modified time | relevance | path

Searched refs:allocfunc (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideodevice.h53 GstKsAllocFunction allocfunc; member
66 …_new (const gchar * device_path, GstKsClock * clock, GstKsAllocFunction allocfunc, gpointer allocf…
Dgstksvideodevice.c308 priv->spare_buffers[i] = self->allocfunc (frame_size, KS_BUFFER_ALIGNMENT, in gst_ks_video_device_prepare_buffers()
316 req.buf = self->allocfunc (frame_size, KS_BUFFER_ALIGNMENT, in gst_ks_video_device_prepare_buffers()
353 GstKsAllocFunction allocfunc, gpointer allocfunc_data) in gst_ks_video_device_new() argument
359 device->allocfunc = allocfunc; in gst_ks_video_device_new()
934 req->buf = self->allocfunc (gst_ks_video_device_get_frame_size (self), in gst_ks_read_request_pick_buffer()
/third_party/libxml2/os400/
Drpgsupport.h23 XMLPUBFUN void __set_xmlMalloc(xmlMallocFunc allocfunc);
26 XMLPUBFUN void __set_xmlMallocAtomic(xmlMallocFunc allocfunc);
/third_party/python/Doc/includes/
Dtypestruct.h67 allocfunc tp_alloc;
/third_party/python/Include/cpython/
Dobject.h257 allocfunc tp_alloc;
/third_party/python/Include/
Dobject.h215 typedef PyObject *(*allocfunc)(PyTypeObject *, Py_ssize_t); typedef
/third_party/python/Modules/
Dselectmodule.c1253 allocfunc epoll_alloc = PyType_GetSlot(type, Py_tp_alloc); in newPyEpoll_Object()
1939 allocfunc queue_alloc = PyType_GetSlot(type, Py_tp_alloc); in newKqueue_Object()
D_struct.c1440 allocfunc alloc_func = PyType_GetSlot(type, Py_tp_alloc); in s_new()
/third_party/python/Doc/data/
Dstable_abi.dat833 type,allocfunc,3.2,
/third_party/python/Doc/c-api/
Dtypeobj.rst124 …| :c:member:`~PyTypeObject.tp_alloc` | :c:type:`allocfunc` | …
333 | :c:type:`allocfunc` | .. line-block:: | :c:type:`PyObject` * |
1790 .. c:member:: allocfunc PyTypeObject.tp_alloc
2473 .. c:type:: PyObject *(*allocfunc)(PyTypeObject *cls, Py_ssize_t nitems)
/third_party/python/Misc/
Dstable_abi.txt260 typedef allocfunc