OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uOffset
(Results
1 - 6
of
6
) sorted by null
/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
);
/frameworks/base/libs/hwui/
Patch.cpp
190
float
uOffset
= x1 == x2 ? 0.0f : 0.5 - (0.5 * segment / (x2 - x1));
191
float u2 = fmax(0.0f, stepX -
uOffset
) / bitmapWidth;
192
u1 +=
uOffset
/ bitmapWidth;
/frameworks/av/include/media/stagefright/
YUVImage.h
150
int32_t *yOffset, int32_t *
uOffset
, int32_t *vOffset) const;
/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
834
size_t
uOffset
;
843
uOffset
= vOffset + 1;
853
ycbcr->cb = cpu_addr +
uOffset
;
Completed in 967 milliseconds