OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rgb_stride
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libwebp/enc/
picture.c
557
(ptr)[
rgb_stride
] + (ptr)[
rgb_stride
+ step])
559
#define SUM2V(ptr) (2 * (ptr)[0] + 2 * (ptr)[
rgb_stride
])
562
const int src = (2 * (step * (x) + (y) *
rgb_stride
)); \
572
const int src = (step * (x_in) + (y) *
rgb_stride
); \
596
int
rgb_stride
, // bytes per scanline
602
const int has_alpha = CheckNonOpaque(a_ptr, width, height, step,
rgb_stride
);
614
const int offset = step * x + y *
rgb_stride
;
667
a_ptr[step * x + y *
rgb_stride
];
675
const uint8_t* const rgb, int
rgb_stride
,
[
all
...]
/external/webp/src/enc/
picture.c
557
(ptr)[
rgb_stride
] + (ptr)[
rgb_stride
+ step])
559
#define SUM2V(ptr) (2 * (ptr)[0] + 2 * (ptr)[
rgb_stride
])
562
const int src = (2 * (step * (x) + (y) *
rgb_stride
)); \
572
const int src = (step * (x_in) + (y) *
rgb_stride
); \
596
int
rgb_stride
, // bytes per scanline
602
const int has_alpha = CheckNonOpaque(a_ptr, width, height, step,
rgb_stride
);
614
const int offset = step * x + y *
rgb_stride
;
667
a_ptr[step * x + y *
rgb_stride
];
675
const uint8_t* const rgb, int
rgb_stride
,
[
all
...]
/external/chromium_org/remoting/base/
util.cc
56
int
rgb_stride
,
59
int rgb_offset = CalculateRGBOffset(x, y,
rgb_stride
);
63
libyuv::ARGBToI420(rgb_plane + rgb_offset,
rgb_stride
,
util.h
62
int
rgb_stride
,
/external/chromium_org/remoting/codec/
video_encoder_vpx.cc
279
const int
rgb_stride
= frame.stride();
local
292
rgb_stride
, y_stride, uv_stride);
/external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc
383
int
rgb_stride
= -3 * (new_unrotated_width + chopped_width);
local
393
rgb_stride
,
/external/chromium_org/third_party/libwebp/webp/
encode.h
417
// *rgb buffer should have a size of at least height *
rgb_stride
.
420
WebPPicture* picture, const uint8_t* rgb, int
rgb_stride
);
/external/webp/include/webp/
encode.h
417
// *rgb buffer should have a size of at least height *
rgb_stride
.
420
WebPPicture* picture, const uint8_t* rgb, int
rgb_stride
);
Completed in 131 milliseconds