Searched defs:size (Results 1 - 25 of 269) sorted by relevance

1234567891011

/hardware/qcom/display/msm8960/libqdutils/
H A DqdMetaData.cpp50 unsigned long size = ROUND_UP_PAGESIZE(sizeof(MetaData_t)); local
51 void *base = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED,
85 if(munmap(base, size))
/hardware/qcom/display/msm8974/libqdutils/
H A DqdMetaData.cpp50 unsigned long size = ROUND_UP_PAGESIZE(sizeof(MetaData_t)); local
51 void *base = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED,
88 if(munmap(base, size))
/hardware/qcom/display/msm8x26/libqdutils/
H A DqdMetaData.cpp50 unsigned long size = ROUND_UP_PAGESIZE(sizeof(MetaData_t)); local
51 void *base = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED,
85 if(munmap(base, size))
/hardware/libhardware/include/hardware/
H A Dbt_gatt.h30 size_t size; member in struct:__anon192
42 size_t size; member in struct:__anon193
H A Dbt_sock.h33 short size; member in struct:__anon258
41 /** set to size of this struct*/
42 size_t size; member in struct:__anon259
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
H A Dmm_jpeg_ionbuf.h47 long size; member in struct:__anon631
/hardware/qcom/camera/QCamera2/stack/common/
H A Dcam_queue.h39 uint32_t size; member in struct:__anon435
47 queue->size = 0;
64 queue->size++;
83 queue->size--;
109 queue->size--;
120 queue->size = 0;
/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/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/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Memory.c39 OMX_PTR Exynos_OSAL_Malloc(OMX_U32 size) argument
44 return (OMX_PTR)malloc(size);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
H A DCSemaphore.cpp39 CSemaphore::CSemaphore(int size) : m_waiters_count(0), m_count(size) argument
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
H A DOMXSceneModeTables.h45 const unsigned int size; member in struct:CameraToSensorModesLUTEntry
/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);
H A Dml_stored_data.c52 // obtain file size
67 MPL_LOGE("bytes read (%d) don't match file size (%d)\n",
92 MPL_LOGI("cal data size to write = %d", len);
123 * size is 2777 bytes (header and checksum included).
162 * Test and its size is 36 bytes (header and checksum included).
246 size_t size; local
250 inv_get_mpl_state_size(&size);
252 MPL_LOGI("inv_get_mpl_state_size() : size=%d", size);
255 res = inv_save_mpl_states(calData, size);
[all...]
/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/qcom/display/msm8960/libgralloc/
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,
/hardware/qcom/display/msm8974/libgralloc/
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,
/hardware/qcom/display/msm8x26/libgralloc/
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,
/hardware/qcom/media/libstagefrighthw/
H A DQComOMXPlugin.cpp90 size_t size,
96 return (*mComponentNameEnum)(name, size, index);
88 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/samsung_slsi/exynos5/libexynosutils/
H A Dexynos5_format_v4l2.c250 unsigned int size = 0; local
276 size = ALIGN(width, 16) * ALIGN(height, 16);
277 frame_size = size + 2 * ALIGN(width >> 1, 8) * ALIGN(height >> 1, 8);
284 size = ALIGN(ALIGN(width, 16) * ALIGN(height, 16), 2048);
285 frame_size = size + ALIGN(ALIGN(width, 16) * ALIGN(height >> 1, 8), 2048);
320 unsigned int size = 0; local
325 size = width * height;
326 *luma_size = size;
327 *chroma_size = size >> 2;
334 size
[all...]
/hardware/samsung_slsi/exynos5/libstagefrighthw/
H A DExynos_OMX_Plugin.cpp92 size_t size,
98 return (*mComponentNameEnum)(name, size, index);
90 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/ti/omap3/libstagefrighthw/
H A DTIOMXPlugin.cpp90 size_t size,
96 return (*mComponentNameEnum)(name, size, index);
88 enumerateComponents( OMX_STRING name, size_t size, OMX_U32 index) argument
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSupport.cpp70 int read_attribute_sensor(int fd, char* data, unsigned int size) argument
76 count = pread(fd, data, size, 0);
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
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...]

Completed in 951 milliseconds

1234567891011