Searched defs:offset (Results 126 - 150 of 301) sorted by relevance

1234567891011>>

/hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
H A Dsecvideoparser.h111 uint32_t offset; member in struct:__anon214
/hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
H A Dsecvideoparser.h111 uint32_t offset; member in struct:__anon228
/hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
H A DVideoDecoderAVCSecure.cpp155 ETRACE("Not enough data to parse NALU offset, size, header length for NALU %d, left = %d", i, sizeLeft);
159 // read NALU offset
293 WTRACE("unexpected slice offset %d, accumulatedHeaderLen = %d", sliceData->slice_offset, accumulatedHeaderLen);
314 // sliceData->slice_offset - accumulatedHeaderLen is the absolute offset to start codes of current NAL unit
315 // offset points to first byte of NAL unit
333 (uint8_t*)sliceOffset, // IMR offset
351 // Returns offset of position following the pattern in the buffer if pattern is found or -1 if not found.
352 int32_t VideoDecoderAVCSecure::findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length) { argument
366 ptr = (uint8_t *) (stream + offset);
412 // return offset o
455 int32_t naluOffset, offset, left; local
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
H A DVideoDecoderAVCSecure.cpp146 nalu_offset = pFrameInfo->nalus[i].offset;
226 int32_t offset; local
240 offset = 4;
242 VTRACE("%d nalu, offset = %d", i, offset);
243 data_src = buffer->data + buffer->size + sizeof(uint32_t) + offset;
249 offset += nalu_size + 3 *sizeof(uint32_t);
599 int32_t offset = 0; local
687 VTRACE("slice header size = 0x%x, offset = 0x%x", size, offset);
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
H A DVideoDecoderAVCSecure.cpp158 ETRACE("Not enough data to parse NALU offset, size, header length for NALU %d, left = %d", i, sizeLeft);
162 // read NALU offset
297 WTRACE("unexpected slice offset %d, accumulatedHeaderLen = %d", sliceData->slice_offset, accumulatedHeaderLen);
317 // sliceData->slice_offset - accumulatedHeaderLen is the absolute offset to start codes of current NAL unit
318 // offset points to first byte of NAL unit
336 (uint8_t*)sliceOffset, // IMR offset
354 // Returns offset of position following the pattern in the buffer if pattern is found or -1 if not found.
355 int32_t VideoDecoderAVCSecure::findNalUnitOffset(uint8_t *stream, int32_t offset, int32_t length) { argument
369 ptr = (uint8_t *) (stream + offset);
415 // return offset o
458 int32_t naluOffset, offset, left; local
[all...]
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
H A DVideoDecoderAVCSecure.cpp146 nalu_offset = pFrameInfo->nalus[i].offset;
237 int32_t offset; local
251 offset = 4;
253 VTRACE("%d nalu, offset = %d", i, offset);
254 data_src = buffer->data + buffer->size + sizeof(uint32_t) + offset;
260 offset += nalu_size + 3 *sizeof(uint32_t);
616 int32_t offset = 0; local
704 VTRACE("slice header size = 0x%x, offset = 0x%x", size, offset);
[all...]
/hardware/intel/common/libmix/videoencoder/
H A DIntelMetadataBuffer.cpp77 if (type == ST_MEMBASE) /*offset, size, heap*/
79 ssize_t offset = data.readInt32(); local
84 sp<MemoryBase> mem = new MemoryBase(heap, offset, size);
136 if (smem->type == ST_MEMBASE) /*offset, size, heap*/
138 ssize_t offset; local
140 sp<IMemoryHeap> heap = smem->membase->getMemory(&offset, &size);
141 data.writeInt32(offset);
705 //send type/obj (offset/size/MemHeap)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dtemporal_filter.c49 int offset; local
69 offset = (mv_row >> 3) * stride + (mv_col >> 3);
70 uptr = u_mb_ptr + offset;
71 vptr = v_mb_ptr + offset;
162 int pre = d->offset;
176 d->offset = mb_offset;
215 d->offset = pre;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_encodemv.c34 int offset; local
37 const int mv_class = vp9_get_mv_class(mag - 1, &offset);
38 const int d = offset >> 3; // int mv data
39 const int fr = (offset >> 1) & 3; // fractional mv data
40 const int hp = offset & 1; // high precision mv data
H A Dvp9_mbgraph.c240 int mb_col, mb_row, offset = 0; local
275 MBGRAPH_MB_STATS *mb_stats = &stats->mb_stats[offset + mb_col];
300 offset += cm->mb_cols;
307 int mb_col, mb_row, offset, i; local
326 for (offset = 0, mb_row = 0; mb_row < cm->mb_rows;
327 offset += cm->mb_cols, mb_row++) {
329 MBGRAPH_MB_STATS *mb_stats = &frame_stats->mb_stats[offset + mb_col];
339 arf_not_zz[offset + mb_col]++;
/hardware/intel/img/psb_video/src/
H A Dpnw_cmdbuf.c310 uint32_t offset)
337 RELOC_CMDBUF_PNW(cmdbuf->cmd_idx, offset, command_data);
306 pnw_cmdbuf_insert_command_package(object_context_p obj_context, int32_t core, uint32_t cmd_id, psb_buffer_p command_data, uint32_t offset) argument
H A Dpsb_drv_debug.c752 DB("offset in bits\n", cmd_idx);
786 void psb__debug_schedule_hexdump(const char *name, psb_buffer_p buf, uint32_t offset, uint32_t size) argument
791 debug_dump_offset[debug_dump_count] = offset;
796 static void psb__hexdump2(unsigned char *p, int offset, int size) argument
798 if (offset + size > 8)
799 size = 8 - offset;
801 g_hexdump_offset += offset;
803 while (offset-- > 0) {
816 int offset = g_hexdump_offset % 8; local
817 g_hexdump_offset -= offset;
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A Dmlarray.c577 * The gyroscope and accelerometer data is not scaled or offset, it is
1557 * The gyroscope and accelerometer data is not scaled or offset, it is
2134 short offset[GYRO_NUM_AXES]; local
2148 offset[i] = (short)biasTmp;
2150 result = inv_set_offset(offset);
H A Dmldl.c156 unsigned short offset; local
162 offset = sGetAddress(key);
163 if (offset >= localDmpMemorySize || (offset + length) > localDmpMemorySize) {
167 memcpy(buffer, &localDmpMemory[offset], length);
174 unsigned short offset; local
179 offset = sGetAddress(key);
180 return offset;
604 * @brief Set the Temperature Compensation offset.
606 * a pointer to the temperature compensations offset
682 inv_set_offset(const short *offset) argument
[all...]
H A Dmldl_cfg.h101 unsigned short offset[GYRO_NUM_AXES]; member in struct:mldl_cfg
/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
H A Diio_utils.h62 * @offset: offset to be applied for conversion to si units
73 float offset; member in struct:iio_channel_info
361 current->offset = 0;
398 ret = iioutils_get_param_float(&current->offset,
399 "offset",
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
H A Diio_utils.h62 * @offset: offset to be applied for conversion to si units
73 float offset; member in struct:iio_channel_info
361 current->offset = 0;
398 ret = iioutils_get_param_float(&current->offset,
399 "offset",
/hardware/invensense/6515/libsensors_iio/software/simple_apps/stress_iio/
H A Diio_utils.h60 * @offset: offset to be applied for conversion to si units
71 float offset; member in struct:iio_channel_info
360 current->offset = 0;
397 ret = iioutils_get_param_float(&current->offset,
398 "offset",
/hardware/qcom/audio/legacy/libalsa-intf/
H A Daplay.c176 unsigned offset = 0; local
318 * to be written we need to calcutate the buffer offset where we can
410 offset += frames;
H A Darec.c186 unsigned offset = 0; local
311 * to be read we need to calcutate the buffer offset where we can
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMdp.h191 bool play(int fd, uint32_t offset);
425 inline bool MdpData::play(int fd, uint32_t offset) { argument
427 mOvData.data.offset = offset;
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_ion.h106 unsigned int offset; member in struct:ion_flush_data
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_ion.h124 * @offset: offset into the handle to flush
128 * of the handle, p + offset through p + offset + length will have
135 unsigned int offset; member in struct:ion_flush_data
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_ion.h107 unsigned int offset; member in struct:ion_flush_data
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_ion.h109 unsigned int offset; member in struct:ion_flush_data

Completed in 508 milliseconds

1234567891011>>