OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpWidth
(Results
1 - 6
of
6
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
TextureUtils.cpp
90
GLsizei
tmpWidth
= width;
97
glTexImage2DPtr(target,i,uncompressedFrmt,
tmpWidth
,tmpHeight,border,uncompressedFrmt,GL_UNSIGNED_BYTE,uncompressed);
98
tmpWidth
/=2;
/external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp
935
int
tmpWidth
= padHeight + 4*pad;
937
int tmpSize =
tmpWidth
* tmpHeight;
945
float *outPixel = tmpImage + (x-pad)*
tmpWidth
+ y + 2*pad; // transposed output
959
float *srcScanline = tmpImage + y*
tmpWidth
;
960
for (int x = pad ; x <
tmpWidth
- pad ; ++x) {
[
all
...]
/external/skia/src/effects/
SkBlurMask.cpp
935
int
tmpWidth
= padHeight + 4*pad;
937
int tmpSize =
tmpWidth
* tmpHeight;
945
float *outPixel = tmpImage + (x-pad)*
tmpWidth
+ y + 2*pad; // transposed output
959
float *srcScanline = tmpImage + y*
tmpWidth
;
960
for (int x = pad ; x <
tmpWidth
- pad ; ++x) {
[
all
...]
/external/webrtc/src/modules/interface/
module_common_types.h
601
WebRtc_UWord32
tmpWidth
= _width;
611
videoFrame._width =
tmpWidth
;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXAlgo.cpp
1054
int tmpHeight,
tmpWidth
[
all
...]
OMXCameraAdapter.cpp
[
all
...]
Completed in 111 milliseconds