/external/chromium_org/third_party/webrtc/modules/video_capture/ |
video_capture_delay.h | 21 int32_t width; member in struct:webrtc::videocapturemodule::DelayValue
|
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/ |
spatial_resampler.h | 27 virtual int32_t SetTargetFrameSize(int32_t width, int32_t height) = 0; 35 virtual bool ApplyResample(int32_t width, int32_t height) = 0; 42 virtual int32_t SetTargetFrameSize(int32_t width, int32_t height); 49 virtual bool ApplyResample(int32_t width, int32_t height);
|
/external/chromium_org/third_party/webrtc/tools/frame_editing/ |
frame_editing_lib.h | 34 int EditFrames(const std::string& in_path, int width, int height,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
gen-fma-test.py | 3 def emit(opcode,suffix,width,order,optype): 8 if width == 128: 36 for (suffix,width) in combos: 39 emit(opcode,suffix,width,order,optype)
|
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/images/ |
generate_images.sh | 20 width=$(( (rand_bin * MAX_DIM) + ((1 - rand_bin) * rand_dim) )) 24 convert -size ${width}x${height} plasma:fractal image${i}_t.png
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/ |
ViewAndroidDelegate.java | 20 * Set the anchor view to specified position and width (all units in dp). 24 * @param width The width of the anchor view. 27 void setAnchorViewPosition(View view, float x, float y, float width, float height);
|
/external/chromium_org/ui/display/util/ |
display_util.cc | 32 // The width threshold in mm for "large" monitors. 42 if (physical_size.width() <= kInvalidDisplaySizeList[0][0] || 63 const unsigned int dpi = (kInchInMm * screen_size_in_pixels.width() / 64 physical_size_in_mm.width()); 66 (physical_size_in_mm.width() >= kLargeDisplayWidthThresholdMM) ?
|
/external/chromium_org/ui/gfx/ |
gdi_util.h | 18 GFX_EXPORT void CreateBitmapHeader(int width, int height, 23 void CreateBitmapHeaderWithColorDepth(int width, int height, int color_depth, 29 GFX_EXPORT void CreateBitmapV4Header(int width, int height, 33 void CreateMonochromeBitmapHeader(int width, int height, BITMAPINFOHEADER* hdr);
|
/external/chromium_org/ui/views/examples/ |
throbber_example.cc | 29 return gfx::Size(width(), height()); 35 child->SetBounds((width() - ps.width()) / 2, 37 ps.width(), ps.height());
|
/external/chromium_org/ui/webui/resources/css/ |
bubble_button.css | 12 width: 16px; 20 width: 16px;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/ |
PluginFlyoutPreferences.java | 36 m_widthKey = prefix + ".flyout.width"; 47 public void initializeDefaults(int location, int state, int width) { 50 m_store.setDefault(m_widthKey, width); 78 public void setWidth(int width) { 79 m_store.setValue(m_widthKey, width);
|
/external/libcxx/test/input.output/iostream.format/std.manip/ |
setw.pass.cpp | 30 assert(is.width() == 10); 36 assert(os.width() == 10); 42 assert(is.width() == 10); 48 assert(os.width() == 10);
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_resize.h | 19 int width, 31 int width, 45 int width, 59 int width,
|
/external/libvpx/libvpx/vpx_scale/ |
yv12config.h | 59 int width, int height, int border); 61 int width, int height, int border); 65 int width, int height, int ss_x, int ss_y, 75 int width, int height, int ss_x, int ss_y,
|
/external/libvpx/libvpx/ |
y4menc.h | 24 int y4m_write_file_header(char *buf, size_t len, int width, int height,
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_decoder.c | 52 unsigned width, unsigned height, unsigned max_references, 59 assert(width > 0 && height > 0); 68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
|
/external/mesa3d/src/gallium/include/state_tracker/ |
drisw_api.h | 15 void *data, unsigned width, unsigned height);
|
/external/mesa3d/src/mesa/main/ |
drawtex.h | 35 _mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height); 41 _mesa_DrawTexi(GLint x, GLint y, GLint z, GLint width, GLint height); 47 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height); 53 _mesa_DrawTexx(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
|
lines.h | 41 _mesa_LineWidth( GLfloat width );
|
drawtex.c | 36 GLfloat width, GLfloat height) 43 if (width <= 0.0f || height <= 0.0f) { 44 _mesa_error(ctx, GL_INVALID_VALUE, "glDrawTex(width or height <= 0)"); 54 ctx->Driver.DrawTex(ctx, x, y, z, width, height); 61 _mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) 64 draw_texture(ctx, x, y, z, width, height); 77 _mesa_DrawTexi(GLint x, GLint y, GLint z, GLint width, GLint height) 81 (GLfloat) width, (GLfloat) height); 95 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) 99 (GLfloat) width, (GLfloat) height) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
drawtex.c | 36 GLfloat width, GLfloat height) 43 if (width <= 0.0f || height <= 0.0f) { 44 _mesa_error(ctx, GL_INVALID_VALUE, "glDrawTex(width or height <= 0)"); 54 ctx->Driver.DrawTex(ctx, x, y, z, width, height); 61 _mesa_DrawTexf(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) 64 draw_texture(ctx, x, y, z, width, height); 77 _mesa_DrawTexi(GLint x, GLint y, GLint z, GLint width, GLint height) 81 (GLfloat) width, (GLfloat) height); 95 _mesa_DrawTexs(GLshort x, GLshort y, GLshort z, GLshort width, GLshort height) 99 (GLfloat) width, (GLfloat) height) [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkPictureRecorder.cpp | 20 SkCanvas* SkPictureRecorder::beginRecording(SkScalar width, SkScalar height, 24 return EXPERIMENTAL_beginRecording(width, height, bbhFactory); 26 return DEPRECATED_beginRecording(width, height, bbhFactory, recordFlags); 30 SkCanvas* SkPictureRecorder::DEPRECATED_beginRecording(SkScalar width, SkScalar height, 33 fCullWidth = width; 36 const SkISize size = SkISize::Make(width, height); 41 fBBH.reset((*bbhFactory)(width, height)); 52 SkCanvas* SkPictureRecorder::EXPERIMENTAL_beginRecording(SkScalar width, SkScalar height, 54 fCullWidth = width; 58 fBBH.reset((*bbhFactory)(width, height)) [all...] |
/external/chromium_org/third_party/skia/src/images/ |
SkImageEncoder_argb.cpp | 22 typedef void (*ScanlineImporter)(const uint8_t* in, uint8_t* argb, int width, 25 static void ARGB_8888_To_ARGB(const uint8_t* in, uint8_t* argb, int width, const SkPMColor*) { 27 for (int i = 0; i < width; ++i) { 37 static void RGB_565_To_ARGB(const uint8_t* in, uint8_t* argb, int width, const SkPMColor*) { 39 for (int i = 0; i < width; ++i) { 49 static void ARGB_4444_To_ARGB(const uint8_t* in, uint8_t* argb, int width, const SkPMColor*) { 51 for (int i = 0; i < width; ++i) { 61 static void Index8_To_ARGB(const uint8_t* in, uint8_t* argb, int width, 64 for (int i = 0; i < width; ++i) { 104 const int argbStride = bitmap.width() * 4 [all...] |
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/ |
FlockingScene.h | 24 FlockingScene(int width, int height); 35 Matrix* setUpProjectionMatrix(float width, float height);
|
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
GL2EncoderUtils.h | 21 size_t pixelDataSize(void *self, GLsizei width, GLsizei height, GLenum format, GLenum type, int pack); 22 size_t pixelDataSize3D(void *self, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, int pack);
|