HomeSort by relevance Sort by last modified time
    Searched refs:width (Results 176 - 200 of 12474) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libyuv/files/source/
convert_from.cc 34 int width, int height) {
37 width <= 0 || height == 0) {
50 int halfwidth = (width + 1) >> 1;
51 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
73 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
114 int width, int height) {
117 width <= 0 || height == 0) {
133 CopyPlane(src_y, src_stride_y, dst_y, dst_stride_y, width, height);
136 int halfwidth = (width + 1) >> 1;
141 width, height
    [all...]
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
PassComparer.java 23 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width,
  /developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/assets/
sample.css 27 width: 80px;
33 width: 240px;
  /developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/
sample.css 27 width: 80px;
33 width: 240px;
  /development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/
GLES3JNILib.java 28 public static native void resize(int width, int height);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app.h 43 extern void appRender(long tick, int width, int height);
  /development/tools/yuv420sp2rgb/
cmdline.h 9 int *width,
  /device/asus/flo/camera/hdr/include/
morpho_easy_hdr_ext.h 15 int width,
  /device/lge/hammerhead/camera/hdr/include/
morpho_easy_hdr_ext.h 15 int width,
  /device/lge/mako/camera/hdr/include/
morpho_easy_hdr_ext.h 15 int width,
  /external/chromium_org/chrome/browser/resources/extensions/
pack_extension_overlay.css 7 width: 520px;
15 width: 260px;
  /external/chromium_org/chrome/browser/resources/history/
alert_overlay.css 6 min-width: 7em;
14 width: 400px;
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.css 16 width: 100%;
23 border-width: 1px;
50 width: 100%;
56 border-width: 1px;
64 width: 10%;
68 width: 20%;
76 width: 10%;
80 width: 10%;
84 width: 5%;
88 width: 10%
    [all...]
  /external/chromium_org/chrome/browser/ui/tabs/
tab_resources.h 17 // a tab of the given |width| and |height|, for input event hit testing.
20 static void GetHitTestMask(int width,
  /external/chromium_org/chrome/common/
web_application_info.cc 7 WebApplicationInfo::IconInfo::IconInfo() : width(0), height(0) {
  /external/chromium_org/ppapi/c/
pp_size.h 16 * This file defines the width and height of a 2D rectangle.
28 /** This value represents the width of the rectangle. */
29 int32_t width; member in struct:PP_Size
39 /** This value represents the width of the rectangle. */
40 float width; member in struct:PP_FloatSize
54 * PP_MakeSize() creates a <code>PP_Size</code> given a width and height as
57 * @param[in] w An int32_t value representing a width.
64 ret.width = w;
71 * width and height as float values.
73 * @param[in] w An float value representing a width
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
AnimatableLengthSize.cpp 40 AnimatableValue::interpolate(this->width(), lengthSize->width(), fraction),
47 return width()->equals(lengthSize->width()) && height()->equals(lengthSize->height());
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakevideotrackrenderer.h 47 virtual void SetSize(int width, int height) {
48 fake_renderer_.SetSize(width, height, 0);
56 int width() const { return fake_renderer_.width(); } function in class:webrtc::FakeVideoTrackRenderer
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
nullvideorenderer.h 37 virtual bool SetSize(int width, int height, int reserved) {
videoframefactory.h 47 const CapturedFrame* input_frame, int width, int height) const = 0;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoframefactory.h 40 const CapturedFrame* aliased_frame, int width, int height) const OVERRIDE;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_alloccommon.h 23 int vp9_alloc_context_buffers(struct VP9Common *cm, int width, int height);
27 int vp9_alloc_ref_frame_buffers(struct VP9Common *cm, int width, int height);
30 int vp9_alloc_state_buffers(struct VP9Common *cm, int width, int height);
33 void vp9_set_mb_mi(struct VP9Common *cm, int width, int height);
  /external/chromium_org/third_party/libwebp/utils/
quant_levels.h 25 // Replace the input 'data' of size 'width'x'height' with 'num-levels'
29 int QuantizeLevels(uint8_t* const data, int width, int height, int num_levels,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_etc.h 32 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
35 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
u_format_latc.h 35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
55 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
58 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
61 util_format_latc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_latc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
74 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
77 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height)
    [all...]

Completed in 1016 milliseconds

1 2 3 4 5 6 78 91011>>