/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.js | 93 $("#swapper").css({height:swapperHeight + "px"}); property 94 sidenav.css({height:windowHeight + "px"}); property 95 content.css({height:windowHeight + "px"}); property 96 resizePackagesNav.css({maxHeight:swapperHeight + "px", height:packageHeight}); property 97 classesNav.css({height:swapperHeight - parseInt(packageHeight) + "px"}); property 98 …$("#packages-nav").css({height:parseInt(packageHeight) - 6 + "px"}); //move 6px to give space for … property 99 devdocNav.css({height:sidenav.css("height")}); property 100 $("#nav-tree").css({height:swapperHeight + "px"}); property 237 classesNav.css({height:swapperHeight - parseInt(resizePackagesNav.css("height")) + "px"}); property 239 $("#swapper").css({height:swapperHeight + "px"}); property [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_argb.cc | 30 int width, int height) { in ARGBCopy() 53 int width, int height) { in I444ToARGB() 121 int width, int height) { in I422ToARGB() 198 int width, int height) { in I411ToARGB() 264 int width, int height) { in I400ToARGB() 323 int width, int height) { in J400ToARGB() 395 int width, int height) { in BGRAToARGB() 406 int width, int height) { in ARGBToBGRA() 417 int width, int height) { in ABGRToARGB() 428 int width, int height) { in ARGBToABGR() [all …]
|
D | planar_functions.cc | 30 int width, int height) { in CopyPlane() 81 int width, int height) { in CopyPlane_16() 128 int width, int height) { in I422Copy() 159 int width, int height) { in I444Copy() 186 int width, int height) { in I400ToI400() 206 int width, int height) { in I420ToI400() 223 int width, int height) { in MirrorPlane() 287 int width, int height) { in YUY2ToI422() 359 int width, int height) { in UYVYToI422() 429 int width, int height) { in I400Mirror() [all …]
|
D | convert_from_argb.cc | 29 int width, int height) { in ARGBToI444() 110 int width, int height) { in ARGBToI422() 191 int width, int height) { in ARGBToI411() 262 int width, int height) { in ARGBToNV12() 371 int width, int height) { in ARGBToNV21() 479 int width, int height) { in ARGBToYUY2() 586 int width, int height) { in ARGBToUYVY() 693 int width, int height) { in ARGBToI400() 754 int width, int height) { in ARGBToRGBA() 765 int width, int height) { in ARGBToRGB24() [all …]
|
D | rotate.cc | 27 int width, int height) { in TransposePlane() 79 int width, int height) { in RotatePlane90() 91 int width, int height) { in RotatePlane270() 103 int width, int height) { in RotatePlane180() 195 int width, int height) { in TransposeUV() 242 int width, int height) { in RotateUV90() 256 int width, int height) { in RotateUV270() 273 int width, int height) { in RotateUV180() 308 int width, int height, in RotatePlane() 356 int width, int height, in I420Rotate() [all …]
|
/external/libyuv/files/source/ |
D | convert_argb.cc | 31 int width, int height) { in ARGBCopy() 54 int width, int height) { in I420ToARGBMatrix() 124 int width, int height) { in I420ToARGB() 139 int width, int height) { in I420ToABGR() 154 int width, int height) { in J420ToARGB() 169 int width, int height) { in J420ToABGR() 184 int width, int height) { in H420ToARGB() 199 int width, int height) { in H420ToABGR() 214 int width, int height) { in I422ToARGBMatrix() 292 int width, int height) { in I422ToARGB() [all …]
|
D | planar_functions.cc | 31 int width, int height) { in CopyPlane() 82 int width, int height) { in CopyPlane_16() 129 int width, int height) { in I422Copy() 160 int width, int height) { in I444Copy() 187 int width, int height) { in I400ToI400() 207 int width, int height) { in I420ToI400() 224 int width, int height) { in MirrorPlane() 280 int width, int height) { in YUY2ToI422() 352 int width, int height) { in UYVYToI422() 422 int width, int height) { in I400Mirror() [all …]
|
D | convert_from_argb.cc | 29 int width, int height) { in ARGBToI444() 110 int width, int height) { in ARGBToI422() 190 int width, int height) { in ARGBToI411() 261 int width, int height) { in ARGBToNV12() 370 int width, int height) { in ARGBToNV21() 478 int width, int height) { in ARGBToYUY2() 580 int width, int height) { in ARGBToUYVY() 682 int width, int height) { in ARGBToI400() 743 int width, int height) { in ARGBToRGBA() 754 int width, int height) { in ARGBToRGB24() [all …]
|
D | rotate.cc | 27 int width, int height) { in TransposePlane() 79 int width, int height) { in RotatePlane90() 91 int width, int height) { in RotatePlane270() 103 int width, int height) { in RotatePlane180() 187 int width, int height) { in TransposeUV() 237 int width, int height) { in RotateUV90() 251 int width, int height) { in RotateUV270() 268 int width, int height) { in RotateUV180() 303 int width, int height, in RotatePlane() 351 int width, int height, in I420Rotate() [all …]
|
/external/libyuv/files/unit_test/ |
D | unit_test.cc | 58 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVConvertTest() local 110 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVColorTest() local 162 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVScaleTest() local 214 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVRotateTest() local 266 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVPlanarTest() local 318 const char* height = getenv("LIBYUV_HEIGHT"); in LibYUVBaseTest() local
|
/external/webrtc/talk/media/webrtc/ |
D | simulcast.cc | 41 int height; member 85 void MaybeExchangeWidthHeight(int* width, int* height) { in MaybeExchangeWidthHeight() 95 int FindSimulcastFormatIndex(int width, int height) { in FindSimulcastFormatIndex() 107 int FindSimulcastFormatIndex(int width, int height, size_t max_layers) { in FindSimulcastFormatIndex() 127 size_t FindSimulcastMaxLayers(int width, int height) { in FindSimulcastMaxLayers() 138 int FindSimulcastMaxBitrateBps(int width, int height, size_t max_layers) { in FindSimulcastMaxBitrateBps() 147 int height, in FindSimulcastTargetBitrateBps() 156 int FindSimulcastMinBitrateBps(int width, int height, size_t max_layers) { in FindSimulcastMinBitrateBps() 164 bool SlotSimulcastMaxResolution(size_t max_layers, int* width, int* height) { in SlotSimulcastMaxResolution() 190 int height, in GetSimulcastConfig()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_zs.c | 117 unsigned width, unsigned height) in util_format_s8_uint_unpack_s_8uint() 130 unsigned width, unsigned height) in util_format_s8_uint_pack_s_8uint() 143 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_float() 164 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_float() 186 unsigned width, unsigned height) in util_format_z16_unorm_unpack_z_32unorm() 207 unsigned width, unsigned height) in util_format_z16_unorm_pack_z_32unorm() 229 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_float() 250 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_float() 272 unsigned width, unsigned height) in util_format_z32_unorm_unpack_z_32unorm() 285 unsigned width, unsigned height) in util_format_z32_unorm_pack_z_32unorm() [all …]
|
D | u_format_yuv.c | 43 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 105 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 167 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_pack_rgba_float() 224 unsigned width, unsigned height) in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() 295 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_unpack_rgba_float() 357 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() 419 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_pack_rgba_float() 476 unsigned width, unsigned height) in util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() 547 unsigned width, unsigned height) in util_format_uyvy_unpack_rgba_float() 603 unsigned width, unsigned height) in util_format_uyvy_unpack_rgba_8unorm() [all …]
|
D | u_format_s3tc.c | 82 int width, int height, in util_format_dxtn_pack_stub() 246 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_8unorm() 270 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_8unorm() 281 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_8unorm() 292 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_8unorm() 303 unsigned width, unsigned height) in util_format_dxt5_rgba_unpack_rgba_8unorm() 314 unsigned width, unsigned height, in util_format_dxtn_rgb_unpack_rgba_float() 342 unsigned width, unsigned height) in util_format_dxt1_rgb_unpack_rgba_float() 353 unsigned width, unsigned height) in util_format_dxt1_rgba_unpack_rgba_float() 364 unsigned width, unsigned height) in util_format_dxt3_rgba_unpack_rgba_float() [all …]
|
/external/opencv3/3rdparty/libwebp/utils/ |
D | filters.c | 47 int width, int height, int stride, in DoHorizontalFilter() 68 static void HorizontalFilter(const uint8_t* data, int width, int height, in HorizontalFilter() 73 static void HorizontalUnfilter(int width, int height, int stride, in HorizontalUnfilter() 82 int width, int height, int stride, in DoVerticalFilter() 102 static void VerticalFilter(const uint8_t* data, int width, int height, in VerticalFilter() 107 static void VerticalUnfilter(int width, int height, int stride, uint8_t* data) { in VerticalUnfilter() 120 void DoGradientFilter(const uint8_t* in, int width, int height, in DoGradientFilter() 147 static void GradientFilter(const uint8_t* data, int width, int height, in GradientFilter() 152 static void GradientUnfilter(int width, int height, int stride, uint8_t* data) { in GradientUnfilter() 165 int width, int height, int stride) { in EstimateBestFilter()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | sad_msa.c | 24 int32_t height) { in sad_4width_msa() 50 int32_t height) { in sad_8width_msa() 71 int32_t height) { in sad_16width_msa() 95 int32_t height) { in sad_32width_msa() 131 int32_t height) { in sad_64width_msa() 163 int32_t height, uint32_t *sad_array) { in sad_4width_x3_msa() 204 int32_t height, uint32_t *sad_array) { in sad_8width_x3_msa() 239 int32_t height, uint32_t *sad_array) { in sad_16width_x3_msa() 287 int32_t height, uint32_t *sad_array) { in sad_32width_x3_msa() 329 int32_t height, uint32_t *sad_array) { in sad_64width_x3_msa() [all …]
|
/external/autotest/client/virt/ |
D | ppm_utils.py | 72 def image_write_to_ppm_file(filename, width, height, data): argument 88 def image_crop(width, height, data, x1, y1, dx, dy): argument 114 def image_md5sum(width, height, data): argument 128 def get_region_md5sum(width, height, data, x1, y1, dx, dy, argument 173 def image_comparison(width, height, data1, data2): argument 213 def image_fuzzy_compare(width, height, data1, data2): argument
|
/external/webrtc/webrtc/common_video/ |
D | video_frame_buffer.cc | 28 I420Buffer::I420Buffer(int width, int height) in I420Buffer() 33 int height, in I420Buffer() 59 int I420Buffer::height() const { in height() function in webrtc::I420Buffer 109 int height) in NativeHandleBuffer() 120 int NativeHandleBuffer::height() const { in height() function in webrtc::NativeHandleBuffer 139 int height, in WrappedI420Buffer() 166 int WrappedI420Buffer::height() const { in height() function in webrtc::WrappedI420Buffer
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
D | BitmapFontAlignmentTest.java | 98 float height = logoSprite.getHeight(); in renderSingleLine() local 112 float height = logoSprite.getHeight(); in renderSingleLineCached() local 130 float height = logoSprite.getHeight(); in renderWrapped() local 150 float height = logoSprite.getHeight(); in renderWrappedCached() local 170 float height = logoSprite.getHeight(); in renderMultiLine() local 188 float height = logoSprite.getHeight(); in renderMultiLineCached() local
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
D | AttributeStrategy.java | 21 public Bitmap get(int width, int height, Bitmap.Config config) { in get() 38 public String logBitmap(int width, int height, Bitmap.Config config) { in logBitmap() 56 private static String getBitmapString(int width, int height, Bitmap.Config config) { in getBitmapString() 62 public Key get(int width, int height, Bitmap.Config config) { in get() 78 private int height; field in AttributeStrategy.Key 86 public void init(int width, int height, Bitmap.Config config) { in init()
|
/external/mesa3d/src/mesa/main/ |
D | drawtex.c | 36 GLfloat width, GLfloat height) in draw_texture() 61 _mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in _mesa_DrawTexf() 77 _mesa_DrawTexi(GLint x, GLint y, GLint z, GLint width, GLint height) in _mesa_DrawTexi() 95 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) in _mesa_DrawTexs() 113 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height) in _mesa_DrawTexx()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/ |
D | ETC1.java | 49 public final int height; field in ETC1.ETC1Data 55 public ETC1Data (int width, int height, ByteBuffer compressedData, int dataOffset) { in ETC1Data() 177 int height = 0; in decodeImage() local 204 public static native int getCompressedDataSize (int width, int height); /* in getCompressedDataSize() 214 public static native void formatHeader (ByteBuffer header, int offset, int width, int height); /* in formatHeader() 249 int width, int height, int pixelSize); /* in decodeImage() 260 …e ByteBuffer encodeImage (ByteBuffer imageData, int offset, int width, int height, int pixelSize);… in encodeImage() 274 …yteBuffer encodeImagePKM (ByteBuffer imageData, int offset, int width, int height, int pixelSize);… in encodeImagePKM()
|
/external/glide/library/src/main/java/com/bumptech/glide/load/model/ |
D | ModelCache.java | 43 public B get(A model, int width, int height) { in get() 58 public void put(A model, int width, int height, B value) { in put() 67 private int height; field in ModelCache.ModelKey 71 static <A> ModelKey<A> get(A model, int width, int height) { in get() 84 private void init(A model, int width, int height) { in init()
|
/external/webp/src/dsp/ |
D | filters.c | 45 int width, int height, int stride, in DoHorizontalFilter() 82 int width, int height, int stride, in DoVerticalFilter() 125 int width, int height, int stride, in DoGradientFilter() 168 static void HorizontalFilter(const uint8_t* data, int width, int height, in HorizontalFilter() 173 static void VerticalFilter(const uint8_t* data, int width, int height, in VerticalFilter() 179 static void GradientFilter(const uint8_t* data, int width, int height, in GradientFilter() 187 static void VerticalUnfilter(int width, int height, int stride, int row, in VerticalUnfilter() 192 static void HorizontalUnfilter(int width, int height, int stride, int row, in HorizontalUnfilter() 197 static void GradientUnfilter(int width, int height, int stride, int row, in GradientUnfilter()
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
D | api_images.c | 96 VGint width, VGint height, in vegaCreateImage() 147 VGint width, VGint height) in vegaClearImage() 175 VGint width, VGint height) in vegaImageSubData() 203 VGint width, VGint height) in vegaGetImageSubData() 227 VGint width, VGint height) in vegaChildImage() 274 VGint width, VGint height, in vegaCopyImage() 313 VGint width, VGint height) in vegaSetPixels() 333 VGint width, VGint height) in vegaGetPixels() 356 VGint width, VGint height) in vegaWritePixels() 394 VGint width, VGint height) in vegaReadPixels() [all …]
|