/device/lge/hammerhead/camera/hdr/include/ |
morpho_noise_reduction_ext.h | 13 int height,
|
/device/lge/mako/camera/hdr/include/ |
morpho_noise_reduction_ext.h | 13 int height,
|
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
main.css | 9 height: 100%; 21 height: 100%;
|
/external/chromium_org/third_party/libwebp/utils/ |
quant_levels_dec.h | 23 // Apply post-processing to input 'data' of size 'width'x'height' assuming that 28 int WebPDequantizeLevels(uint8_t* const data, int width, int height,
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_other.h | 39 unsigned width, unsigned height); 44 unsigned width, unsigned height); 53 unsigned width, unsigned height); 58 unsigned width, unsigned height); 64 unsigned width, unsigned height); 69 unsigned width, unsigned height); 78 unsigned width, unsigned height); 83 unsigned width, unsigned height); 89 unsigned width, unsigned height); 94 unsigned width, unsigned height); [all...] |
/external/chromium_org/third_party/skia/src/opts/ |
SkTextureCompression_opts_neon.h | 12 int width, int height, int rowBytes);
|
/external/chromium_org/ui/gfx/ |
favicon_size.h | 15 // If the width or height is bigger than the favicon size, a new width/height 16 // is calculated and returned in width/height that maintains the aspect 18 GFX_EXPORT void CalculateFaviconTargetSize(int* width, int* height);
|
/external/harfbuzz_ng/util/ |
ansi-print.hh | 35 unsigned int height,
|
helper-cairo-ansi.cc | 39 unsigned int height = cairo_image_surface_get_height (surface); local 41 cairo_surface_t *new_surface = cairo_image_surface_create (CAIRO_FORMAT_RGB24, width, height); 69 while (height) 78 height--; 82 unsigned int orig_height = height; 83 while (height) 85 const uint32_t *row = data + (height - 1) * stride / 4; 92 height--; 94 if (height < orig_height) 95 height++; /* Add one last blank row for padding. * [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_other.h | 39 unsigned width, unsigned height); 44 unsigned width, unsigned height); 53 unsigned width, unsigned height); 58 unsigned width, unsigned height); 64 unsigned width, unsigned height); 69 unsigned width, unsigned height); 78 unsigned width, unsigned height); 83 unsigned width, unsigned height); 89 unsigned width, unsigned height); 94 unsigned width, unsigned height); [all...] |
/external/webp/src/utils/ |
quant_levels_dec.h | 23 // Apply post-processing to input 'data' of size 'width'x'height' assuming that 28 int WebPDequantizeLevels(uint8_t* const data, int width, int height,
|
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
GL2JNILib.java | 29 * @param height the current view height 31 public static native void init(int width, int height);
|
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/ |
GLPerfLib.java | 29 * @param height the current view height 31 public static native void init(int width, int height);
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
GLDualLib.java | 29 * @param height the current view height 31 public static native void init(int width, int height);
|
/development/perftests/panorama/feature_mos/src/mosaic/ |
ImageUtils.h | 60 * height: Height of input image 62 static void rgb2yvu(ImageType out, ImageType in, int width, int height); 64 static void rgba2yvu(ImageType out, ImageType in, int width, int height); 74 * height: Height of input image 76 static void yvu2rgb(ImageType out, ImageType in, int width, int height); 77 static void yvu2bgr(ImageType out, ImageType in, int width, int height); 85 * height: Height of input imag 144 unsigned short height; member in struct:__anon2564 [all...] |
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/ |
DrawGL.java | 11 public static void drawGL(long drawGL, long viewContext, int width, int height, 13 nativeDrawGL(drawGL, viewContext, width, height, scrollX, scrollY, mode); 17 int width, int height, int scrollX, int scrollY, int mode);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_tile_image.h | 35 unsigned width, unsigned height, 44 unsigned width, unsigned height, 53 unsigned width, unsigned height,
|
/external/chromium_org/third_party/skia/src/core/ |
SkMatrixUtils.h | 20 * Given a matrix and width/height, return true if the computed dst-rect would 25 * The src-rect is defined to be { 0, 0, width, height } 31 bool SkTreatAsSprite(const SkMatrix&, int width, int height, 39 int width, int height) { 40 return SkTreatAsSprite(matrix, width, height, kSkSubPixelBitsForBilerp);
|
/external/chromium_org/third_party/skia/src/utils/ |
SkTextureCompressor_ASTC.h | 18 int width, int height, int rowBytes); 20 SkBlitter* CreateASTCBlitter(int width, int height, void* outputBuffer, 24 int width, int height, int blockDimX, int blockDimY);
|
SkTextureCompressor_LATC.h | 18 int width, int height, int rowBytes); 20 SkBlitter* CreateLATCBlitter(int width, int height, void* outputBuffer, 23 void DecompressLATC(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height);
|
SkTextureCompressor_R11EAC.h | 18 int width, int height, int rowBytes); 20 SkBlitter* CreateR11EACBlitter(int width, int height, void* outputBuffer, 23 void DecompressR11EAC(uint8_t* dst, int dstRB, const uint8_t* src, int width, int height);
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/ |
video_source.cc | 43 VideoSource::VideoSource(std::string fileName, int width, int height, 48 _height(height), 53 assert(height > 0); 65 VideoSource::GetSize(uint16_t width, uint16_t height) 67 if(width == 128 && height == 96) 70 }else if(width == 160 && height == 120) 73 }else if(width == 176 && height == 144) 76 }else if(width == 320 && height == 240) 79 }else if(width == 352 && height == 288) 82 }else if(width == 640 && height == 480 [all...] |
/external/chromium_org/tools/imagediff/ |
image_diff_png.h | 16 int* width, int* height); 21 int height, 28 int height,
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_image.h | 35 unsigned width, unsigned height, 44 unsigned width, unsigned height, 53 unsigned width, unsigned height,
|
/external/skia/src/core/ |
SkMatrixUtils.h | 20 * Given a matrix and width/height, return true if the computed dst-rect would 25 * The src-rect is defined to be { 0, 0, width, height } 31 bool SkTreatAsSprite(const SkMatrix&, int width, int height, 39 int width, int height) { 40 return SkTreatAsSprite(matrix, width, height, kSkSubPixelBitsForBilerp);
|