Searched defs:argb_stride (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dconvert_jpeg.cc227 int argb_stride; member in struct:libyuv::ARGBBuffers
240 dest->argb, dest->argb_stride,
242 dest->argb += rows * dest->argb_stride;
254 dest->argb, dest->argb_stride,
256 dest->argb += rows * dest->argb_stride;
268 dest->argb, dest->argb_stride,
270 dest->argb += rows * dest->argb_stride;
282 dest->argb, dest->argb_stride,
284 dest->argb += rows * dest->argb_stride;
294 dest->argb, dest->argb_stride,
303 MJPGToARGB(const uint8* sample, size_t sample_size, uint8* argb, int argb_stride, int w, int h, int dw, int dh) argument
[all...]
H A Dconvert_to_argb.cc34 uint8* crop_argb, int argb_stride,
56 int tmp_argb_stride = argb_stride;
76 argb_stride = crop_width;
84 crop_argb, argb_stride,
90 crop_argb, argb_stride,
96 crop_argb, argb_stride,
102 crop_argb, argb_stride,
108 crop_argb, argb_stride,
114 crop_argb, argb_stride,
120 crop_argb, argb_stride,
33 ConvertToARGB(const uint8* sample, size_t sample_size, uint8* crop_argb, int argb_stride, int crop_x, int crop_y, int src_width, int src_height, int crop_width, int crop_height, enum RotationMode rotation, uint32 fourcc) argument
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dconvert_jpeg.cc227 int argb_stride; member in struct:libyuv::ARGBBuffers
240 dest->argb, dest->argb_stride,
242 dest->argb += rows * dest->argb_stride;
254 dest->argb, dest->argb_stride,
256 dest->argb += rows * dest->argb_stride;
268 dest->argb, dest->argb_stride,
270 dest->argb += rows * dest->argb_stride;
282 dest->argb, dest->argb_stride,
284 dest->argb += rows * dest->argb_stride;
294 dest->argb, dest->argb_stride,
303 MJPGToARGB(const uint8* sample, size_t sample_size, uint8* argb, int argb_stride, int w, int h, int dw, int dh) argument
[all...]
H A Dconvert_to_argb.cc34 uint8* crop_argb, int argb_stride,
56 int tmp_argb_stride = argb_stride;
76 argb_stride = crop_width;
84 crop_argb, argb_stride,
90 crop_argb, argb_stride,
96 crop_argb, argb_stride,
102 crop_argb, argb_stride,
108 crop_argb, argb_stride,
114 crop_argb, argb_stride,
120 crop_argb, argb_stride,
33 ConvertToARGB(const uint8* sample, size_t sample_size, uint8* crop_argb, int argb_stride, int crop_x, int crop_y, int src_width, int src_height, int crop_width, int crop_height, enum RotationMode rotation, uint32 fourcc) argument
[all...]
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_csp.c66 argb += picture->argb_stride;
259 return ImportYUVAFromRGBA(r, g, b, a, 4, 4 * picture->argb_stride,
291 const int argb_stride = 4 * picture->argb_stride; local
299 dst += argb_stride;
307 dst, dst + argb_stride, width);
309 dst += 2 * argb_stride;
318 uint32_t* const argb_dst = picture->argb + y * picture->argb_stride;
352 uint32_t* const dst = &picture->argb[y * picture->argb_stride];
H A Dvp8l.c84 argb += pic->argb_stride;
102 int width, int height, int argb_stride,
130 argb += argb_stride;
163 if (!AnalyzeEntropy(pic->argb, width, height, pic->argb_stride,
961 ApplyPalette(src, dst, pic->argb_stride, enc->current_width_,
1086 picture->argb + y * picture->argb_stride,
101 AnalyzeEntropy(const uint32_t* argb, int width, int height, int argb_stride, double* const nonpredicted_bits, double* const predicted_bits) argument
/external/libyuv/files/source/
H A Dconvert_argb.cc835 int argb_stride; member in struct:libyuv::ARGBBuffers
848 dest->argb, dest->argb_stride,
850 dest->argb += rows * dest->argb_stride;
862 dest->argb, dest->argb_stride,
864 dest->argb += rows * dest->argb_stride;
876 dest->argb, dest->argb_stride,
878 dest->argb += rows * dest->argb_stride;
890 dest->argb, dest->argb_stride,
892 dest->argb += rows * dest->argb_stride;
902 dest->argb, dest->argb_stride,
911 MJPGToARGB(const uint8* sample, size_t sample_size, uint8* argb, int argb_stride, int w, int h, int dw, int dh) argument
1001 ConvertToARGB(const uint8* sample, size_t sample_size, uint8* dst_argb, int argb_stride, int crop_x, int crop_y, int src_width, int src_height, int dst_width, int dst_height, RotationMode rotation, uint32 format) argument
[all...]
/external/webp/src/enc/
H A Dpicture_csp.c66 argb += picture->argb_stride;
259 return ImportYUVAFromRGBA(r, g, b, a, 4, 4 * picture->argb_stride,
291 const int argb_stride = 4 * picture->argb_stride; local
299 dst += argb_stride;
307 dst, dst + argb_stride, width);
309 dst += 2 * argb_stride;
318 uint32_t* const argb_dst = picture->argb + y * picture->argb_stride;
352 uint32_t* const dst = &picture->argb[y * picture->argb_stride];
H A Dvp8l.c84 argb += pic->argb_stride;
102 int width, int height, int argb_stride,
130 argb += argb_stride;
163 if (!AnalyzeEntropy(pic->argb, width, height, pic->argb_stride,
961 ApplyPalette(src, dst, pic->argb_stride, enc->current_width_,
1086 picture->argb + y * picture->argb_stride,
101 AnalyzeEntropy(const uint32_t* argb, int width, int height, int argb_stride, double* const nonpredicted_bits, double* const predicted_bits) argument
/external/chromium_org/third_party/libwebp/webp/
H A Dencode.h287 // It is recommended to use ARGB input (*argb, argb_stride) for lossless
303 int argb_stride; // This is stride in pixels units, not bytes. member in struct:WebPPicture
/external/webp/include/webp/
H A Dencode.h287 // It is recommended to use ARGB input (*argb, argb_stride) for lossless
303 int argb_stride; // This is stride in pixels units, not bytes. member in struct:WebPPicture

Completed in 319 milliseconds