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

  /external/chromium_org/third_party/libva/va/
va_tpi.h 56 unsigned int luma_stride; /* luma stride, could be width aligned with a special value */ member in struct:_VASurfaceAttributeTPI
  /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 128 unsigned int *luma_stride,
288 unsigned int luma_stride; local
312 &luma_stride, &chroma_u_stride, &chroma_v_stride,
324 va_TraceMsg(trace_ctx, "\tluma_stride = %d\n", luma_stride);
344 tmp = Y_data + luma_stride * trace_ctx->trace_surface_yoff;
350 tmp += luma_stride;
    [all...]
  /hardware/intel/img/hwcomposer/ips/common/
VideoPayloadBuffer.h 38 uint32_t luma_stride; member in struct:android::intel::VideoPayloadBuffer
  /hardware/intel/img/psb_video/src/
psb_drv_video.h 482 unsigned int luma_stride; member in struct:psb_surface_share_info_s
618 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 347 milliseconds