HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 626 - 650 of 11432) sorted by null

<<21222324252627282930>>

  /external/skia/src/gpu/
GrRectanizer_skyline.h 36 return fAreaSoFar / ((float)this->width() * this->height());
50 // Can a width x height rectangle fit in the free space represented by
54 bool rectangleFits(int skylineIndex, int width, int height, int* y) const;
55 // Update the skyline structure to include a width x height rect located
57 void addSkylineLevel(int skylineIndex, int x, int y, int width, int height);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_reconstruct.h 77 u32 height,
88 u32 height,
99 u32 height,
110 u32 height,
122 u32 height,
132 u32 height,
143 u32 height,
153 u32 height,
164 u32 height,
175 u32 height,
    [all...]
  /frameworks/base/media/mca/effect/java/android/media/effect/effects/
IdentityEffect.java 34 public void apply(int inputTexId, int width, int height, int outputTexId) {
37 Frame inputFrame = frameFromTexture(inputTexId, width, height);
38 Frame outputFrame = frameFromTexture(outputTexId, width, height);
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Mosaic.h 45 int height = 480;
53 mosaic.initialize(blendingType, stripType, width, height, -1, false, 5.0f);
92 * \param height Height of input images (note: all images must be same size)
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
124 * \param height Height of the resulting mosaic (returned)
127 ImageType getMosaic(int &width, int &height);
157 int width, height; member in class:Mosaic
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Mosaic.h 45 int height = 480;
53 mosaic.initialize(blendingType, stripType, width, height, -1, false, 5.0f);
92 * \param height Height of input images (note: all images must be same size)
98 int initialize(int blendingType, int stripType, int width, int height, int nframes = -1, bool quarter_res = false, float thresh_still = 0.0);
124 * \param height Height of the resulting mosaic (returned)
127 ImageType getMosaic(int &width, int &height);
157 int width, height; member in class:Mosaic
  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api.h 64 * width and height are the framebuffer dimensions that will be reported to the
77 DECL(int, initOpenGLRenderer, (int width, int height, char* addr, size_t addrLen));
104 * width, height Dimensions of the image, in pixels. Rows are tightly
113 * type are always GL_RGBA and GL_UNSIGNED_BYTE, and the width and height will
116 typedef void (*OnPostFn)(void* context, int width, int height, int ydir,
125 * x,y,width,height are the dimensions of the rendering subwindow.
129 int x, int y, int width, int height, float zRot));
  /external/qemu/distrib/sdl-1.2.15/src/video/wscons/
SDL_wsconsvideo.c 55 static SDL_Surface *WSCONS_SetVideoMode(_THIS, SDL_Surface *current, int width, int height, int bpp, Uint32 flags);
155 int width, height; local
244 len = private->physlinebytes * private->info.height;
248 len = private->info.width * private->info.height * sizeof(short);
250 len = private->physlinebytes * private->info.height;
261 len = private->info.width * private->info.height * sizeof(int);
263 len = private->physlinebytes * private->info.height;
296 width = private->info.height;
297 height = private->info.width;
300 height = private->info.height
463 int height = private->SDL_modelist[0]->h; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
IvfWriter.java 47 * @param height frame height
52 int width, int height,
56 mHeight = height;
71 * @param height frame height
73 public IvfWriter(String filename, int width, int height) throws IOException {
74 this(filename, width, height, 1, 1000000);
106 * @param height frame height
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_confirm_password.css 7 height: 609px; /* Should be the same as #gaia-signin. */
15 height: 100%;
19 height: 100%;
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
scope_approval_dialog.css 13 height: 26px;
27 height: 14px;
47 height: auto;
  /external/chromium_org/chrome/browser/ui/views/profiles/
avatar_menu_button.cc 58 if (old_height_ != height() || button_icon_.isNull()) {
59 old_height_ = height();
61 *icon_, is_rectangle_, width(), height()).ToImageSkia();
70 // Scale the height and maintain aspect ratio. This means that the
75 int dst_height = Round(button_icon_.height() * scale);
80 int dst_y = Round((height() - dst_height) / 2.0);
82 button_icon_.height(), dst_x, dst_y, dst_width, dst_height, false);
  /external/chromium_org/ppapi/shared_impl/
