Home | History | Annotate | Download | only in jpeg

Lines Matching defs:components

42   int components = 0;
55 // equal to width*components*sizeof(JSAMPLE). If 0 is passed, the stride
81 // - components is the address where the number of read components are
83 // components use flags.components. May be nullptr.
91 int* components, // Output only: useful with autodetect
95 // arguments are (width, height, components). If the size is known ahead of
104 // The width, height, and components points may be null.
106 int* components);
108 // Note: (format & 0xff) = number of components (<=> bytes per pixels)
142 // equal to width*components*sizeof(JSAMPLE). If 0 is passed, the stride