Searched defs:offset (Results 26 - 50 of 301) sorted by relevance

1234567891011>>

/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dinv_sysfs_utils.c224 * inv_read_temp_offset() - Read temperature offset.
276 static short scale, offset; local
281 count += inv_read_temp_offset(names, &offset);
285 data[0] = (long)((35 + ((float)(raw - offset) / scale)) * 65536.f);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dinv_sysfs_utils.c218 * inv_read_temp_offset() - Read temperature offset.
270 static short scale, offset; local
275 count += inv_read_temp_offset(names, &offset);
279 data[0] = (long)((35 + ((float)(raw - offset) / scale)) * 65536.f);
/hardware/qcom/display/msm8084/libgralloc/
H A Dionalloc.cpp123 int IonAlloc::free_buffer(void* base, size_t size, size_t offset, int fd) argument
134 err = unmap_buffer(base, size, offset);
139 int IonAlloc::map_buffer(void **pBase, size_t size, size_t offset, int fd) argument
157 ALOGD_IF(DEBUG, "ion: Mapped buffer base:%p size:%zu offset:%d fd:%d",
158 base, size, offset, fd);
163 int IonAlloc::unmap_buffer(void *base, size_t size, size_t /*offset*/)
175 int IonAlloc::clean_buffer(void *base, size_t size, size_t offset, int fd, int op) argument
197 // offset and length are uint32_t
198 flush_data.offset = (uint32_t) offset;
[all...]
/hardware/qcom/display/msm8226/libgralloc/
H A Dionalloc.cpp123 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, argument
135 err = unmap_buffer(base, size, offset);
140 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, argument
159 ALOGD_IF(DEBUG, "ion: Mapped buffer base:%p size:%u offset:%u fd:%d",
160 base, size, offset, fd);
166 unsigned int /*offset*/)
178 int IonAlloc::clean_buffer(void *base, unsigned int size, unsigned int offset, argument
201 // offset and length are unsigned int
202 flush_data.offset = offset;
[all...]
/hardware/qcom/display/msm8960/libgralloc/
H A Dionalloc.cpp114 clean_buffer(base, data.size, data.offset, fd_data.fd,
127 int IonAlloc::free_buffer(void* base, size_t size, int offset, int fd) argument
138 err = unmap_buffer(base, size, offset);
143 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) argument
161 ALOGD_IF(DEBUG, "ion: Mapped buffer base:%p size:%d offset:%d fd:%d",
162 base, size, offset, fd);
167 int IonAlloc::unmap_buffer(void *base, size_t size, int offset) argument
179 int IonAlloc::clean_buffer(void *base, size_t size, int offset, int fd, int op) argument
202 flush_data.offset = offset;
[all...]
/hardware/qcom/display/msm8974/libgralloc/
H A Dionalloc.cpp128 int IonAlloc::free_buffer(void* base, size_t size, int offset, int fd) argument
139 err = unmap_buffer(base, size, offset);
144 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) argument
162 ALOGD_IF(DEBUG, "ion: Mapped buffer base:%p size:%d offset:%d fd:%d",
163 base, size, offset, fd);
168 int IonAlloc::unmap_buffer(void *base, size_t size, int offset) argument
180 int IonAlloc::clean_buffer(void *base, size_t size, int offset, int fd, int op) argument
203 flush_data.offset = offset;
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Domx_video_common.h70 unsigned offset; member in struct:pmem
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsm_media_info.h261 unsigned int offset = 0; local
275 offset = y_plane + uv_plane;
281 return offset;
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsm_media_info.h261 unsigned int offset = 0; local
275 offset = y_plane + uv_plane;
281 return offset;
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsm_media_info.h261 unsigned int offset = 0; local
275 offset = y_plane + uv_plane;
281 return offset;
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsm_media_info.h261 unsigned int offset = 0; local
275 offset = y_plane + uv_plane;
281 return offset;
/hardware/ti/omap4-aah/camera/
H A DCameraHalCommon.cpp35 Dumps the current time offset. The time reference point
58 Dumps the current time offset. The time reference point
142 unsigned int offset, unsigned int stride,
147 *x = (offset % stride) / getBPP(format);
148 *y = (offset / stride);
141 getXYFromOffset(unsigned int *x, unsigned int *y, unsigned int offset, unsigned int stride, const char* format) argument
/hardware/ti/omap4-aah/ion/
H A Domap_ion.h31 size_t offset; member in struct:omap_ion_tiler_alloc_data
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Domap_ion.h31 size_t offset; member in struct:omap_ion_tiler_alloc_data
/hardware/ti/omap4xxx/ion/
H A Domap_ion.h31 size_t offset; member in struct:omap_ion_tiler_alloc_data
/hardware/intel/common/libwsbm/src/
H A Dwsbm_pool.h63 unsigned long (*offset) (struct _WsbmBufStorage * buf); member in struct:_WsbmBufferPool
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/test/
H A Dtest.c30 stdio_seek(int64_t offset, int whence, void * file) argument
33 return fseek(fp, offset, whence);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dwebmdec.c29 static int nestegg_seek_cb(int64_t offset, int whence, void *userdata) { argument
41 return fseek(userdata, (int32_t)offset, whence) ? -1 : 0;
/hardware/intel/img/hwcomposer/ips/common/
H A DWsbmWrapper.c133 ELOGTRACE("failed to get device offset, error code %d", ret);
137 VLOGTRACE("ioctl offset %#x", arg.rep.driver_ioctl_offset);
159 int offset = 0; local
198 int offset = 0; local
374 uint32_t offset = local
377 VLOGTRACE("offset %#x", offset >> 12);
379 return offset >> 12;
/hardware/intel/img/libdrm/libdrm/intel/
H A Dintel_bufmgr.h58 * Card virtual address (offset from the beginning of the aperture) for the
61 unsigned long offset; member in struct:_drm_intel_bo
87 int drm_intel_bo_subdata(drm_intel_bo *bo, unsigned long offset,
89 int drm_intel_bo_get_subdata(drm_intel_bo *bo, unsigned long offset,
100 int drm_intel_bo_emit_reloc(drm_intel_bo *bo, uint32_t offset,
146 unsigned long offset, unsigned long size,
/hardware/intel/img/psb_video/src/
H A Dtng_enc_trace.h47 int offset; member in struct:RegisterInfomation
99 #define MULTICORE_READ32(offset, pointer) \
102 + REG_OFFSET_TOPAZ_MULTICORE + offset)); \
/hardware/libhardware/modules/gralloc/
H A Dgralloc_priv.h75 int offset; member in struct:private_handle_t
89 fd(fd), magic(sMagic), flags(flags), size(size), offset(0),
/hardware/qcom/display/msm8084/liboverlay/pipes/
H A Doverlay3DPipe.h56 bool queueBuffer(int fd, uint32_t offset);
86 bool queueBuffer(int fd, uint32_t offset);
116 bool queueBuffer(int fd, uint32_t offset);
146 bool queueBuffer(int fd, uint32_t offset);
187 inline bool M3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { argument
188 return mM3d.queueBuffer(fd, offset);
256 inline bool M3DPrimaryPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { argument
257 return mM3d.queueBuffer(fd, offset);
314 inline bool S3DExtPipe<CHAN>::queueBuffer(int fd, uint32_t offset) { argument
315 return mS3d.queueBuffer(fd, offset);
389 queueBuffer(int fd, uint32_t offset) argument
[all...]
H A DoverlayGenPipe.cpp89 bool GenericPipe::queueBuffer(int fd, uint32_t offset) { argument
97 return mData->queueBuffer(fd, offset);
/hardware/qcom/display/msm8226/liboverlay/pipes/
H A DoverlayGenPipe.cpp77 bool GenericPipe::queueBuffer(int fd, uint32_t offset) { argument
83 return mData->queueBuffer(fd, offset);

Completed in 622 milliseconds

1234567891011>>