HomeSort by relevance Sort by last modified time
    Searched refs:chroma_u_offset (Results 1 - 16 of 16) sorted by null

  /hardware/intel/img/psb_video/src/
psb_surface_attrib.h 55 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */
70 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */
psb_surface.c 168 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */
183 psb_surface->chroma_offset = chroma_u_offset;
203 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */
232 psb_surface->chroma_offset = chroma_u_offset;
390 value.chroma_u_offset = psb_surface->chroma_offset;
psb_surface_attrib.c 269 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */
290 luma_offset, chroma_u_offset, chroma_v_offset);
316 (chroma_u_offset < luma_offset + width * height) ||
323 (chroma_u_offset < luma_offset + width * height) ||
372 chroma_u_offset,
423 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */
443 luma_offset, chroma_u_offset, chroma_v_offset);
469 (chroma_u_offset < luma_offset + width * height) ||
511 chroma_u_offset,
785 attribute_tpi->chroma_u_offset, attribute_tpi->chroma_v_offset
    [all...]
psb_drv_video.h 645 unsigned int chroma_u_offset; /* U offset from the beginning of the memory */ member in struct:_PsbSurfaceAttributeTPI
psb_drv_video.c 787 attribute_tpi.chroma_u_offset = pExternalBufDesc->offsets[1];
    [all...]
  /hardware/intel/common/libva/va/
va_tpi.h 62 unsigned int chroma_u_offset; /* U offset from the beginning of the memory */ member in struct:_VASurfaceAttributeTPI
va_backend.h 379 unsigned int *chroma_u_offset,
va.c     [all...]
va_trace.c 134 unsigned int *chroma_u_offset,
296 unsigned int chroma_u_offset; local
316 &luma_offset, &chroma_u_offset, &chroma_v_offset,
331 va_TraceMsg(trace_ctx, "\tchroma_u_offset = %d\n", chroma_u_offset);
345 UV_data = (unsigned char*)buffer + chroma_u_offset;
    [all...]
  /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
  /external/mesa3d/src/gallium/state_trackers/va/
va_private.h 357 unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset,
surface.c 353 unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset,
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp 208 vaSurfaceAttrib->chroma_u_offset = vaSurfaceAttrib->chroma_v_offset;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp 207 vaSurfaceAttrib->chroma_u_offset = vaSurfaceAttrib->chroma_v_offset;
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 241 unsigned int *chroma_u_offset,
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 227 attribTpi.chroma_u_offset = stride*height;
    [all...]

Completed in 191 milliseconds