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

  /hardware/intel/img/psb_video/src/
psb_surface_attrib.h 55 unsigned int chroma_v_offset,
70 unsigned int chroma_v_offset,
psb_surface_attrib.c 272 unsigned int chroma_v_offset,
292 luma_offset, chroma_u_offset, chroma_v_offset);
319 (chroma_v_offset < luma_offset + width * height));
326 (chroma_v_offset < luma_offset + width * height));
375 chroma_v_offset,
425 unsigned int chroma_v_offset,
444 luma_offset, chroma_u_offset, chroma_v_offset);
471 (chroma_v_offset < luma_offset + width * height));
513 chroma_v_offset,
781 attribute_tpi->chroma_u_offset, attribute_tpi->chroma_v_offset,
    [all...]
psb_surface.c 169 unsigned int __maybe_unused chroma_v_offset,
203 unsigned int __maybe_unused chroma_v_offset,
389 value.chroma_v_offset = psb_surface->chroma_offset;
psb_drv_video.h 623 unsigned int chroma_v_offset; /* V offset from the beginning of the memory */ member in struct:_PsbSurfaceAttributeTPI
psb_drv_video.c 737 attribute_tpi.chroma_v_offset = pExternalBufDesc->offsets[2];
    [all...]
  /external/chromium_org/third_party/libva/va/
va_tpi.h 61 unsigned int chroma_v_offset; /* V offset from the beginning of the memory */ member in struct:_VASurfaceAttributeTPI
va_backend.h 381 unsigned int *chroma_v_offset,
  /hardware/intel/common/libva/va/
va_tpi.h 63 unsigned int chroma_v_offset; /* V offset from the beginning of the memory */ member in struct:_VASurfaceAttributeTPI
va_backend.h 380 unsigned int *chroma_v_offset,
va.c     [all...]
va_trace.c 133 unsigned int *chroma_v_offset,
293 unsigned int chroma_v_offset; local
313 &luma_offset, &chroma_u_offset, &chroma_v_offset,
329 va_TraceMsg(trace_ctx, "\tchroma_v_offset = %d\n", chroma_v_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 157 unsigned int *chroma_v_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 157 unsigned int *chroma_v_offset,
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 42 unsigned int chroma_v_offset, buffer_name; local
  /hardware/intel/img/hwcomposer/ips/common/
RotationBufferProvider.cpp 202 vaSurfaceAttrib->chroma_v_offset = stride * bufferHeight;
206 vaSurfaceAttrib->chroma_u_offset = vaSurfaceAttrib->chroma_v_offset;
  /device/asus/fugu/kernel-headers/linux/
psb_drm.h 257 uint32_t chroma_v_offset; member in struct:drm_video_displaying_frameinfo
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 290 uint32_t chroma_v_offset; member in struct:drm_video_displaying_frameinfo
    [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 253 unsigned int *chroma_v_offset,

Completed in 816 milliseconds