OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sourceHeight
(Results
1 - 10
of
10
) sorted by null
/device/generic/goldfish/camera/
Thumbnail.h
30
int sourceWidth, int
sourceHeight
,
Thumbnail.cpp
69
int sourceWidth, int
sourceHeight
,
74
const size_t sourceUVPlaneSize = (sourceWidth *
sourceHeight
) / 4;
83
vSourcePlane[i] = sourceImage[sourceWidth *
sourceHeight
+ i * 2 + 0];
84
uSourcePlane[i] = sourceImage[sourceWidth *
sourceHeight
+ i * 2 + 1];
103
sourceWidth,
sourceHeight
,
127
int sourceWidth, int
sourceHeight
,
138
if (!createRawThumbnail(sourceImage, sourceWidth,
sourceHeight
,
/device/google/cuttlefish_common/guest/hals/camera/
Thumbnail.h
30
int sourceWidth, int
sourceHeight
,
Thumbnail.cpp
69
int sourceWidth, int
sourceHeight
,
74
const size_t sourceUVPlaneSize = (sourceWidth *
sourceHeight
) / 4;
83
vSourcePlane[i] = sourceImage[sourceWidth *
sourceHeight
+ i * 2 + 0];
84
uSourcePlane[i] = sourceImage[sourceWidth *
sourceHeight
+ i * 2 + 1];
103
sourceWidth,
sourceHeight
,
127
int sourceWidth, int
sourceHeight
,
138
if (!createRawThumbnail(sourceImage, sourceWidth,
sourceHeight
,
/external/swiftshader/src/Main/
FrameBufferGDI.cpp
86
int
sourceHeight
= sourceRect ? sourceRect->y1 - sourceRect->y0 : height;
92
StretchBlt(windowContext, destLeft, destTop, destWidth, destHeight, bitmapContext, sourceLeft, sourceTop, sourceWidth,
sourceHeight
, SRCCOPY);
/external/swiftshader/src/WSI/
FrameBufferGDI.cpp
86
int
sourceHeight
= sourceRect ? sourceRect->y1 - sourceRect->y0 : height;
92
StretchBlt(windowContext, destLeft, destTop, destWidth, destHeight, bitmapContext, sourceLeft, sourceTop, sourceWidth,
sourceHeight
, SRCCOPY);
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java
403
int
sourceHeight
, targetHeight;
409
sourceHeight
= 300;
410
bitmap = Bitmap.createBitmap(sourceWidth,
sourceHeight
, Config.RGB_565);
419
sourceHeight
, sourceDensity, targetDensity);
424
sourceHeight
= 300;
425
bitmap = Bitmap.createBitmap(sourceWidth,
sourceHeight
, Config.RGB_565);
433
sourceHeight
, sourceDensity, targetDensity);
438
sourceHeight
= 48;
448
sourceHeight
, sourceDensity, targetDensity);
NinePatchDrawableTest.java
375
int
sourceHeight
= 120;
376
int[] colors = new int[sourceWidth *
sourceHeight
];
378
colors, sourceWidth,
sourceHeight
, Bitmap.Config.RGB_565);
387
sourceHeight
, sourceDensity, targetDensity);
400
assertTrue(
sourceHeight
!= ninePatchDrawable.getIntrinsicHeight());
/external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp
767
const int
sourceHeight
= (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (getHeight()) : (fboTexH);
769
const int gridRenderHeight= de::min(256,
sourceHeight
);
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCopiesAndBlittingTests.cpp
[
all
...]
Completed in 488 milliseconds