media_stream_video_track_shared_unittest.cc 72 // Verify height
75 attributes.height = 1024;
78 attributes.height = 1025;
81 attributes.height = 1026;
84 attributes.height = -1;
87 attributes.height = -4;
90 attributes.height = 4096 + 4;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 103 return style()->fontMetrics().height() + defaultPaddingBottom;
123 return toRenderBox(baseItemRenderer)->height();
128 LayoutUnit height = itemHeight() * size(); local
129 // FIXME: The item height should have been added before updateLogicalHeight was called to avoid this hack.
130 updateIntrinsicContentLogicalHeight(height);
132 height += borderAndPaddingHeight();
134 RenderBox::computeLogicalHeight(height, logicalTop, computedValues);
  /external/chromium_org/third_party/WebKit/public/web/
WebWindowFeatures.h 51 float height; member in struct:blink::WebWindowFeatures
72 , height(0)
94 , height(f.height)
117 result.height = height;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_etc.c 14 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)
16 etc1_unpack_rgba8888(dst_row, dst_stride, src_row, src_stride, width, height);
20 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)
26 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)
32 for (y = 0; y < height; y += bh) {
60 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)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
surface.c 45 uint32_t width, uint32_t height,
52 if (!(width && height)) {
87 p_surf->templat.height = height;
145 uint32_t *width, uint32_t *height)
147 if (!(width && height && chroma_type))
156 *height = p_surf->video_buffer->height;
160 *height = p_surf->templat.height;
225 unsigned width, height; local
319 unsigned width, height; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_surface.c 37 unsigned width, unsigned height)
48 .height = height,
70 get_format_blocksy(format, height) * s->pitch,
84 dst->height = src->height;
  /external/chromium_org/third_party/polymer/components/core-item/
core-item.css 13 min-height: 40px;
18 min-height: 2.5em;
31 height: 1.5em;
  /external/chromium_org/third_party/polymer/components-chromium/core-item/
core-item.css 13 min-height: 40px;
18 min-height: 2.5em;
31 height: 1.5em;
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
yuv_cropper.py 26 plane. The sizes equal width, height and crop_height for the Y plane,
27 and are equal to width/2, height/2 and crop_height/2 for the U and V
47 def crop_frames(yuv_file_name, output_file_name, width, height, crop_height):
58 height(int): The height of the original YUV file.
59 crop_height(int): The height (the number of pixel rows) to be cropped from
63 component_sizes = [(width, height, crop_height),
64 (width/2, height/2, crop_height/2),
65 (width/2, height/2, crop_height/2)]
87 parser.add_option('--height', type='int', default=288
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/css/
share_dialog.css 12 height: 100px;
16 transition: height 200ms ease-out;
24 height: 100%;
  /external/chromium_org/ui/file_manager/video_player/css/
video_player.css 15 height: 100%;
26 height: 100%;
32 height: 100%;
45 height: 100%;
58 height: 32px;
68 height: 100%;
81 height: 100%;
95 height: 38px;
107 line-height: 14px;
115 line-height: 24px
    [all...]
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/stream/
BaseGlideUrlLoader.java 41 public DataFetcher<InputStream> getResourceFetcher(T model, int width, int height) {
44 result = modelCache.get(model, width, height);
48 String stringURL = getUrl(model, width, height);
52 modelCache.put(model, width, height, result);
56 return concreteLoader.getResourceFetcher(result, width, height);
64 * @param height The height of the view/target the image will be loaded into
67 protected abstract String getUrl(T model, int width, int height);
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_etc.c 14 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)
16 etc1_unpack_rgba8888(dst_row, dst_stride, src_row, src_stride, width, height);
20 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)
26 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)
32 for (y = 0; y < height; y += bh) {
60 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)
  /external/mesa3d/src/gallium/state_trackers/vdpau/
surface.c 45 uint32_t width, uint32_t height,
52 if (!(width && height)) {
87 p_surf->templat.height = height;
145 uint32_t *width, uint32_t *height)
147 if (!(width && height && chroma_type))
156 *height = p_surf->video_buffer->height;
160 *height = p_surf->templat.height;
225 unsigned width, height; local
319 unsigned width, height; local
    [all...]

Completed in 1326 milliseconds

<<21222324252627282930>>