Searched defs:offset (Results 1 - 25 of 301) sorted by relevance

1234567891011>>

/hardware/ti/omap4-aah/camera/inc/
H A DVideoMetadata.h20 /* This structure is used to pass buffer offset from Camera-Hal to Encoder component
28 int offset; member in struct:__anon3420
/hardware/ti/omap4xxx/camera/inc/
H A DVideoMetadata.h20 /* This structure is used to pass buffer offset from Camera-Hal to Encoder component
28 int offset; member in struct:__anon3541
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
H A DEbmlBufferWriter.h5 unsigned long long offset; member in struct:__anon491
11 unsigned int offset; member in struct:__anon492
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dsdiovar.h33 int offset; member in struct:sdreg
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
H A DVideoFrameInfo.h24 uint32_t offset; // offset to the pointer of the encrypted data member in struct:__anon234
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
H A DVideoFrameInfo.h24 uint32_t offset; // offset to the pointer of the encrypted data member in struct:__anon239
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dvp8_decrypt_test.cc30 ptrdiff_t offset) {
32 dst[i] = src[i] ^ test_key[(offset + i) & 15];
29 encrypt_buffer(const uint8_t *src, uint8_t *dst, size_t size, ptrdiff_t offset) argument
H A Dvp8_boolcoder_test.cc46 const size_t offset = input - reinterpret_cast<uint8_t*>(decrypt_state); local
48 output[i] = input[i] ^ secret_key[(offset + i) & 15];
/hardware/intel/img/libdrm/tests/
H A Dgem_readwrite.c41 int do_read(int fd, int handle, void *buf, int offset, int size) argument
54 read.offset = offset;
59 int do_write(int fd, int handle, void *buf, int offset, int size) argument
67 write.offset = offset;
H A Dgem_mmap.c41 int do_read(int fd, int handle, void *buf, int offset, int size) argument
54 read.offset = offset;
59 int do_write(int fd, int handle, void *buf, int offset, int size) argument
67 write.offset = offset;
92 mmap.offset = 0;
106 mmap.offset = 0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvreader.cpp94 int MkvReader::Read(long long offset, long len, unsigned char* buffer) argument
99 if (offset < 0)
108 if (offset >= m_length)
112 const int status = _fseeki64(m_file, offset, SEEK_SET);
117 fseek(m_file, offset, SEEK_SET);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_tile_common.c20 const int offset = ((idx * sb_cols) >> log2) << MI_BLOCK_SIZE_LOG2; local
21 return MIN(offset, mis);
/hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
H A DOMXVideoDecoderAVCSecure.h84 uint32_t offset; member in struct:OMXVideoDecoderAVCSecure::IMRSlot
/hardware/qcom/display/msm8084/libgralloc/
H A Dmemalloc.h46 size_t offset; member in struct:gralloc::alloc_data
65 size_t offset, int fd) = 0;
69 size_t offset, int fd) = 0;
73 size_t offset) = 0;
77 size_t offset, int fd, int op) = 0;
/hardware/qcom/display/msm8226/libgralloc/
H A Dmemalloc.h46 unsigned int offset; member in struct:gralloc::alloc_data
65 unsigned int offset, int fd) = 0;
69 unsigned int offset, int fd) = 0;
73 unsigned int offset) = 0;
77 unsigned int offset, int fd, int op) = 0;
/hardware/qcom/display/msm8960/libgralloc/
H A Dmemalloc.h46 int offset; member in struct:gralloc::alloc_data
65 int offset, int fd) = 0;
69 int offset, int fd) = 0;
73 int offset) = 0;
77 int offset, int fd, int op) = 0;
/hardware/qcom/display/msm8974/libgralloc/
H A Dmemalloc.h46 int offset; member in struct:gralloc::alloc_data
65 int offset, int fd) = 0;
69 int offset, int fd) = 0;
73 int offset) = 0;
77 int offset, int fd, int op) = 0;
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXMetadata.cpp46 size_t offset = 0; local
77 offset += sizeof(camera_metadata_t);
83 metaData->faces_offset = offset;
84 struct camera_metadata_face *faces = reinterpret_cast<struct camera_metadata_face *> (static_cast<char*>(ret->data) + offset);
97 offset += sizeof(camera_metadata_face_t) * metaData->number_of_faces;
115 metaData->lsc_table_offset = offset;
116 uint8_t *lsc_table = reinterpret_cast<uint8_t *> (static_cast<char*>(ret->data) + offset);
118 offset += metaData->lsc_table_size;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dtreecoder.c51 int offset)
53 tree2tok(p - offset, t, 0, 0, 0);
50 vp8_tokens_from_tree_offset(struct vp8_token_struct *p, vp8_tree t, int offset) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dboolhuff.h102 int offset = shift - count; local
104 if ((lowvalue << (offset - 1)) & 0x80000000)
118 br->buffer[br->pos++] = (lowvalue >> (24 - offset));
120 lowvalue <<= offset; local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_writer.h60 int offset = shift - count; local
62 if ((lowvalue << (offset - 1)) & 0x80000000) {
73 br->buffer[br->pos++] = (lowvalue >> (24 - offset));
74 lowvalue <<= offset; local
/hardware/intel/img/hwcomposer/ips/tangier/
H A DTngGrallocBufferMapper.cpp60 int *offset)
67 if (!vaddr || !size || !offset) {
84 VLOGTRACE("offset = %#x", arg.offset_pages);
85 *offset = arg.offset_pages;
57 gttMap(void *vaddr, uint32_t size, uint32_t gttAlign, int *offset) argument
/hardware/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_bo.h58 uint64_t offset; member in struct:nouveau_bo
/hardware/intel/img/libdrm/shared-core/
H A Dsis_drm.h54 unsigned int offset; member in struct:__anon810
60 unsigned int offset, size; member in struct:__anon811
64 unsigned int offset, size; member in struct:__anon812
/hardware/invensense/60xx/mlsdk/mllite/
H A DmlSetGyroBias.c76 biasPrev[i] = (long)mldl_cfg->offset[i];
112 short offset[3]; local
125 offset[i] = (short)biasTmp;
127 result = inv_set_gyro_bias_in_hw_unit(offset, mode);

Completed in 1670 milliseconds

1234567891011>>