Searched defs:rgb_stride (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/codec/
H A Dvideo_encoder_vp8.cc175 const int rgb_stride = frame->stride(); local
187 rgb_stride, y_stride, uv_stride);
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_controller.cc324 int rgb_stride = -3 * (frame_info_.width + chopped_width_); local
328 int rgb_stride = 3 * (frame_info_.width + chopped_width_); local
333 rgb_stride, ystride, uvstride);
/external/chromium_org/remoting/base/
H A Dutil.cc62 int rgb_stride,
65 int rgb_offset = CalculateRGBOffset(x, y, rgb_stride);
69 libyuv::ARGBToI420(rgb_plane + rgb_offset, rgb_stride,
54 ConvertRGB32ToYUVWithRect(const uint8* rgb_plane, uint8* y_plane, uint8* u_plane, uint8* v_plane, int x, int y, int width, int height, int rgb_stride, int y_stride, int uv_stride) argument
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture.c557 (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,
591 ImportYUVAFromRGBA(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, const uint8_t* const a_ptr, int step, int rgb_stride, WebPPicture* const picture) argument
674 Import(WebPPicture* const picture, const uint8_t* const rgb, int rgb_stride, int step, int swap_rb, int import_alpha) argument
730 WebPPictureImportRGB(WebPPicture* picture, const uint8_t* rgb, int rgb_stride) argument
735 WebPPictureImportBGR(WebPPicture* picture, const uint8_t* rgb, int rgb_stride) argument
[all...]
/external/webp/src/enc/
H A Dpicture.c557 (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,
591 ImportYUVAFromRGBA(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, const uint8_t* const a_ptr, int step, int rgb_stride, WebPPicture* const picture) argument
674 Import(WebPPicture* const picture, const uint8_t* const rgb, int rgb_stride, int step, int swap_rb, int import_alpha) argument
730 WebPPictureImportRGB(WebPPicture* picture, const uint8_t* rgb, int rgb_stride) argument
735 WebPPictureImportBGR(WebPPicture* picture, const uint8_t* rgb, int rgb_stride) argument
[all...]

Completed in 176 milliseconds