HomeSort by relevance Sort by last modified time
    Searched refs:buffer_stride (Results 1 - 20 of 20) sorted by null

  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 108 int i, height_origin, usage, buffer_stride = 0; local
227 buffer_stride = psb_surface->stride;
264 int i, height_origin, usage, buffer_stride = 0; local
479 buffer_stride = psb_surface->stride;
  /hardware/qcom/display/msm8909/sdm/libs/hwc/
hwc_display_external_test.cpp 423 uint32_t buffer_stride = 0; local
455 GetStride(format, aligned_width, &buffer_stride);
459 uint8_t *temp = buffer + (loop_height * buffer_stride);
517 uint32_t buffer_stride = 0; local
529 GetStride(format, aligned_width, &buffer_stride);
533 uint8_t *temp = buffer + (loop_height * buffer_stride);
563 uint32_t buffer_stride = 0; local
599 GetStride(format, aligned_width, &buffer_stride);
603 uint8_t *temp = buffer + (loop_height * buffer_stride);
hwc_color_manager.cpp 388 frame_capture_data->buffer_stride = buffer_info.alloc_buffer_info.aligned_width;
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_display_external_test.cpp 416 uint32_t buffer_stride = 0; local
448 GetStride(format, aligned_width, &buffer_stride);
452 uint8_t *temp = buffer + (loop_height * buffer_stride);
510 uint32_t buffer_stride = 0; local
522 GetStride(format, aligned_width, &buffer_stride);
526 uint8_t *temp = buffer + (loop_height * buffer_stride);
556 uint32_t buffer_stride = 0; local
592 GetStride(format, aligned_width, &buffer_stride);
596 uint8_t *temp = buffer + (loop_height * buffer_stride);
hwc_color_manager.cpp 236 frame_capture_data->buffer_stride = buffer_info.alloc_buffer_info.stride;
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
hwc_display_external_test.cpp 423 uint32_t buffer_stride = 0; local
455 GetStride(format, aligned_width, &buffer_stride);
459 uint8_t *temp = buffer + (loop_height * buffer_stride);
517 uint32_t buffer_stride = 0; local
529 GetStride(format, aligned_width, &buffer_stride);
533 uint8_t *temp = buffer + (loop_height * buffer_stride);
563 uint32_t buffer_stride = 0; local
599 GetStride(format, aligned_width, &buffer_stride);
603 uint8_t *temp = buffer + (loop_height * buffer_stride);
hwc_color_manager.cpp 388 frame_capture_data->buffer_stride = buffer_info.alloc_buffer_info.aligned_width;
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_frame_scale_neon.c 740 const int buffer_stride = (dst_w + 3) & ~3; local
743 (uint8_t *)malloc(buffer_stride * buffer_height);
781 const int buffer_stride = (dst_w + 1) & ~1; local
784 (uint8_t *)malloc(buffer_stride * buffer_height);
804 const int buffer_stride = (dst_w + 5) - ((dst_w + 5) % 6) + 2; local
807 (uint8_t *)malloc(buffer_stride * buffer_height);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_frame_scale_ssse3.c 786 const int buffer_stride = (dst_w + 3) & ~3; local
789 (uint8_t *)malloc(buffer_stride * buffer_height);
828 const int buffer_stride = (dst_w + 1) & ~1; local
    [all...]
  /hardware/intel/img/psb_video/src/
psb_surface_attrib.c 277 unsigned long buffer_stride; local
385 buffer_stride = psb_surface->stride;
430 unsigned long buffer_stride; local
523 buffer_stride = psb_surface->stride;
psb_drv_video.c 737 int height_origin, buffer_stride = 0; local
935 buffer_stride = psb_surface->stride;
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/private/
color_params.h 197 uint32_t buffer_stride; member in struct:sdm::PPFrameCaptureData
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_color_manager.cpp 239 frame_capture_data->buffer_stride = buffer_info.alloc_buffer_info.stride;
  /hardware/intel/img/psb_video/src/hwdefs/
dxva_cmdseq_msg.h 59 uint32_t buffer_stride; member in struct:__anon47788
  /hardware/qcom/display/msm8909/sdm/include/private/
color_params.h 256 uint32_t buffer_stride; member in struct:sdm::PPFrameCaptureData
  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
color_params.h 254 uint32_t buffer_stride; member in struct:sdm::PPFrameCaptureData
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_color_manager.cpp 237 frame_capture_data->buffer_stride = buffer_info.alloc_buffer_info.stride;
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_color_manager.cpp 390 frame_capture_data->buffer_stride = buffer_info.alloc_buffer_info.stride;
  /hardware/qcom/display/msm8998/sdm/include/private/
color_params.h 250 uint32_t buffer_stride; member in struct:sdm::PPFrameCaptureData
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_color_manager.cpp 237 frame_capture_data->buffer_stride = buffer_info.buffer_config.width;

Completed in 739 milliseconds