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

  /hardware/interfaces/automotive/evs/1.0/vts/functional/
FormatConvert.cpp 106 unsigned offsetV = sizeY + sizeColor;
110 uint8_t* srcV = src+offsetV;
  /packages/services/Car/evs/app/
FormatConvert.cpp 104 unsigned offsetV = sizeY + sizeColor;
108 uint8_t* srcV = src+offsetV;
  /external/dng_sdk/source/
dng_resample.cpp 593 int32 offsetV = fWeightsV.Offset ();
601 srcArea.t = SafeInt32Add (fRowCoords.Pixel (dstArea.t), offsetV);
606 offsetV),
709 int32 offsetV = fWeightsV.Offset ();
735 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV;
789 int32 srcRow = (rowCoord >> kResampleSubsampleBits) + offsetV;
dng_bottlenecks.h 525 int64 offsetV,
    [all...]
dng_reference.h 476 int64 offsetV,
dng_reference.cpp     [all...]
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskConvertImageToRGBPreview.java 300 int offsetV = calculateMemoryOffsetFromPixelOffsets(inscribedXMin, j, subsample,
320 offsetColor += 2, offsetU += uPixelStride, offsetV += vPixelStride) {
322 // offsetY, offsetU, and offsetV are in terms of bytes of the
337 int v = (int) (bufV.get(offsetV) & 255) - 128;
623 int offsetV = calculateMemoryOffsetFromPixelOffsets(inscribedXMin, j, subsample,
631 offsetColor += 2, offsetU += uPixelStride, offsetV += vPixelStride) {
633 // offsetY, offsetU, and offsetV are in terms of bytes of the
641 int v = (int) (bufV.get(offsetV) & 255) - 128;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
VGPU10ShaderTokens.h 314 unsigned int offsetV : 4; /* Two's complement. */
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_vgpu10.c     [all...]

Completed in 373 milliseconds