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

  /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
  /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++) {
  /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
  /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
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 227 uint32_t buffer_width, buffer_height; member in struct:__anon49304
  /external/vulkan-validation-layers/layers/
buffer_validation.cpp 3924 VkDeviceSize buffer_height = (0 == pRegions[i].bufferImageHeight ? copy_extent.height : pRegions[i].bufferImageHeight); local
    [all...]

Completed in 907 milliseconds