Home
last modified time | relevance | path

Searched refs:luma_stride (Results 1 – 18 of 18) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_surface.c164 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()
Dpsb_surface_attrib.c70 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 …]
Dpsb_surface_attrib.h51 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 */
Dpsb_drv_video.h500 unsigned int luma_stride; member
641 unsigned int luma_stride; /* luma stride, could be width aligned with a special value */ member
Dpsb_drv_video.c771 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/
Dva_tpi.h58 unsigned int luma_stride; /* luma stride, could be width aligned with a special value */ member
Dva_backend.h375 unsigned int *luma_stride,
Dva_trace.c128 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()
Dva.c1588 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/
DVideoPayloadBuffer.h38 uint32_t luma_stride; member
DRotationBufferProvider.cpp179 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()
DVideoPayloadManager.cpp57 metadata->normalBuffer.lumaStride = p->luma_stride; in getMetaData()
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DVideoPayloadBuffer.h38 uint32_t luma_stride; member
DRotationBufferProvider.cpp179 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/
Dtest_vaSurfaceAttrib.c41 … 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/
Dpsb_surface_gralloc.c399 obj_surface->share_info->luma_stride = psb_surface->stride; in psb_CreateSurfacesFromGralloc()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp252 unsigned int *luma_stride,
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp223 attribTpi.luma_stride = stride; in VAMappedHandle()