HomeSort by relevance Sort by last modified time
    Searched defs:luma_stride (Results 1 - 9 of 9) sorted by null

  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 41 unsigned int fourcc, luma_stride, chroma_u_stride, chroma_v_stride, luma_offset, chroma_u_offset; local
126 //vaSurfaceExternBuf.pitches[0] = attribute_tpi->luma_stride;
  /hardware/intel/common/libva/va/
va_tpi.h 58 unsigned int luma_stride; /* luma stride, could be width aligned with a special value */ member in struct:_VASurfaceAttributeTPI
va_trace.c 130 unsigned int *luma_stride,
292 unsigned int luma_stride; local
315 &luma_stride, &chroma_u_stride, &chroma_v_stride,
327 va_TraceMsg(trace_ctx, "\tluma_stride = %d\n", luma_stride);
347 tmp = Y_data + luma_stride * trace_ctx->trace_surface_yoff;
353 tmp += luma_stride;
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
VideoPayloadBuffer.h 38 uint32_t luma_stride; member in struct:android::intel::VideoPayloadBuffer
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
VideoPayloadBuffer.h 38 uint32_t luma_stride; member in struct:android::intel::VideoPayloadBuffer
  /device/linaro/hikey/gralloc960/
alloc_device.cpp 358 int luma_stride; local
369 luma_stride = GRALLOC_ALIGN(width, stride_alignment);
373 int chroma_stride = GRALLOC_ALIGN(luma_stride / 2, stride_alignment);
374 /* Simplification of ((height * luma_stride ) + 2 * ((height / 2) * chroma_stride)). */
375 *size = height * (luma_stride + chroma_stride);
380 *byte_stride = luma_stride;
385 *pixel_stride = luma_stride;
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 500 unsigned int luma_stride; member in struct:psb_surface_share_info_s
641 unsigned int luma_stride; /* luma stride, could be width aligned with a special value */ member in struct:_PsbSurfaceAttributeTPI
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 251 uint32_t luma_stride; member in struct:drm_video_displaying_frameinfo
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 285 uint32_t luma_stride; /* luma stride */ member in struct:drm_video_displaying_frameinfo
    [all...]

Completed in 777 milliseconds