Searched defs:offset (Results 1 - 25 of 379) 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:__anon5444
/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:__anon5565
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
H A DEbmlBufferWriter.h5 unsigned long long offset; member in struct:__anon1025
11 unsigned int offset; member in struct:__anon1026
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dsdiovar.h33 int offset; member in struct:sdreg
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Diio.h36 unsigned int offset; member in struct:__anon212
/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:__anon767
/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:__anon772
26 uint32_t data_offset_from_frameinfo; // offset from frame_info to data. this will be used instead of data for inter-process
32 uint32_t data_offset_from_frameinfo; // offset from frame_info to data. this will be used instead of data for inter-process
/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/bsp/intel/peripheral/libupm/src/hx711/
H A Dhx711.cxx142 void HX711::setOffset(long offset){ argument
143 OFFSET = offset;
/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.h85 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/msm8909/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/msm8994/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/msm8996/libgralloc/
H A Dmemalloc.h46 unsigned int offset; member in struct:gralloc::alloc_data
66 unsigned int offset, int fd) = 0;
70 unsigned int offset, int fd) = 0;
74 unsigned int offset) = 0;
78 unsigned 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/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm_utils_list.c32 We return the index of es buffer and the offset into it for the requested byte offset.
33 EX: if byte=4, and the first es buffer in list is of length 100, we return lis_index=0, offset=3.
36 uint32_t viddec_pm_utils_list_getbyte_position(viddec_pm_utils_list_t *list, uint32_t byte, uint32_t *list_index, uint32_t *offset) argument
40 /* First buffer in list is always special case, since start offset is tied to it */
45 *offset = list->start_offset + byte - 1;
55 *offset = byte - accumulated_size - 1;
68 The start represents the linear offset of the first byte in list.
69 end-1 represents linear offset of last byte in list.
/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/merrifield/ips/tangier/
H A DTngGrallocBufferMapper.cpp60 int *offset)
67 if (!vaddr || !size || !offset) {
84 VTRACE("offset = %#x", arg.offset_pages);
85 *offset = arg.offset_pages;
57 gttMap(void *vaddr, uint32_t size, uint32_t gttAlign, int *offset) argument

Completed in 1363 milliseconds

1234567891011>>