/hardware/intel/img/psb_video/src/ |
D | psb_surface.c | 164 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */ in psb_surface_create_for_userptr() argument 179 psb_surface->stride = luma_stride; in psb_surface_create_for_userptr() 199 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */ in psb_surface_create_from_kbuf() argument 213 psb_surface->stride = luma_stride; in psb_surface_create_from_kbuf() 217 } else if (512 == luma_stride) { in psb_surface_create_from_kbuf() 219 } else if (1024 == luma_stride) { in psb_surface_create_from_kbuf() 221 } else if (1280 == luma_stride) { in psb_surface_create_from_kbuf() 223 } else if (2048 == luma_stride) { in psb_surface_create_from_kbuf() 225 } else if (4096 == luma_stride) { in psb_surface_create_from_kbuf() 386 value.luma_stride = psb_surface->stride; in psb_surface_set_displaying()
|
D | psb_surface_attrib.c | 70 psb_surface->stride = graphic_buffers->luma_stride; in psb_surface_create_from_ub() 73 } else if (512 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub() 75 } else if (1024 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub() 77 } else if (1280 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub() 79 } else if (2048 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub() 81 } else if (4096 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub() 86 if (psb_surface->stride != graphic_buffers->luma_stride) { in psb_surface_create_from_ub() 265 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */ in psb_CreateSurfacesForUserPtr() argument 289 luma_stride, chroma_u_stride, chroma_v_stride, in psb_CreateSurfacesForUserPtr() 313 (luma_stride < width) || in psb_CreateSurfacesForUserPtr() [all …]
|
D | psb_surface_attrib.h | 51 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */ 66 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
|
D | psb_drv_video.h | 500 unsigned int luma_stride; member 641 unsigned int luma_stride; /* luma stride, could be width aligned with a special value */ member
|
D | psb_drv_video.c | 771 attribute_tpi.luma_stride = pExternalBufDesc->pitches[0]; in psb_CreateSurfaces2() 2774 unsigned int *luma_stride, argument 2812 *luma_stride = psb_surface->stride;
|
/hardware/intel/common/libva/va/ |
D | va_tpi.h | 58 unsigned int luma_stride; /* luma stride, could be width aligned with a special value */ member
|
D | va_backend.h | 375 unsigned int *luma_stride,
|
D | va_trace.c | 128 unsigned int *luma_stride, 287 unsigned int luma_stride; in va_TraceSurface() local 310 &luma_stride, &chroma_u_stride, &chroma_v_stride, in va_TraceSurface() 322 va_TraceMsg(trace_ctx, "\tluma_stride = %d\n", luma_stride); in va_TraceSurface() 342 tmp = Y_data + luma_stride * trace_ctx->trace_surface_yoff; in va_TraceSurface() 348 tmp += luma_stride; in va_TraceSurface()
|
D | va.c | 1588 unsigned int *luma_stride, in vaLockSurface() argument 1602 …return ctx->vtable->vaLockSurface( ctx, surface, fourcc, luma_stride, chroma_u_stride, chroma_v_st… in vaLockSurface()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | VideoPayloadBuffer.h | 38 uint32_t luma_stride; member
|
D | RotationBufferProvider.cpp | 179 stride = payload->luma_stride; /* NV12 srouce buffer */ in createVaSurface() 204 vaSurfaceAttrib->luma_stride = vaSurfaceAttrib->chroma_u_stride in createVaSurface() 529 payload->luma_stride = stride; in prepareBufferInfo()
|
D | VideoPayloadManager.cpp | 57 metadata->normalBuffer.lumaStride = p->luma_stride; in getMetaData()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | VideoPayloadBuffer.h | 38 uint32_t luma_stride; member
|
D | RotationBufferProvider.cpp | 179 stride = payload->luma_stride; /* NV12 srouce buffer */ in createVaSurface() 203 vaSurfaceAttrib->luma_stride = vaSurfaceAttrib->chroma_u_stride in createVaSurface() 522 payload->luma_stride = stride; in prepareBufferInfo()
|
/hardware/intel/common/libva/test/basic/ |
D | test_vaSurfaceAttrib.c | 41 … unsigned int fourcc, luma_stride, chroma_u_stride, chroma_v_stride, luma_offset, chroma_u_offset; in test() local
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_surface_gralloc.c | 399 obj_surface->share_info->luma_stride = psb_surface->stride; in psb_CreateSurfacesFromGralloc()
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderUtils.cpp | 252 unsigned int *luma_stride,
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | VirtualDevice.cpp | 223 attribTpi.luma_stride = stride; in VAMappedHandle()
|