OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alloc_data
(Results
1 - 11
of
11
) sorted by null
/hardware/ti/omap4xxx/ion/
ion.c
79
struct omap_ion_tiler_alloc_data
alloc_data
= {
local
88
.arg = (unsigned long)(&
alloc_data
),
94
*stride =
alloc_data
.stride;
95
*handle =
alloc_data
.handle;
/hardware/qcom/display/msm8960/libgralloc/
memalloc.h
43
struct
alloc_data
{
struct in namespace:gralloc
58
// Allocate buffer - fill in the
alloc_data
60
// and fd are returned in the
alloc_data
struct
61
virtual int alloc_buffer(
alloc_data
& data) = 0;
/hardware/qcom/display/msm8974/libgralloc/
memalloc.h
43
struct
alloc_data
{
struct in namespace:gralloc
58
// Allocate buffer - fill in the
alloc_data
60
// and fd are returned in the
alloc_data
struct
61
virtual int alloc_buffer(
alloc_data
& data) = 0;
/hardware/qcom/display/msm8x26/libgralloc/
memalloc.h
43
struct
alloc_data
{
struct in namespace:gralloc
58
// Allocate buffer - fill in the
alloc_data
60
// and fd are returned in the
alloc_data
struct
61
virtual int alloc_buffer(
alloc_data
& data) = 0;
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
video_encoder_device.h
95
struct ion_allocation_data
alloc_data
;
member in struct:venc_dev::recon_buffer
video_encoder_device_copper.h
208
struct ion_allocation_data
alloc_data
;
member in struct:venc_dev::recon_buffer
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h
96
struct ion_allocation_data
alloc_data
;
member in struct:venc_dev::recon_buffer
video_encoder_device_v4l2.h
248
struct ion_allocation_data
alloc_data
;
member in struct:venc_dev::recon_buffer
/external/pixman/pixman/
pixman-region.c
206
alloc_data
(size_t n)
function
455
region->data =
alloc_data
(n);
465
region->data =
alloc_data
(n);
529
dst->data =
alloc_data
(src->data->numRects);
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_test.cpp
300
struct ion_allocation_data
alloc_data
;
member in struct:enc_ion
373
ion_data.
alloc_data
.len = nSize;
374
ion_data.
alloc_data
.heap_mask = 0x1 << ION_CP_MM_HEAP_ID;
375
ion_data.
alloc_data
.align = 4096;
376
ion_data.
alloc_data
.flags = 0;
378
rc = ioctl(ion_data.ion_device_fd,ION_IOC_ALLOC,&ion_data.
alloc_data
);
379
if(rc || !ion_data.
alloc_data
.handle) {
381
ion_data.
alloc_data
.handle=NULL;
385
ion_data.ion_alloc_fd.handle = ion_data.
alloc_data
.handle;
410
&ion_data.
alloc_data
.handle))
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_test.cpp
329
struct ion_allocation_data
alloc_data
;
member in struct:enc_ion
403
ion_data.
alloc_data
.len = nSize;
404
ion_data.
alloc_data
.heap_mask = 0x1 << ION_CP_MM_HEAP_ID;
405
ion_data.
alloc_data
.align = 4096;
406
ion_data.
alloc_data
.flags = ION_SECURE;
408
rc = ioctl(ion_data.ion_device_fd,ION_IOC_ALLOC,&ion_data.
alloc_data
);
410
if (rc || !ion_data.
alloc_data
.handle) {
411
E("\n ION ALLOC memory failed rc: %d, handle: %p", rc, ion_data.
alloc_data
.handle);
412
ion_data.
alloc_data
.handle=NULL;
416
ion_data.ion_alloc_fd.handle = ion_data.
alloc_data
.handle
[
all
...]
Completed in 153 milliseconds