OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kBytesPerPixel
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/remoting/codec/
video_decoder.h
23
static const int
kBytesPerPixel
= 4;
codec_test.cc
25
const int
kBytesPerPixel
= 4;
64
view_size_.width() * view_size_.height() *
kBytesPerPixel
]);
77
view_size_.width() * view_size_.height() *
kBytesPerPixel
);
90
image_data_.get(), view_size_.width() *
kBytesPerPixel
,
127
const int stride = view_size_.width() *
kBytesPerPixel
;
130
kBytesPerPixel
* i.rect().left();
133
const int row_size =
kBytesPerPixel
* i.rect().width();
153
const int stride = view_size_.width() *
kBytesPerPixel
;
155
kBytesPerPixel
* i.rect().left();
238
int memory_size = size.width() * size.height() *
kBytesPerPixel
;
[
all
...]
/external/chromium_org/remoting/host/
screen_capturer_fake.cc
88
const int
kBytesPerPixel
= webrtc::DesktopFrame::
kBytesPerPixel
;
91
size_.width() * size_.height() *
kBytesPerPixel
);
94
(box_pos_y_ * size_.width() + box_pos_x_) *
kBytesPerPixel
;
113
row[x *
kBytesPerPixel
] = r;
114
row[x *
kBytesPerPixel
+ 1] = g;
115
row[x *
kBytesPerPixel
+ 2] = b;
116
row[x *
kBytesPerPixel
+ 3] = 0xff;
125
bytes_per_row_ = size_.width() * webrtc::DesktopFrame::
kBytesPerPixel
;
/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
110
const int
kBytesPerPixel
= 4;
130
i +=
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.cc
[
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/content/browser/renderer_host/
image_transport_factory_android.cc
71
static const size_t
kBytesPerPixel
= 4;
75
kBytesPerPixel
;
compositor_impl_android.cc
367
static const size_t
kBytesPerPixel
= 4;
372
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
13
static const int
kBytesPerPixel
= 4;
16
static const int kRgbStride = kWidth *
kBytesPerPixel
;
30
rgb_buffer_size_ = kWidth * kHeight *
kBytesPerPixel
;
50
(rect.left() *
kBytesPerPixel
));
54
ptr += kRgbStride /
kBytesPerPixel
;
79
ptr += kRgbStride /
kBytesPerPixel
;
/external/chromium_org/remoting/client/jni/
chromoting_jni_runtime.cc
28
const int
kBytesPerPixel
= 4;
272
cursor_shape.width() * cursor_shape.height() *
kBytesPerPixel
;
/external/chromium_org/ui/gfx/
gtk_util.cc
102
const int
kBytesPerPixel
= 4;
122
i +=
kBytesPerPixel
;
/external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittests.cc
56
const GLint
kBytesPerPixel
= 4;
67
kWidth * kHeight *
kBytesPerPixel
,
/external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc
978
const int
kBytesPerPixel
= 4;
980
const int kRowBytes = kPaddedWidth *
kBytesPerPixel
;
[
all
...]
/external/chromium_org/android_webview/browser/
in_process_view_renderer.cc
146
const size_t
kBytesPerPixel
= 4;
546
policy.bytes_limit = g_memory_multiplier *
kBytesPerPixel
*
[
all
...]
/external/chromium_org/remoting/client/plugin/
chromoting_instance.cc
59
const int
kBytesPerPixel
= 4;
509
COMPILE_ASSERT(sizeof(uint32_t) ==
kBytesPerPixel
, rgba_pixels_are_32bit);
524
int bytes_per_row = width *
kBytesPerPixel
;
553
bytes_per_row = width *
kBytesPerPixel
;
[
all
...]
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc
[
all
...]
Completed in 1087 milliseconds