HomeSort by relevance Sort by last modified time
    Searched defs:kBytesPerPixel (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
differ_block.h 23 const int kBytesPerPixel = 4;
desktop_frame.h 26 static const int kBytesPerPixel = 4;
  /external/chromium_org/remoting/codec/
video_decoder.h 23 static const int kBytesPerPixel = 4;
codec_test.cc 27 const int kBytesPerPixel = 4;
66 view_size_.width() * view_size_.height() * kBytesPerPixel]);
79 view_size_.width() * view_size_.height() * kBytesPerPixel);
92 image_data_.get(), view_size_.width() * kBytesPerPixel,
129 const int stride = view_size_.width() * kBytesPerPixel;
132 kBytesPerPixel * i.rect().left();
135 const int row_size = kBytesPerPixel * i.rect().width();
155 const int stride = view_size_.width() * kBytesPerPixel;
157 kBytesPerPixel * i.rect().left();
240 int memory_size = size.width() * size.height() * kBytesPerPixel;
    [all...]
  /frameworks/webview/chromium/plat_support/
graphic_buffer_impl.cpp 109 static const int kBytesPerPixel = 4;
110 return mBuffer->getStride() * kBytesPerPixel;
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
skia_utils_gtk2.cc 107 const int kBytesPerPixel = 4;
127 i += kBytesPerPixel;
  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc 63 static const size_t kBytesPerPixel = 4;
67 kBytesPerPixel;
compositor_impl_android.cc 516 static const size_t kBytesPerPixel = 4;
521 kBytesPerPixel;
  /external/chromium_org/gpu/command_buffer/service/
gpu_state_tracer.cc 17 const int kBytesPerPixel = 4;
52 screenshot_size_.height() * kBytesPerPixel);
54 glPixelStorei(GL_PACK_ALIGNMENT, kBytesPerPixel);
65 int bytes_per_row = screenshot_size_.width() * kBytesPerPixel;
80 int bytes_per_row = screenshot_size_.width() * kBytesPerPixel;
gles2_cmd_decoder_unittest_framebuffers.cc 385 const GLint kBytesPerPixel = 3;
388 static const int8 kSrcPixels[kWidth * kHeight * kBytesPerPixel] = {
425 kWidth, kHeight, kBytesPerPixel, kSrcPixels, kSrcPixels, kPackAlignment);
482 GLint num_left_bytes = num_left_pixels * kBytesPerPixel;
487 GLint num_right_bytes = num_right_pixels * kBytesPerPixel;
514 const GLint kBytesPerPixel = 3;
516 static const int8 kSrcPixels[kWidth * kHeight * kBytesPerPixel] = {
525 kWidth, kHeight, kBytesPerPixel, kSrcPixels, kSrcPixels, kPackAlignment);
562 const GLint kBytesPerPixel = 4;
564 static const uint8 kExpectedPixels[kWidth * kHeight * kBytesPerPixel] =
    [all...]
  /external/chromium_org/remoting/protocol/
client_control_dispatcher.cc 24 const int kBytesPerPixel = 4;
48 uint32 cursor_total_bytes = width * height * kBytesPerPixel;
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.h 208 const int kBytesPerPixel = sizeof(uint32_t); // 4 bytes for BGRA or RGBA.
  /external/chromium_org/ppapi/tests/
test_fullscreen.cc 26 const int kBytesPerPixel = sizeof(uint32_t); // 4 bytes for BGRA or RGBA.
223 int num_pixels = image.stride() / kBytesPerPixel * image.size().height();
  /external/chromium_org/remoting/base/
util_unittest.cc 14 static const int kBytesPerPixel = 4;
17 static const int kRgbStride = kWidth * kBytesPerPixel;
31 rgb_buffer_size_ = kWidth * kHeight * kBytesPerPixel;
51 (rect.left() * kBytesPerPixel));
55 ptr += kRgbStride / kBytesPerPixel;
80 ptr += kRgbStride / kBytesPerPixel;
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
cursor.cc 46 const int kBytesPerPixel = DesktopFrame::kBytesPerPixel;
81 COMPILE_ASSERT(sizeof(uint32_t) == kBytesPerPixel,
149 bmi.bV5BitCount = kBytesPerPixel * 8;
  /external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittest.cc 56 const GLint kBytesPerPixel = 4;
67 kWidth * kHeight * kBytesPerPixel,
  /external/chromium_org/remoting/client/jni/
chromoting_jni_runtime.cc 28 const int kBytesPerPixel = 4;
342 cursor_shape.width() * cursor_shape.height() * kBytesPerPixel;
  /external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc 991 const int kBytesPerPixel = 4;
993 const int kRowBytes = kPaddedWidth * kBytesPerPixel;
    [all...]
  /external/chromium_org/android_webview/browser/
browser_view_renderer.cc 44 const size_t kBytesPerPixel = 4;
195 policy.bytes_limit = kMemoryMultiplier * kBytesPerPixel * width * height;
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 69 const int kBytesPerPixel = 4;
558 COMPILE_ASSERT(sizeof(uint32_t) == kBytesPerPixel, rgba_pixels_are_32bit);
573 int bytes_per_row = width * kBytesPerPixel;
602 bytes_per_row = width * kBytesPerPixel;
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc     [all...]

Completed in 790 milliseconds