HomeSort by relevance Sort by last modified time
    Searched refs:scale_factor (Results 251 - 275 of 336) sorted by null

<<11121314

  /external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h 368 int* scale_factor);
    [all...]
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 255 int width, int height, float scale_factor) {
262 gl_->ResizeCHROMIUM(width, height, scale_factor);
    [all...]
  /external/opencv/cv/include/
cv.h     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_unittest.cc 439 params->scale_factor = 1;
    [all...]
render_view_host_impl.cc 1486 ui::ScaleFactor scale_factor = GetScaleFactorForView(GetView()); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 598 int width, int height, float scale_factor) {
602 gl_->ResizeCHROMIUM(width, height, scale_factor);
    [all...]
webgraphicscontext3d_command_buffer_impl.h 151 int width, int height, float scale_factor);
  /external/chromium_org/gpu/command_buffer/client/
gles2_c_lib_autogen.h 630 void GLES2ResizeCHROMIUM(GLuint width, GLuint height, GLfloat scale_factor) {
631 gles2::GetGLContext()->ResizeCHROMIUM(width, height, scale_factor);
    [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 463 GLuint width, GLuint height, GLfloat scale_factor) OVERRIDE;
gles2_interface_autogen.h 267 virtual void ResizeCHROMIUM(GLuint width, GLuint height, GLfloat scale_factor) =
gles2_interface_stub_autogen.h 296 GLuint width, GLuint height, GLfloat scale_factor) OVERRIDE;
gles2_trace_implementation_autogen.h 296 GLuint width, GLuint height, GLfloat scale_factor) OVERRIDE;
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 392 xd->scale_factor[idx].sfc = sfc;
393 setup_pre_planes(xd, idx, cfg, mi_row, mi_col, &xd->scale_factor[idx]);
    [all...]
  /bionic/libc/kernel/common/linux/
soundcard.h 226 unsigned int scale_factor; member in struct:patch_info
    [all...]
  /development/ndk/platforms/android-3/include/linux/
soundcard.h 206 unsigned int scale_factor; member in struct:patch_info
  /external/chromium_org/ash/wm/
frame_painter.cc 143 gfx::Canvas temporary_canvas(bounds.size(), canvas->scale_factor(), false);
    [all...]
  /external/chromium_org/v8/src/x64/
stub-cache-x64.cc 54 ScaleFactor scale_factor = times_2; local
72 __ cmpl(name, Operand(kScratchRegister, offset, scale_factor, 0));
78 Operand(kScratchRegister, offset, scale_factor, kPointerSize * 2));
85 Operand(kScratchRegister, offset, scale_factor, 0));
    [all...]
  /external/kernel-headers/original/linux/
soundcard.h 301 unsigned int scale_factor; /* from 0 to 2048 or 0 to 2 */ member in struct:patch_info
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 54 ScaleFactor scale_factor = times_2; local
72 __ cmpl(name, Operand(kScratchRegister, offset, scale_factor, 0));
78 Operand(kScratchRegister, offset, scale_factor, kPointerSize * 2));
85 Operand(kScratchRegister, offset, scale_factor, 0));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
soundcard.h 289 unsigned int scale_factor; /* from 0 to 2048 or 0 to 2 */ member in struct:patch_info
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
soundcard.h 289 unsigned int scale_factor; /* from 0 to 2048 or 0 to 2 */ member in struct:patch_info
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
soundcard.h 289 unsigned int scale_factor; /* from 0 to 2048 or 0 to 2 */ member in struct:patch_info
    [all...]

Completed in 983 milliseconds

<<11121314