Searched defs:offset (Results 201 - 225 of 301) sorted by relevance

1234567891011>>

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_loopfilter.c637 const int offset[] = {1, mode_info_stride - 1, 1, -mode_info_stride - 1}; local
738 mip += offset[0];
739 for (idx_8 = 1; idx_8 < 4; mip += offset[idx_8], ++idx_8) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c303 const int offset = mi_row * cm->mi_stride + mi_col; local
306 xd->mi = cm->mi_grid_visible + offset;
307 xd->mi[0] = &cm->mi[offset];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_firstpass.c94 // Read frame stats at an offset from the current position.
96 FIRSTPASS_STATS *frame_stats, int offset) {
99 // Check legality of offset.
100 if (offset >= 0) {
101 if (&fps_ptr[offset] >= p->stats_in_end)
103 } else if (offset < 0) {
104 if (&fps_ptr[offset] < p->stats_in_start)
108 *frame_stats = fps_ptr[offset];
1095 // score in the frame following a flash frame. The offset passed in should
1097 static int detect_flash(const struct twopass_rc *twopass, int offset) { argument
95 read_frame_stats(const struct twopass_rc *p, FIRSTPASS_STATS *frame_stats, int offset) argument
1179 calc_arf_boost(VP9_COMP *cpi, int offset, int f_frames, int b_frames, int *f_boost, int *b_boost) argument
[all...]
H A Dvp9_mcomp.c109 x->ss[0].offset = 0;
118 ss->offset = ss->mv.row * stride + ss->mv.col;
130 x->ss[0].offset = 0;
142 ss->offset = ss->mv.row * stride + ss->mv.col;
168 // convert motion vector component to offset for svf calc
174 int offset) {
175 return &buf[(r >> 3) * stride + (c >> 3) - offset];
180 vfp->svf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), z, \
285 const int offset = bestmv->row * y_stride + bestmv->col; local
286 const uint8_t *y = xd->plane[0].pre[0].buf + offset;
173 pre(const uint8_t *buf, int stride, int r, int c, int offset) argument
384 const int offset = bestmv->row * y_stride + bestmv->col; local
[all...]
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drm.c908 * \param offset usually the physical address. The actual meaning depends of
913 * \param handle will be set to a value that may be used as the offset
920 * - \p offset will be the physical address of the start of the frame buffer,
930 * - \p offset will be the physical address of the start of the register area,
938 * - \p offset will be ignored and should be set to zero,
953 int drmAddMap(int fd, drm_handle_t offset, drmSize size, drmMapType type, argument
958 map.offset = offset;
988 * \param agp_offset offset in the AGP aperture
1662 * \param offset offse
1670 drmAgpBind(int fd, drm_handle_t handle, unsigned long offset) argument
2132 drmGetMap(int fd, int idx, drm_handle_t *offset, drmSize *size, drmMapType *type, drmMapFlags *flags, drm_handle_t *handle, int *mtrr) argument
[all...]
H A Dxf86drm.h243 * Indices here refer to the offset into
261 unsigned int offset; member in struct:_drmRegion
528 extern int drmGetMap(int fd, int idx, drm_handle_t *offset,
550 drm_handle_t offset,
611 unsigned long offset);
/hardware/intel/img/libdrm/shared-core/
H A Ddrm_mode.h373 * Fake offset to use for subsequent mmap call
377 __u64 offset; member in struct:drm_mode_map_dumb
H A Dr128_drm.h278 int offset; member in struct:drm_r128_blit
/hardware/intel/img/psb_video/src/
H A Dtng_hostheader.h64 IMG_INT32 offset[3][2]; member in struct:__anon1001
/hardware/invensense/60xx/mlsdk/mllite/
H A DmlFIFO.c187 /** Adjusts (len) Reference Counts, at offset (refOffset). If increment is 0,
265 int offset; local
272 offset = fifo_base_offset[i];
281 *fifo_offsets_ptr++ = offset + 3;
282 *fifo_offsets_ptr++ = offset + 2;
285 *fifo_offsets_ptr++ = offset + 2;
286 *fifo_offsets_ptr++ = offset + 3;
293 *fifo_offsets_ptr++ = offset + 3;
295 *fifo_offsets_ptr++ = offset + 3;
296 *fifo_offsets_ptr++ = offset
[all...]
/hardware/qcom/display/msm8084/libhwcomposer/
H A Dhwc_mdpcomp.cpp1672 uint32_t offset = (uint32_t)hnd->offset; local
1674 rot->queueBuffer(fd, offset);
1676 offset = rot->getDstOffset();
1682 if (!ov.queueBuffer(fd, offset, destL)) {
1693 if (!ov.queueBuffer(fd, offset, destR)) {
1718 uint32_t offset = (uint32_t)hnd->offset; local
1722 if(!rot->queueBuffer(fd, offset))
1725 offset
1932 uint32_t offset = (uint32_t)hnd->offset; local
1969 int offset = (uint32_t)hnd->offset; local
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_mdpcomp.cpp1884 uint32_t offset = (uint32_t)hnd->offset; local
1886 rot->queueBuffer(fd, offset);
1888 offset = rot->getDstOffset();
1894 if (!ov.queueBuffer(fd, offset, destL)) {
1905 if (!ov.queueBuffer(fd, offset, destR)) {
1926 uint32_t offset = (uint32_t)hnd->offset; local
1931 // Use the offset of the RenderBuffer
1932 offset
2141 uint32_t offset = (uint32_t)hnd->offset; local
2178 uint32_t offset = (uint32_t)hnd->offset; local
[all...]
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_QCOMExtns.h194 OMX_U32 offset; member in struct:OMX_QCOM_PLATFORM_PRIVATE_PMEM_INFO
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_device_v4l2.h285 int offset; member in struct:venc_dev::recon_buffer
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6vdec.h105 u32 offset; member in struct:vdec_input_buf_info
132 u32 offset; member in struct:vdec_region_info
171 u32 offset; member in struct:vdec_frame_info
H A Dmsm_q6venc.h121 int offset; member in struct:venc_buf_type
210 u32 offset; member in struct:venc_pmem
221 u32 offset; member in struct:venc_buffer
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h86 u32 offset; member in struct:vdec_input_buf_info
111 u32 offset; member in struct:vdec_region_info
146 u32 offset; /* buffer offset */ member in struct:vdec_frame_info
H A Dmsm_q6venc.h94 int offset; member in struct:venc_buf_type
175 u32 offset; member in struct:venc_pmem
185 u32 offset; member in struct:venc_buffer
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dmsm_kgsl.h250 unsigned int offset; member in struct:kgsl_map_user_mem
279 unsigned int offset; member in struct:kgsl_sharedmem_from_pmem
341 unsigned int offset; member in struct:kgsl_drawctxt_set_bin_base_offset
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_kgsl.h199 this is used to find mmap() offset and sizes for mapping
316 unsigned int offset; member in struct:kgsl_map_user_mem
350 unsigned int offset; member in struct:kgsl_sharedmem_from_pmem
427 unsigned int offset; member in struct:kgsl_drawctxt_set_bin_base_offset
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_pproc.h136 uint32_t offset; member in struct:msm_cpp_buffer_info_t
204 uint32_t offset; member in struct:msm_vpe_buffer_info_t
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_pproc.h129 uint32_t offset; member in struct:msm_cpp_buffer_info_t
188 uint32_t offset; member in struct:msm_vpe_buffer_info_t
/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
H A DExynosVideoApi.h109 unsigned long offset; member in struct:_ExynosVideoPlane
194 int LoopFilterAlphaC0Offset; /* [IN] Alpha & C0 offset for H.264 loop filter */
195 int LoopFilterBetaOffset; /* [IN] Beta offset for H.264 loop filter */
/hardware/samsung_slsi/exynos5/include/
H A Dsec_g2d.h246 uint32_t offset; member in struct:__s5p_img
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp2560 size_t offset = 0; local
2598 offset = strlen( ( const char * ) mCompUUID) + 1;
2599 if ( (int)currentUUID + (int)offset - (int)mCompUUID < OMX_MAX_STRINGNAME_SIZE )
2601 currentUUID += offset;
2612 offset = strlen( ( const char * ) currentUUID) + 1;
2614 if ( (int)currentUUID + (int)offset - (int)mCompUUID < OMX_MAX_STRINGNAME_SIZE )
2616 currentUUID += offset;
2627 offset = strlen( ( const char * ) currentUUID) + 1;
2629 if ( (int)currentUUID + (int)offset - (int)mCompUUID < OMX_MAX_STRINGNAME_SIZE )
2631 currentUUID += offset;
[all...]

Completed in 3568 milliseconds

1234567891011>>