HomeSort by relevance Sort by last modified time
    Searched defs:buffer_width (Results 1 - 11 of 11) sorted by null

  /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/libjpeg-turbo/
wrppm.h 20 size_t buffer_width; /* width of I/O buffer */ member in struct:__anon15879
wrtarga.c 40 JDIMENSION buffer_width; /* width of one row */ member in struct:__anon15881
109 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
127 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
151 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
233 dest->buffer_width = cinfo->output_width * cinfo->output_components;
236 (size_t) (dest->buffer_width * sizeof(char)));
240 ((j_common_ptr) cinfo, JPOOL_IMAGE, dest->buffer_width, (JDIMENSION) 1);
rdppm.c 69 size_t buffer_width; /* width of I/O buffer */ member in struct:__anon15867
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))
388 source->buffer_width = (size_t) w * cinfo->input_components *
392 source->buffer_width);
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 227 uint32_t buffer_width, buffer_height; member in struct:__anon3590
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 227 uint32_t buffer_width, buffer_height; member in struct:__anon4501
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 227 uint32_t buffer_width, buffer_height; member in struct:__anon5642
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 225 uint32_t buffer_width, buffer_height; member in struct:__anon32158

Completed in 76 milliseconds