Searched refs:size (Results 1 - 25 of 395) sorted by relevance

1234567891011>>

/hardware/ti/omap4xxx/domx/domx/omx_rpc/inc/
H A Domx_rpc_skel.h72 RPC_OMX_ERRORTYPE RPC_SKEL_GetHandle(uint32_t size, uint32_t * data);
73 RPC_OMX_ERRORTYPE RPC_SKEL_SetParameter(uint32_t size,
75 RPC_OMX_ERRORTYPE RPC_SKEL_GetParameter(uint32_t size,
77 RPC_OMX_ERRORTYPE RPC_SKEL_FreeHandle(uint32_t size, uint32_t * data);
78 RPC_OMX_ERRORTYPE RPC_SKEL_EmptyThisBuffer(uint32_t size,
80 RPC_OMX_ERRORTYPE RPC_SKEL_FillThisBuffer(uint32_t size,
82 RPC_OMX_ERRORTYPE RPC_SKEL_UseBuffer(uint32_t size, uint32_t * data);
83 RPC_OMX_ERRORTYPE RPC_SKEL_FreeBuffer(uint32_t size, uint32_t * data);
84 RPC_OMX_ERRORTYPE RPC_SKEL_SetConfig(uint32_t size, uint32_t * data);
85 RPC_OMX_ERRORTYPE RPC_SKEL_GetConfig(uint32_t size, uint32_
[all...]
/hardware/qcom/display/msm8960/libgralloc/
H A Dionalloc.h44 virtual int free_buffer(void *base, size_t size,
47 virtual int map_buffer(void **pBase, size_t size,
50 virtual int unmap_buffer(void *base, size_t size,
53 virtual int clean_buffer(void*base, size_t size,
H A Dmemalloc.h47 size_t size; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, size_t size,
68 virtual int map_buffer(void **pBase, size_t size,
72 virtual int unmap_buffer(void *base, size_t size,
76 virtual int clean_buffer(void *base, size_t size,
H A Dalloc_controller.cpp256 size_t size; local
266 size = alignedw * alignedh * 4;
269 size = alignedw * alignedh * 3;
273 size = alignedw * alignedh * 2;
278 size = ALIGN(alignedw*alignedh, 4096);
279 size += ALIGN(2 * ALIGN(width/2, 32) * ALIGN(height/2, 32), 4096);
285 size = ALIGN( alignedw * alignedh, 8192);
286 size += ALIGN( alignedw * ALIGN(height/2, 32), 8192);
297 size = ALIGN(alignedw*alignedh, 2048) +
300 size
[all...]
/hardware/qcom/display/msm8974/libgralloc/
H A Dionalloc.h44 virtual int free_buffer(void *base, size_t size,
47 virtual int map_buffer(void **pBase, size_t size,
50 virtual int unmap_buffer(void *base, size_t size,
53 virtual int clean_buffer(void*base, size_t size,
H A Dmemalloc.h47 size_t size; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, size_t size,
68 virtual int map_buffer(void **pBase, size_t size,
72 virtual int unmap_buffer(void *base, size_t size,
76 virtual int clean_buffer(void *base, size_t size,
H A Dalloc_controller.cpp275 size_t size; local
285 size = alignedw * alignedh * 4;
288 size = alignedw * alignedh * 3;
292 size = alignedw * alignedh * 2;
297 size = ALIGN(alignedw*alignedh, 4096);
298 size += ALIGN(2 * ALIGN(width/2, 32) * ALIGN(height/2, 32), 4096);
304 size = ALIGN( alignedw * alignedh, 8192);
305 size += ALIGN( alignedw * ALIGN(height/2, 32), 8192);
313 size = alignedw*alignedh +
315 size
[all...]
/hardware/qcom/display/msm8x26/libgralloc/
H A Dionalloc.h44 virtual int free_buffer(void *base, size_t size,
47 virtual int map_buffer(void **pBase, size_t size,
50 virtual int unmap_buffer(void *base, size_t size,
53 virtual int clean_buffer(void*base, size_t size,
H A Dmemalloc.h47 size_t size; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, size_t size,
68 virtual int map_buffer(void **pBase, size_t size,
72 virtual int unmap_buffer(void *base, size_t size,
76 virtual int clean_buffer(void *base, size_t size,
H A Dalloc_controller.cpp256 size_t size; local
264 size = alignedw * alignedh * 4;
267 size = alignedw * alignedh * 3;
271 size = alignedw * alignedh * 2;
276 size = ALIGN(alignedw*alignedh, 4096);
277 size += ALIGN(2 * ALIGN(width/2, 32) * ALIGN(height/2, 32), 4096);
283 size = ALIGN( alignedw * alignedh, 8192);
284 size += ALIGN( alignedw * ALIGN(height/2, 32), 8192);
295 size = ALIGN(alignedw*alignedh, 2048) +
298 size
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/audio/exynos5/srp/alp/include/
H A Dsrp_api.h45 unsigned int size; member in struct:srp_buf_info
68 int SRP_Get_Ibuf_Info(void **addr, unsigned int *size, unsigned int *num);
69 int SRP_Get_Obuf_Info(void **addr, unsigned int *size, unsigned int *num);
71 int SRP_Get_PCM(void **addr, unsigned int *size);
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.h19 size_t size, unsigned int key);
22 inv_error_t inv_get_mpl_state_size(size_t *size);
H A Dstorage_manager.c34 long size; member in struct:data_header_t
61 * @param[in] size The size in bytes of the amount of data you want loaded and saved.
67 inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key)
82 ds.hd[ds.num].size = size;
85 ds.total_size += size + sizeof(struct data_header_t);
91 /** Returns the memory size needed to perform a store
92 * @param[out] size Size in bytes of memory needed to store.
95 inv_error_t inv_get_mpl_state_size(size_t *size) argument
66 inv_register_load_store(inv_error_t (load_func)const unsigned char *data), inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key) argument
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.h19 size_t size, unsigned int key);
22 inv_error_t inv_get_mpl_state_size(size_t *size);
H A Dstorage_manager.c38 long size; member in struct:data_header_t
65 * @param[in] size The size in bytes of the amount of data you want loaded and saved.
71 inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key)
86 ds.hd[ds.num].size = size;
89 ds.total_size += size + sizeof(struct data_header_t);
95 /** Returns the memory size needed to perform a store
96 * @param[out] size Size in bytes of memory needed to store.
99 inv_error_t inv_get_mpl_state_size(size_t *size) argument
70 inv_register_load_store(inv_error_t (load_func)const unsigned char *data), inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dbt_gatt.h30 size_t size; member in struct:__anon192
42 size_t size; member in struct:__anon193
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DCSemaphore.h49 CSemaphore(int size = 0);
/hardware/ti/omap4xxx/
H A Dheaptracker.c26 extern void *__real_malloc(size_t size);
27 extern void *__real_realloc(void *ptr, size_t size);
28 extern void *__real_calloc(int nmemb, int size);
52 size_t size; member in struct:hdr
62 return (struct ftr *)(((char *)(hdr + 1)) + hdr->size);
186 static inline void add(struct hdr *hdr, size_t size) argument
190 hdr->size = size;
212 memset(user(hdr), FREE_POISON, hdr->size);
219 for (i = 0; i < hdr->size;
347 __wrap_malloc(size_t size) argument
402 __wrap_realloc(void *ptr, size_t size) argument
461 __wrap_calloc(int nmemb, size_t size) argument
[all...]
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c38 queue->size = 0;
56 queue->size++;
76 queue->size--;
90 uint32_t size = 0; local
93 size = queue->size;
96 return size;
121 queue->size--;
131 queue->size = 0;
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
H A Dmlos.h66 static inline void *kmalloc(size_t size, argument
70 return inv_malloc((unsigned int)size);
72 static inline void *kzalloc(size_t size, unsigned int gfp_flags) argument
74 void *tmp = inv_malloc((unsigned int)size);
77 memset(tmp, 0, size);
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dmlos.h77 static inline void *kmalloc(size_t size, argument
80 return inv_malloc((unsigned int)size);
82 static inline void *kzalloc(size_t size, unsigned int gfp_flags) argument
84 void *tmp = inv_malloc((unsigned int)size);
86 memset(tmp, 0, size);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dmlos.h66 static inline void *kmalloc(size_t size, argument
70 return inv_malloc((unsigned int)size);
72 static inline void *kzalloc(size_t size, unsigned int gfp_flags) argument
74 void *tmp = inv_malloc((unsigned int)size);
77 memset(tmp, 0, size);
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
H A Dperf34 # scale factor size => scale a size by factor percent
98 EVAL="$EVAL $cmd_VDTrate+size=$VDsize"
99 EVAL="$EVAL $cmd_VPrate+size=$VDsize"
104 size=$(expr $4 \* $5 \* 2)
105 EVAL="$EVAL $cmd_VCrate+size=$size"
106 EVAL="$EVAL $cmd_VCPrate+size=$size"
132 size
[all...]
/hardware/samsung_slsi/exynos5/include/
H A DExynosBuffer.h79 //! Buffer size
83 } size; member in struct:ExynosBuffer
94 size. extS[i] = 0;
106 size. extS[i] = other->size.extS[i];
118 size. extS[i] = other.size.extS[i];
138 && size. extS[0] == other.size.extS[0]
139 && size
[all...]
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DNotificationQueue.cpp41 uint32_t size
44 in->hdr.queueSize = size;
45 out->hdr.queueSize = size;

Completed in 5229 milliseconds

1234567891011>>