HomeSort by relevance Sort by last modified time
    Searched refs:buffer_height (Results 1 - 25 of 29) sorted by null

1 2

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_zscan.h 43 unsigned buffer_height; member in struct:vl_zscan
77 unsigned buffer_width, unsigned buffer_height,
vl_idct.h 43 unsigned buffer_height; member in struct:vl_idct
93 unsigned buffer_width, unsigned buffer_height,
vl_mc.h 47 unsigned buffer_height; member in struct:vl_mc
vl_idct.c 176 (float)VL_BLOCK_HEIGHT / idct->buffer_height);
218 increment_addr(shader, m[i], addr, false, false, i, idct->buffer_height);
299 (float)VL_BLOCK_HEIGHT / idct->buffer_height);
354 increment_addr(shader, l[i], l_addr, false, false, i - 2, idct->buffer_height);
416 (float)VL_BLOCK_HEIGHT / idct->buffer_height);
424 calc_addr(shader, o_r_addr, ureg_src(tex), ureg_src(t_start), true, false, idct->buffer_height / 4);
744 unsigned buffer_width, unsigned buffer_height,
754 idct->buffer_height = buffer_height;
vl_mc.c 124 (float)VL_MACROBLOCK_HEIGHT / r->buffer_height)
143 0.5f / r->buffer_height,
163 r->buffer_height / 2 *
239 (float)VL_BLOCK_HEIGHT / r->buffer_height * VL_MACROBLOCK_HEIGHT / r->macroblock_size
481 unsigned buffer_width, unsigned buffer_height,
494 renderer->buffer_height = buffer_height;
625 renderer->buffer_height / VL_MACROBLOCK_HEIGHT);
vl_zscan.c 117 (float)VL_BLOCK_HEIGHT / zscan->buffer_height);
428 unsigned buffer_width, unsigned buffer_height,
436 zscan->buffer_height = buffer_height;
  /external/libjpeg-turbo/
cdjpeg.h 37 JDIMENSION buffer_height; member in struct:cjpeg_source_struct
71 * height is buffer_height.
74 JDIMENSION buffer_height; member in struct:djpeg_dest_struct
wrppm.c 261 dest->pub.buffer_height = 1;
273 dest->pub.buffer_height = 1;
djpeg.c 691 dest_mgr->buffer_height);
697 dest_mgr->buffer_height);
733 dest_mgr->buffer_height);
746 dest_mgr->buffer_height);
rdppm.c 412 source->pub.buffer_height = 1;
418 source->pub.buffer_height = 1;
rdtarga.c 435 source->pub.buffer_height = 1; /* in case anyone looks at it */
443 source->pub.buffer_height = 1;
wrrle.c 137 dest->pub.buffer_height = 1;
wrtarga.c 256 dest->pub.buffer_height = 1;
bmp.c 316 int i, nlines=dst->buffer_height;
rdrle.c 179 source->pub.buffer_height = 1;
wrgif.c 408 dest->pub.buffer_height = 1;
  /hardware/intel/img/hwcomposer/merrifield/test/
nv12_ved_test.cpp 68 int buffer_height = h * 1.5; local
77 for (line = 0; line < buffer_height; line++) {
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c     [all...]
mm_qcamera_video.c 433 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) {
438 stream->s_config.stream_info->dim.height = test_obj->buffer_height;
481 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) {
486 abc_snap.stream_sizes[0].height = test_obj->buffer_height;
580 test_obj->buffer_height = dim->height;
mm_qcamera_app.c     [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 763 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) {
768 abc.stream_sizes[0].height = (int32_t)test_obj->buffer_height;
806 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) {
811 stream->s_config.stream_info->dim.height = (int32_t)test_obj->buffer_height;
884 if ( test_obj->buffer_width == 0 || test_obj->buffer_height == 0 ) {
    [all...]
mm_qcamera_app.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_frame_scale_neon.c 741 const int buffer_height = (2 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; local
743 (uint8_t *)malloc(buffer_stride * buffer_height);
782 const int buffer_height = (4 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; local
784 (uint8_t *)malloc(buffer_stride * buffer_height);
805 const int buffer_height = (4 * dst_h / 3 + SUBPEL_TAPS - 1 + 7) & ~7; local
807 (uint8_t *)malloc(buffer_stride * buffer_height);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_frame_scale_ssse3.c 787 const int buffer_height = (2 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; local
789 (uint8_t *)malloc(buffer_stride * buffer_height);
829 const int buffer_height = (4 * dst_h + SUBPEL_TAPS - 2 + 7) & ~7; local
855 const int buffer_height = (4 * dst_h \/ 3 + SUBPEL_TAPS - 1 + 7) & ~7; local
    [all...]
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 225 uint32_t buffer_width, buffer_height; member in struct:__anon2496

Completed in 518 milliseconds

1 2