Searched refs:size (Results 101 - 125 of 1405) sorted by relevance

1234567891011>>

/hardware/qcom/msm8994/original-kernel-headers/sound/
H A Dmsmcal-hwdep.h26 __u32 size; member in struct:wcdcal_ioctl_buffer
/hardware/qcom/msm8996/kernel-headers/sound/
H A Dmsmcal-hwdep.h34 __u32 size; member in struct:wcdcal_ioctl_buffer
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Dmsmcal-hwdep.h27 __u32 size; member in struct:wcdcal_ioctl_buffer
/hardware/qcom/msm8998/kernel-headers/sound/
H A Dmsmcal-hwdep.h34 __u32 size; member in struct:wcdcal_ioctl_buffer
/hardware/qcom/msm8998/original-kernel-headers/sound/
H A Dmsmcal-hwdep.h27 __u32 size; member in struct:wcdcal_ioctl_buffer
/hardware/qcom/msm8x09/kernel-headers/sound/
H A Dmsmcal-hwdep.h34 __u32 size; member in struct:wcdcal_ioctl_buffer
/hardware/qcom/msm8x09/original-kernel-headers/sound/
H A Dmsmcal-hwdep.h27 __u32 size; member in struct:wcdcal_ioctl_buffer
/hardware/intel/common/libwsbm/src/
H A Dwsbm_mallocpool.c45 size_t size; member in struct:_WsbmMallocBuffer
57 unsigned long size, uint32_t placement, unsigned alignment __attribute__ ((unused)))
59 struct _WsbmMallocBuffer *mBuf = malloc(size + sizeof(*mBuf) + 16);
65 mBuf->size = size;
139 return mallocBuf(buf)->size;
179 pool->size = &pool_size;
56 pool_create(struct _WsbmBufferPool *pool, unsigned long size, uint32_t placement, unsigned alignment __attribute__ ((unused))) argument
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehicleUtils.cpp67 return value.int32Values.size();
70 return value.floatValues.size();
73 return value.int64Values.size();
75 return value.bytes.size();
83 for (size_t i = 0; i < std::min(dest->size(), src.size()); i++) {
99 if (src.size() > 0) {
100 dest->setToExternal(const_cast<T*>(&src[0]), src.size());
101 } else if (dest->size() > 0) {
110 dest->setToExternal(src.c_str(), src.size());
[all...]
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg_queue.c41 queue->size = 0;
59 queue->size++;
85 queue->size++;
106 queue->size--;
120 uint32_t size = 0; local
123 size = queue->size;
126 return size;
150 queue->size--;
160 queue->size
[all...]
/hardware/google/av/codec2/vndk/bufferpool/vts/
H A Dallocator.cpp27 Params(uint32_t size) argument
28 : data{size, {C2MemoryUsage::CPU_READ, C2MemoryUsage::CPU_WRITE}} {}
45 memcpy(&ionParams, params.data(), std::min(sizeof(Params), params.size()));
68 size_t newSize = newParams.size();
69 size_t oldSize = oldParams.size();
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
H A DAnnPlaneManager.cpp171 int size = (int)config.size(); local
173 if (size == 0 || size > 5) {
174 VLOGTRACE("invalid z order config size %d", size);
180 for (int i = 0; i < size; i++) {
188 for (int i = 0; i < size; i++) {
208 for (int i = 0; i < size; i++) {
232 int size local
271 int size = (int)config.size(); local
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_surface.c93 psb_surface->size = (psb_surface->stride * height * 3) / 2;
101 psb_surface->size = psb_surface->stride * height;
138 psb_surface->size = psb_surface->stride * height * 2;
145 psb_surface->size = psb_surface->stride * height * 4;
152 ret = psb_buffer_create(driver_data, psb_surface->size, buffer_type, &psb_surface->buf);
162 unsigned size, /* total buffer size need to be allocated */
184 psb_surface->size = size;
188 ret = psb_buffer_create(driver_data, psb_surface->size, psb_bt_cpu_vpu_share
159 psb_surface_create_for_userptr( psb_driver_data_p driver_data, int width, int height, unsigned size, unsigned int __maybe_unused fourcc, unsigned int luma_stride, unsigned int __maybe_unused chroma_u_stride, unsigned int __maybe_unused chroma_v_stride, unsigned int luma_offset, unsigned int chroma_u_offset, unsigned int __maybe_unused chroma_v_offset, psb_surface_p psb_surface ) argument
193 psb_surface_create_from_kbuf( psb_driver_data_p driver_data, int width, int height, unsigned size, unsigned int __maybe_unused fourcc, int __maybe_unused kbuf_handle, unsigned int luma_stride, unsigned int __maybe_unused chroma_u_stride, unsigned int __maybe_unused chroma_v_stride, unsigned int __maybe_unused luma_offset, unsigned int chroma_u_offset, unsigned int __maybe_unused chroma_v_offset, psb_surface_p psb_surface ) argument
247 psb_surface_create_camera(psb_driver_data_p driver_data, int width, int height, int stride, int size, psb_surface_p psb_surface, int is_v4l2, unsigned int id_or_ofs ) argument
286 psb_surface_create_camera_from_ub(psb_driver_data_p driver_data, int width, int height, int stride, int size, psb_surface_p psb_surface, int is_v4l2, unsigned int id_or_ofs, const unsigned long *user_ptr) argument
[all...]
H A Dpsb_buffer.c65 unsigned int size,
81 buf->size = size;
183 ret = wsbmBOData(buf->drm_buf, size, NULL, NULL, 0);
192 size, wsbmBOOffsetHint(buf->drm_buf));
205 unsigned int size,
264 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Create BO from user buffer %p, size=%d, fd = %d\n", vaddr, size, fd);
266 ret = wsbmBODataUB(buf->drm_buf, size, NULL, NULL, 0, vaddr, fd);
268 drv_debug_msg(VIDEO_DEBUG_ERROR, "Failed to alloc wsbm buffers, buf->drm_buf is 0x%x, size i
64 psb_buffer_create(psb_driver_data_p driver_data, unsigned int size, psb_buffer_type_t type, psb_buffer_p buf ) argument
204 psb_buffer_create_from_ub(psb_driver_data_p driver_data, unsigned int size, psb_buffer_type_t type, psb_buffer_p buf, void * vaddr, int fd, unsigned int flags ) argument
[all...]
/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraTrace.cpp69 "with size %d\n", CAMSCOPE_MEMSTORE_SIZE);
133 int32_t size = CAMSCOPE_MEMSTORE_SIZE - local
136 if (size < 0) {
148 * @size: size of data to be stored
155 void* data, uint32_t size) {
158 camscope_num_bytes_stored[camscope_section], (char*)data, size);
159 camscope_num_bytes_stored[camscope_section] += size;
154 camscope_store_data(camscope_section_type camscope_section, void* data, uint32_t size) argument
/hardware/qcom/display/msm8084/libmemtrack/
H A Dkgsl.c88 unsigned long size; local
99 * gpuaddr useraddr size id flags type usage sglen
103 &size, flags, line_type, line_usage);
111 accounted_size += size;
113 unaccounted_size += size;
117 unaccounted_size += size;
/hardware/qcom/display/msm8226/libmemtrack/
H A Dkgsl.c88 unsigned long size; local
99 * gpuaddr useraddr size id flags type usage sglen
103 &size, flags, line_type);
111 accounted_size += size;
113 unaccounted_size += size;
117 unaccounted_size += size;
/hardware/qcom/display/msm8960/libmemtrack/
H A Dkgsl.c86 unsigned long size; local
97 * gpuaddr useraddr size id flags type usage sglen
101 &size, flags, line_type, line_usage);
108 accounted_size += size;
110 unaccounted_size += size;
113 unaccounted_size += size;
/hardware/qcom/display/msm8994/libmemtrack/
H A Dkgsl.c88 unsigned long size, mapsize; local
99 * gpuaddr useraddr size id flags type usage sglen mapsize
103 &size, flags, line_type, line_usage, &mapsize);
112 unaccounted_size += size - mapsize;
115 unaccounted_size += size;
119 unaccounted_size += size;
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_allocator.h53 int MapBuffer(void **base, unsigned int size, unsigned int offset, int fd);
55 int FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, int handle);
56 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
59 // @return : index of the descriptor with maximum buffer size req
66 void GetBufferSizeAndDimensions(const BufferDescriptor &d, unsigned int *size,
68 void GetBufferSizeAndDimensions(int width, int height, int format, unsigned int *size,
/hardware/qcom/display/msm8996/libmemtrack/
H A Dkgsl.c86 unsigned long size, mapsize; local
97 * gpuaddr useraddr size id flags type usage sglen mapsize
101 &size, flags, line_type, line_usage, &mapsize);
110 unaccounted_size += size - mapsize;
112 unaccounted_size += size;
116 unaccounted_size += size;
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_allocator.h53 int MapBuffer(void **base, unsigned int size, unsigned int offset, int fd);
55 int FreeBuffer(void *base, unsigned int size, unsigned int offset, int fd, int handle);
56 int CleanBuffer(void *base, unsigned int size, unsigned int offset, int handle, int op);
59 // @return : index of the descriptor with maximum buffer size req
66 void GetBufferSizeAndDimensions(const BufferDescriptor &d, unsigned int *size,
68 void GetBufferSizeAndDimensions(int width, int height, int format, unsigned int *size,
/hardware/qcom/display/msm8226/libgralloc/
H A Dgpu.cpp54 int gpu_context_t::gralloc_alloc_buffer(unsigned int size, int usage, argument
60 size = roundUpToPageSize(size);
75 size = ALIGN(size, data.align);
79 data.size = size;
89 eData.size = ROUND_UP_PAGESIZE(sizeof(MetaData_t));
161 private_handle_t *hnd = new private_handle_t(data.fd, size, flags,
211 //adreno needs FB size t
268 unsigned int size; local
344 unsigned int size = ROUND_UP_PAGESIZE(sizeof(MetaData_t)); local
[all...]
/hardware/qcom/msm8996/kernel-headers/media/
H A Dmsm_media_info.h42 * . . . . . . . . . . . . . . . . --> Buffer size alignment
49 * Total size = align((Y_Stride * Y_Scanlines
80 * . . . . . . . . . . . . . . . . --> Padding & Buffer size alignment
87 * Total size = align((Y_Stride * Y_Scanlines
138 * . . . . . . . . . . . . . . . . --> Buffer size alignment
147 * Total size = align((2*(Y_Stride * Y_Scanlines)
187 * . . . . . . . . . . . . . . -------> Buffer size aligned to 4k
201 * . . . . . . . . . . . . . . . . -------> Buffer size aligned to 4k
210 * . . . . . . . . . . . . . . -------> Buffer size aligned to 4k
218 * . . . . . . . . . . . . . . . . -------> Buffer size aligne
713 unsigned int uv_alignment = 0, size = 0; local
[all...]
/hardware/qcom/msm8996/original-kernel-headers/media/
H A Dmsm_media_info.h42 * . . . . . . . . . . . . . . . . --> Buffer size alignment
49 * Total size = align((Y_Stride * Y_Scanlines
80 * . . . . . . . . . . . . . . . . --> Padding & Buffer size alignment
87 * Total size = align((Y_Stride * Y_Scanlines
138 * . . . . . . . . . . . . . . . . --> Buffer size alignment
147 * Total size = align((2*(Y_Stride * Y_Scanlines)
187 * . . . . . . . . . . . . . . -------> Buffer size aligned to 4k
201 * . . . . . . . . . . . . . . . . -------> Buffer size aligned to 4k
210 * . . . . . . . . . . . . . . -------> Buffer size aligned to 4k
218 * . . . . . . . . . . . . . . . . -------> Buffer size aligne
713 unsigned int uv_alignment = 0, size = 0; local
[all...]

Completed in 520 milliseconds

1234567891011>>