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

  /hardware/intel/img/psb_video/src/
psb_surface_attrib.h 56 unsigned int chroma_v_offset,
71 unsigned int chroma_v_offset,
psb_surface_attrib.c 270 unsigned int chroma_v_offset,
290 luma_offset, chroma_u_offset, chroma_v_offset);
317 (chroma_v_offset < luma_offset + width * height));
324 (chroma_v_offset < luma_offset + width * height));
373 chroma_v_offset,
424 unsigned int chroma_v_offset,
443 luma_offset, chroma_u_offset, chroma_v_offset);
470 (chroma_v_offset < luma_offset + width * height));
512 chroma_v_offset,
785 attribute_tpi->chroma_u_offset, attribute_tpi->chroma_v_offset,
    [all...]
psb_surface.c 169 unsigned int __maybe_unused chroma_v_offset,
204 unsigned int __maybe_unused chroma_v_offset,
391 value.chroma_v_offset = psb_surface->chroma_offset;
psb_drv_video.h 646 unsigned int chroma_v_offset; /* V offset from the beginning of the memory */ member in struct:_PsbSurfaceAttributeTPI
psb_drv_video.c 788 attribute_tpi.chroma_v_offset = pExternalBufDesc->offsets[2];
    [all...]
  /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 135 unsigned int *chroma_v_offset,
297 unsigned int chroma_v_offset; local
316 &luma_offset, &chroma_u_offset, &chroma_v_offset,
332 va_TraceMsg(trace_ctx, "\tchroma_v_offset = %d\n", chroma_v_offset);
    [all...]
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 42 unsigned int chroma_v_offset, buffer_name; local
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp 204 vaSurfaceAttrib->chroma_v_offset = stride * bufferHeight;
208 vaSurfaceAttrib->chroma_u_offset = vaSurfaceAttrib->chroma_v_offset;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp 203 vaSurfaceAttrib->chroma_v_offset = stride * bufferHeight;
207 vaSurfaceAttrib->chroma_u_offset = vaSurfaceAttrib->chroma_v_offset;
  /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/common/libmix/videoencoder/
VideoEncoderUtils.cpp 242 unsigned int *chroma_v_offset,
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp 228 attribTpi.chroma_v_offset = stride*height+1;
    [all...]

Completed in 297 milliseconds