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

  /hardware/intel/img/psb_video/src/
psb_surface_attrib.h 54 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */
69 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 273 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */
294 luma_offset, chroma_u_offset, chroma_v_offset);
320 (chroma_u_offset < luma_offset + width * height) ||
327 (chroma_u_offset < luma_offset + width * height) ||
376 chroma_u_offset,
427 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */
447 luma_offset, chroma_u_offset, chroma_v_offset);
473 (chroma_u_offset < luma_offset + width * height) ||
515 chroma_u_offset,
787 attribute_tpi->chroma_u_offset, attribute_tpi->chroma_v_offset
    [all...]
psb_drv_video.h 619 unsigned int chroma_u_offset; /* U offset from the beginning of the memory */ member in struct:_PsbSurfaceAttributeTPI
psb_drv_video.c 737 attribute_tpi.chroma_u_offset = pExternalBufDesc->offsets[1];
    [all...]
  /external/chromium_org/third_party/libva/va/
va_tpi.h 60 unsigned int chroma_u_offset; /* U offset from the beginning of the memory */ member in struct:_VASurfaceAttributeTPI
va_backend.h 380 unsigned int *chroma_u_offset,
  /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 132 unsigned int *chroma_u_offset,
292 unsigned int chroma_u_offset; local
313 &luma_offset, &chroma_u_offset, &chroma_v_offset,
328 va_TraceMsg(trace_ctx, "\tchroma_u_offset = %d\n", chroma_u_offset);
342 UV_data = (unsigned char*)buffer + chroma_u_offset;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_surface.c 126 unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset,
va_private.h 156 unsigned int *chroma_u_offset,
  /external/mesa3d/src/gallium/state_trackers/va/
va_surface.c 126 unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset,
va_private.h 156 unsigned int *chroma_u_offset,
  /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
  /hardware/intel/img/hwcomposer/ips/common/
RotationBufferProvider.cpp 206 vaSurfaceAttrib->chroma_u_offset = vaSurfaceAttrib->chroma_v_offset;
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 256 uint32_t chroma_u_offset; member in struct:drm_video_displaying_frameinfo
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 289 uint32_t chroma_u_offset; /* UV offset from the beginning of the memory */ member in struct:drm_video_displaying_frameinfo
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 252 unsigned int *chroma_u_offset,

Completed in 437 milliseconds