OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:samples_per_row
(Results
1 - 2
of
2
) sorted by null
/external/libjpeg-turbo/
wrppm.h
21
JDIMENSION
samples_per_row
; /* JSAMPLEs per output row */
member in struct:__anon16713
wrppm.c
99
for (col = dest->
samples_per_row
; col > 0; col--) {
218
dest->
samples_per_row
= cinfo->output_width * cinfo->out_color_components;
219
dest->buffer_width = dest->
samples_per_row
* (BYTESPERSAMPLE * sizeof(char));
Completed in 56 milliseconds