/hardware/ti/omap4-aah/camera/inc/ |
NV12_resize.h | 103 mmInt32 uOffset;
|
/hardware/ti/omap4xxx/camera/inc/ |
NV12_resize.h | 110 mmInt32 uOffset;
|
/frameworks/av/media/libstagefright/yuv/ |
YUVImage.cpp | 88 int32_t *yOffset, int32_t *uOffset, int32_t *vOffset) const { 93 *uOffset = uvOffset; 98 *uOffset = 2*uvOffset; 147 int32_t uOffset; 149 if (!getOffsets(x, y, &yOffset, &uOffset, &vOffset)) return false; 152 *uAddr = getUAddress(uOffset);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
usbscan.h | 46 IN ULONG uOffset; 53 IN ULONG uOffset;
|
/frameworks/base/libs/hwui/ |
Patch.cpp | 167 float uOffset = x1 == x2 ? 0.0f : 0.5 - (0.5 * segment / (x2 - x1)); 168 float u2 = std::max(0.0f, stepX - uOffset) / bitmapWidth; 169 u1 += uOffset / bitmapWidth;
|
/frameworks/av/include/media/stagefright/ |
YUVImage.h | 150 int32_t *yOffset, int32_t *uOffset, int32_t *vOffset) const;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
shtypes.h | 94 UINT uOffset;
|
/external/pdfium/xfa/src/fgas/include/ |
fx_cpg.h | 189 uint16_t uOffset;
200 uint16_t uOffset;
|
/hardware/ti/omap4-aah/camera/ |
NV12_resize.cpp | 80 inImgPtrY = (mmUchar *) i_img_ptr->imgPtr + i_img_ptr->uOffset; 81 inImgPtrU = (mmUchar *) i_img_ptr->clrPtr + i_img_ptr->uOffset/2;
|
Encoder_libjpeg.cpp | 245 i_img_ptr.uOffset = 0; 254 o_img_ptr.uOffset = 0;
|
/hardware/ti/omap4xxx/camera/ |
NV12_resize.c | 74 inImgPtrY = (mmUchar *) i_img_ptr->imgPtr + i_img_ptr->uOffset; 75 inImgPtrU = (mmUchar *) i_img_ptr->clrPtr + i_img_ptr->uOffset/2;
|
/device/generic/goldfish/opengl/system/gralloc/ |
gralloc.cpp | 842 size_t uOffset; 851 uOffset = vOffset + 1; 861 ycbcr->cb = cpu_addr + uOffset; [all...] |
/frameworks/base/core/jni/ |
android_hardware_camera2_DngCreator.cpp | [all...] |
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/ |
MeshBuilder.java | 106 private float uOffset = 0f, uScale = 1f, vOffset = 0f, vScale = 1f;
357 uOffset = u1;
367 uOffset = vOffset = 0f;
530 vertices.items[o + uvOffset] = uOffset + uScale * vertices.items[o + uvOffset];
[all...] |