Searched refs:height (Results 276 - 300 of 7326) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dnullvideorenderer.h37 virtual bool SetSize(int width, int height, int reserved) { argument
H A Dvideoframefactory.h47 const CapturedFrame* input_frame, int width, int height) const = 0;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoframefactory.h40 const CapturedFrame* aliased_frame, int width, int height) const OVERRIDE;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_resize.h18 int height,
30 int height,
44 int height,
58 int height,
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dy4menc.h24 int y4m_write_file_header(char *buf, size_t len, int width, int height,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_decoder.c52 unsigned width, unsigned height, unsigned max_references,
59 assert(width > 0 && height > 0);
69 buffer_height = pot_buffers ? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT);
48 vl_create_decoder(struct pipe_context *pipe, enum pipe_video_profile profile, enum pipe_video_entrypoint entrypoint, enum pipe_video_chroma_format chroma_format, unsigned width, unsigned height, unsigned max_references, bool expect_chunked_decode) argument
/external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/
H A Ddrisw_api.h15 void *data, unsigned width, unsigned height);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddrawtex.h35 _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);
H A Dtexstorage.h36 GLsizei width, GLsizei height);
41 GLsizei width, GLsizei height, GLsizei depth);
53 GLsizei width, GLsizei height);
58 GLsizei width, GLsizei height, GLsizei depth);
/external/chromium_org/third_party/polymer/components/paper-progress/
H A Dpaper-progress.css13 height: 4px;
18 height: 100%;
/external/chromium_org/third_party/polymer/components-chromium/paper-progress/
H A Dpaper-progress.css13 height: 4px;
18 height: 100%;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrStencilBuffer.cpp22 // we should never have more than one stencil buffer with same combo of (width,height,samplecount)
23 void gen_cache_id(int width, int height, int sampleCnt, GrCacheID* cacheID) { argument
28 keyData[1] = height;
37 int height,
43 gen_cache_id(width, height, sampleCnt, &id);
36 ComputeKey(int width, int height, int sampleCnt) argument
/external/chromium_org/third_party/skia/src/svg/
H A DSkSVGFilter.cpp15 SVG_ATTRIBUTE(height),
/external/chromium_org/third_party/skia/tests/
H A DFillPathTest.cpp33 int height = 100; local
36 clip.set(0, height - expected_lines, width, height);
38 path.quadTo(SkIntToScalar(width/2), SkIntToScalar(height),
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.h66 etc1_uint32 etc1_get_encoded_data_size(etc1_uint32 width, etc1_uint32 height);
75 int etc1_encode_image(const etc1_byte* pIn, etc1_uint32 width, etc1_uint32 height,
87 etc1_uint32 width, etc1_uint32 height,
96 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height);
106 // Read the image height from a PKM header
/external/chromium_org/third_party/webrtc/base/
H A Dx11windowpicker.h39 int* height);
40 uint8* GetWindowIcon(const WindowId& id, int* width, int* height);
41 uint8* GetWindowThumbnail(const WindowId& id, int width, int height);
43 uint8* GetDesktopThumbnail(const DesktopId& id, int width, int height);
/external/chromium_org/third_party/webrtc/modules/video_capture/
H A Dvideo_capture_delay.h22 int32_t height; member in struct:webrtc::videocapturemodule::DelayValue
/external/chromium_org/third_party/webrtc/tools/frame_editing/
H A Dframe_editing_lib.h34 int EditFrames(const std::string& in_path, int width, int height,
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dvie_external_render_filter.h32 unsigned int height) {
33 if (width != width_ || height_ != height) {
34 renderer_->FrameSizeChange(width, height, 1);
36 height_ = height;
27 Transform(int size, unsigned char* frame_buffer, int64_t ntp_time_ms, unsigned int timestamp, unsigned int width, unsigned int height) argument
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/images/
H A Dgenerate_images.sh21 height=$(( ((1 - rand_bin) * MAX_DIM) + (rand_bin * rand_dim) ))
24 convert -size ${width}x${height} plasma:fractal image${i}_t.png
/external/chromium_org/ui/accessibility/extensions/caretbrowsing/
H A Dcaretbrowsing.css8 min-height: 10px;
15 min-height: 10px;
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
H A DViewAndroidDelegate.java25 * @param height The height of the anchor view.
27 void setAnchorViewPosition(View view, float x, float y, float width, float height); argument
/external/chromium_org/ui/gfx/
H A Dgdi_util.h18 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/
H A Dthrobber_example.cc29 return gfx::Size(width(), height());
36 (height() - ps.height()) / 2,
37 ps.width(), ps.height());
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dposition_util.js13 * @typedef {{left: number, top: number, width: number, height: number,
72 height: docElement.clientHeight,
97 if (anchorRect.bottom + popupRect.height > availRect.height &&
98 popupRect.height <= anchorRect.top) {
103 if (popupRect.height > anchorRect.top &&
104 anchorRect.bottom + popupRect.height <= availRect.height) {
130 if (anchorRect.bottom + popupRect.height <= availRect.height)
[all...]

Completed in 521 milliseconds

<<11121314151617181920>>