OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kBytesPerPixel
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/gpu/command_buffer/tests/
gl_readback_unittests.cc
53
const GLint
kBytesPerPixel
= 4;
64
kWidth * kHeight *
kBytesPerPixel
,
/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
;
/external/chromium_org/ui/gl/
gl_image_shm.cc
50
const int
kBytesPerPixel
= 4;
51
size_t size = size_.GetArea() *
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/remoting/codec/
video_decoder_verbatim.cc
14
const int
kBytesPerPixel
= 4;
52
screen_size_.width() * screen_size_.height() *
kBytesPerPixel
]);
68
const int row_size = clip_.width() *
kBytesPerPixel
;
70
int out_stride = screen_size_.width() *
kBytesPerPixel
;
72
kBytesPerPixel
* clip_.left();
188
int screen_stride = screen_size_.width() *
kBytesPerPixel
;
codec_test.cc
25
const int
kBytesPerPixel
= 4;
145
view_size_.width() * view_size_.height() *
kBytesPerPixel
]);
158
view_size_.width() * view_size_.height() *
kBytesPerPixel
);
176
view_size_.width() *
kBytesPerPixel
,
223
const int stride = view_size_.width() *
kBytesPerPixel
;
226
kBytesPerPixel
* i.rect().left();
229
const int row_size =
kBytesPerPixel
* i.rect().width();
248
const int stride = view_size_.width() *
kBytesPerPixel
;
250
kBytesPerPixel
* i.rect().left();
341
int memory_size = size.width() * size.height() *
kBytesPerPixel
;
[
all
...]
/external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc
116
static const size_t
kBytesPerPixel
= 4;
121
kBytesPerPixel
;
compositor_impl_android.cc
386
static const size_t
kBytesPerPixel
= 4;
391
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
29
const int
kBytesPerPixel
= sizeof(uint32_t); // 4 bytes for BGRA or RGBA.
226
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/ui/gfx/
gtk_util.cc
102
const int
kBytesPerPixel
= 4;
122
i +=
kBytesPerPixel
;
/external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device.cc
26
const int
kBytesPerPixel
= 4;
211
webrtc::DesktopFrame::
kBytesPerPixel
;
245
webrtc::DesktopFrame::
kBytesPerPixel
* scaled_rect.x();
/external/chromium_org/ui/gfx/codec/
png_codec_unittest.cc
977
const int
kBytesPerPixel
= 4;
979
const int kRowBytes = kPaddedWidth *
kBytesPerPixel
;
[
all
...]
/external/chromium_org/android_webview/browser/
in_process_view_renderer.cc
151
const size_t
kBytesPerPixel
= 4;
481
policy.bytes_limit = g_memory_multiplier *
kBytesPerPixel
*
[
all
...]
/external/chromium_org/remoting/client/plugin/
chromoting_instance.cc
56
const int
kBytesPerPixel
= 4;
623
uint32 cursor_total_bytes = width * height *
kBytesPerPixel
;
640
int bytes_per_row = width *
kBytesPerPixel
;
661
src_row_data += x *
kBytesPerPixel
;
663
bytes_per_row = width *
kBytesPerPixel
;
[
all
...]
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.cc
[
all
...]
/external/chromium_org/gpu/command_buffer/client/
gles2_implementation_unittest.cc
[
all
...]
Completed in 1317 milliseconds