OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:row_stride
(Results
1 - 4
of
4
) sorted by null
/external/jpeg/
example.c
93
int
row_stride
; /* physical row width in image buffer */
local
154
row_stride
= image_width * 3; /* JSAMPLEs per row in image_buffer */
161
row_pointer[0] = & image_buffer[cinfo.next_scanline *
row_stride
];
298
int
row_stride
; /* physical row width in output buffer */
local
361
row_stride
= cinfo.output_width * cinfo.output_components;
364
((j_common_ptr) &cinfo, JPOOL_IMAGE,
row_stride
, 1);
379
put_scanline_someplace(buffer[0],
row_stride
);
libjpeg.doc
406
int
row_stride
; /* physical row width in buffer */
408
row_stride
= image_width * 3; /* JSAMPLEs per row in image_buffer */
411
row_pointer[0] = & image_buffer[cinfo.next_scanline *
row_stride
];
[
all
...]
/external/qemu/distrib/jpeg-6b/
example.c
93
int
row_stride
; /* physical row width in image buffer */
local
154
row_stride
= image_width * 3; /* JSAMPLEs per row in image_buffer */
161
row_pointer[0] = & image_buffer[cinfo.next_scanline *
row_stride
];
298
int
row_stride
; /* physical row width in output buffer */
local
361
row_stride
= cinfo.output_width * cinfo.output_components;
364
((j_common_ptr) &cinfo, JPOOL_IMAGE,
row_stride
, 1);
379
put_scanline_someplace(buffer[0],
row_stride
);
libjpeg.doc
406
int
row_stride
; /* physical row width in buffer */
408
row_stride
= image_width * 3; /* JSAMPLEs per row in image_buffer */
411
row_pointer[0] = & image_buffer[cinfo.next_scanline *
row_stride
];
[
all
...]
Completed in 675 milliseconds