/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
vl_decoder.c | 55 unsigned buffer_width, buffer_height; local 68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH); 74 buffer_width, buffer_height, max_references,
|
vl_zscan.h | 42 unsigned buffer_width; member in struct:vl_zscan 76 unsigned buffer_width, unsigned buffer_height,
|
vl_idct.h | 42 unsigned buffer_width; member in struct:vl_idct 93 unsigned buffer_width, unsigned buffer_height,
|
vl_mc.h | 46 unsigned buffer_width; member in struct:vl_mc
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_decoder.c | 55 unsigned buffer_width, buffer_height; local 68 buffer_width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH); 74 buffer_width, buffer_height, max_references,
|
vl_zscan.h | 42 unsigned buffer_width; member in struct:vl_zscan 76 unsigned buffer_width, unsigned buffer_height,
|
vl_idct.h | 42 unsigned buffer_width; member in struct:vl_idct 93 unsigned buffer_width, unsigned buffer_height,
|
vl_mc.h | 46 unsigned buffer_width; member in struct:vl_mc
|
/external/chromium_org/third_party/libjpeg_turbo/ |
wrppm.c | 75 size_t buffer_width; /* width of I/O buffer */ member in struct:__anon17405 96 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 119 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 149 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 168 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 236 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char)); 238 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width);
|
wrtarga.c | 47 JDIMENSION buffer_width; /* width of one row */ member in struct:__anon17407 116 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 134 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 158 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 240 dest->buffer_width = cinfo->output_width * cinfo->output_components; 243 (size_t) (dest->buffer_width * SIZEOF(char))); 247 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width, (JDIMENSION) 1);
|
rdppm.c | 77 size_t buffer_width; /* width of I/O buffer */ member in struct:__anon17392 189 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) 210 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) 232 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) 248 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) 272 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) 388 source->buffer_width = (size_t) w * cinfo->input_components * 392 source->buffer_width);
|
/external/jpeg/ |
wrppm.c | 74 size_t buffer_width; /* width of I/O buffer */ member in struct:__anon2300 95 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 118 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 148 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 167 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 235 dest->buffer_width = dest->samples_per_row * (BYTESPERSAMPLE * SIZEOF(char)); 237 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width);
|
wrtarga.c | 47 JDIMENSION buffer_width; /* width of one row */ member in struct:__anon2302 116 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 134 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 158 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width); 240 dest->buffer_width = cinfo->output_width * cinfo->output_components; 243 (size_t) (dest->buffer_width * SIZEOF(char))); 247 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width, (JDIMENSION) 1);
|
rdppm.c | 76 size_t buffer_width; /* width of I/O buffer */ member in struct:__anon2293 188 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) 209 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) 231 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) 247 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) 271 if (! ReadOK(source->pub.input_file, source->iobuffer, source->buffer_width)) 387 source->buffer_width = (size_t) w * cinfo->input_components * 391 source->buffer_width);
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/ |
mm_qcamera_app.h | 227 uint32_t buffer_width, buffer_height; member in struct:__anon4436
|