Searched refs:stride (Results 151 - 175 of 351) sorted by relevance

1234567891011>>

/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DOverlayPlaneBase.cpp346 stride_t stride; local
378 // calculate stride
394 stride.yuv.yStride = yStride;
395 stride.yuv.uvStride = uvStride;
400 stride.yuv.yStride = yStride;
401 stride.yuv.uvStride = uvStride;
407 stride.yuv.yStride = yStride;
408 stride.yuv.uvStride = uvStride;
414 stride.yuv.yStride = yStride;
415 stride
[all...]
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xvva.c252 int fourcc, int bpp, int w, int h, int stride, int size, unsigned int pre_add,
279 srf->stride = stride;
282 srf->stride = stride * 2;
285 srf->pre_add += stride;
288 srf->stride = stride;
756 psb_surface->stride, psb_surface->size,
786 output->rotate_surface->stride, outpu
249 psb_surface_init( psb_driver_data_p driver_data, PsbVASurfaceRec *srf, int fourcc, int bpp, int w, int h, int stride, int size, unsigned int pre_add, struct _WsbmBufferObject *bo, int flags ) argument
[all...]
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_surfacetexture.cpp149 unsigned int stride,
166 uvoffset = stride * bufHeight;
168 uvoffset += (offset - (offset % stride)) / 2 + (offset % stride);
185 luma += stride;
197 chroma += stride;
204 unsigned int stride,
228 src += stride*2;
285 unsigned int stride,
305 src += stride*
148 writeCroppedNV12(unsigned int offset, unsigned int stride, unsigned int bufWidth, unsigned int bufHeight, const Rect &crop, int fd, unsigned char *buffer) argument
203 writeCroppedUYVY(unsigned int offset, unsigned int stride, unsigned int bufWidth, unsigned int bufHeight, const Rect &crop, int fd, unsigned char *buffer) argument
284 copyCroppedPacked16(unsigned int offset, unsigned int stride, unsigned int bufWidth, unsigned int bufHeight, const Rect &crop, void *bufferSrc, void *bufferDst) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
H A Dvp8_rtcd.h49 void vp8_blend_b_c(unsigned char *y, unsigned char *u, unsigned char *v, int y1, int u1, int v1, int alpha, int stride);
52 void vp8_blend_mb_inner_c(unsigned char *y, unsigned char *u, unsigned char *v, int y1, int u1, int v1, int alpha, int stride);
55 void vp8_blend_mb_outer_c(unsigned char *y, unsigned char *u, unsigned char *v, int y1, int u1, int v1, int alpha, int stride);
103 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
104 void vp8_dequant_idct_add_mmx(short *input, short *dq, unsigned char *output, int stride);
105 RTCD_EXTERN void (*vp8_dequant_idct_add)(short *input, short *dq, unsigned char *output, int stride);
107 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
108 void vp8_dequant_idct_add_uv_block_mmx(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
109 void vp8_dequant_idct_add_uv_block_sse2(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
110 RTCD_EXTERN void (*vp8_dequant_idct_add_uv_block)(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, cha
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
H A Dvp8_rtcd.h32 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
33 void vp8_dequant_idct_add_v6(short *input, short *dq, unsigned char *output, int stride);
36 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
37 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
40 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
41 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
H A Ddequant_idct_v6.asm14 ; unsigned char *dest, int stride)
18 ; r3 = stride
127 ldr r12, [sp] ; get stride from stack
H A Ddc_only_idct_add_v6.asm33 ldr r12, [sp, #16] ; dst stride
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A Dshortidct4x4llm_neon.asm21 ; unsigned char *dst, int stride)
26 ;sp int stride
45 ldr r0, [sp] ; stride
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Drecon_altivec.asm36 ;# r6 = int stride
84 ;# r6 = int stride
124 ;# r6 = int stride
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxenc.c490 (i + k) * img1->stride[VPX_PLANE_Y] + j + l) !=
492 (i + k) * img2->stride[VPX_PLANE_Y] + j + l)) {
496 (i + k) * img1->stride[VPX_PLANE_Y] + j + l);
498 (i + k) * img2->stride[VPX_PLANE_Y] + j + l);
516 (i + k) * img1->stride[VPX_PLANE_U] + j + l) !=
518 (i + k) * img2->stride[VPX_PLANE_U] + j + l)) {
522 (i + k) * img1->stride[VPX_PLANE_U] + j + l);
524 (i + k) * img2->stride[VPX_PLANE_U] + j + l);
541 (i + k) * img1->stride[VPX_PLANE_V] + j + l) !=
543 (i + k) * img2->stride[VPX_PLANE_
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_loopfilter.c1002 filter_selectively_vert(dst->buf, dst->stride,
1008 dst->buf += 8 * dst->stride;
1032 filter_selectively_horiz(dst->buf, dst->stride,
1038 dst->buf += 8 * dst->stride;
1065 dst->buf, dst->stride,
1072 dst->buf += 16 * dst->stride;
1101 filter_selectively_horiz(dst->buf, dst->stride,
1108 dst->buf += 8 * dst->stride;
1138 dst->buf, dst->stride,
1145 dst->buf += 16 * dst->stride;
[all...]
H A Dvp9_blockd.h179 int stride; member in struct:buf_2d
232 void (*itxm_add)(const int16_t *input, uint8_t *dest, int stride, int eob);
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DOverlayPlaneBase.cpp350 stride_t stride; local
394 // calculate stride
409 stride.yuv.yStride = yStride;
410 stride.yuv.uvStride = uvStride;
415 stride.yuv.yStride = yStride;
416 stride.yuv.uvStride = uvStride;
421 stride.yuv.yStride = payload->scaling_luma_stride;
422 stride.yuv.uvStride = payload->scaling_chroma_u_stride;
426 stride.yuv.yStride = yStride;
427 stride
[all...]
/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp343 int stride = m->finfo.line_length / (m->info.bits_per_pixel >> 3); local
350 const_cast<int&>(dev->device.stride) = stride;
/hardware/intel/common/libmix/videoencoder/
H A DPVSoftMPEG4Encoder.cpp70 int32_t alignedHeight, int32_t stride) {
76 _uv_start = dataIn + stride * alignedHeight;
79 memcpy(y_start + h * width, _y_start + h * stride, width);
82 _uv_start + h * stride, width);
68 trimBuffer(uint8_t *dataIn, uint8_t *dataOut, int32_t width, int32_t height, int32_t alignedHeight, int32_t stride) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
H A Dvp8_rtcd.h33 void vp8_dequant_idct_add_c(short *input, short *dq, unsigned char *output, int stride);
34 void vp8_dequant_idct_add_v6(short *input, short *dq, unsigned char *output, int stride);
35 void vp8_dequant_idct_add_neon(short *input, short *dq, unsigned char *output, int stride);
38 void vp8_dequant_idct_add_y_block_c(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
39 void vp8_dequant_idct_add_y_block_v6(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
40 void vp8_dequant_idct_add_y_block_neon(short *q, short *dq, unsigned char *dst, int stride, char *eobs);
43 void vp8_dequant_idct_add_uv_block_c(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
44 void vp8_dequant_idct_add_uv_block_v6(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
45 void vp8_dequant_idct_add_uv_block_neon(short *q, short *dq, unsigned char *dst_u, unsigned char *dst_v, int stride, char *eobs);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_pickmode.c192 int var = cpi->fn_ptr[bsize].vf(p->src.buf, p->src.stride,
193 pd->dst.buf, pd->dst.stride, &sse);
350 &p->src.buf[0], p->src.stride,
351 &pd->dst.buf[0], pd->dst.stride, 0, 0, 0);
/hardware/intel/common/utils/ISV/include/
H A Disv_worker.h126 uint32_t stride, uint32_t format, unsigned long handle, int32_t* surfaceId);
/hardware/intel/img/psb_video/src/
H A Dpsb_surface_attrib.c70 psb_surface->stride = graphic_buffers->luma_stride;
86 if (psb_surface->stride != graphic_buffers->luma_stride) {
91 psb_surface->chroma_offset = psb_surface->stride * height;
94 psb_surface->size = ((psb_surface->stride * height) * 3) / 2;
98 psb_surface->size = (psb_surface->stride * height) * 2;
102 psb_surface->size = ((psb_surface->stride * height) * 3) / 2;
106 psb_surface->size = (psb_surface->stride * height) * 4;
176 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Create Surface from V4L2 buffer: %dx%d, stride=%d, buffer offset=0x%08x, size=%d\n",
265 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
266 unsigned int chroma_u_stride, /* chroma stride */
[all...]
H A Dvsp_fw.h123 unsigned int stride; member in struct:VssProcPicture
543 uint32_t stride; member in struct:VssProcPictureVP8
/hardware/libhardware/include/hardware/
H A Dcamera.h75 buffer_handle_t** buffer, int *stride);
H A Dgralloc.h331 * parameters and returns a buffer_handle_t and the stride in pixels to
336 * If format is HAL_PIXEL_FORMAT_YCbCr_420_888, the returned stride must be
345 buffer_handle_t* handle, int* stride);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator);
/hardware/qcom/media/msm8996/libc2dcolorconvert/
H A DC2DColorConverter.h94 int32_t stride; member in struct:android::__anon3715
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp182 filled_length = (req.stride * req.sliceHeight * req.bpp.numerator);

Completed in 726 milliseconds

1234567891011>>