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

  /hardware/qcom/display/msmcobalt/sdm/libs/hwc/
blit_engine_c2d.cpp 298 int aligned_h = 0; local
302 INT(HAL_PIXEL_FORMAT_RGBA_8888), 0, aligned_w, aligned_h);
304 layer_buffer->height = aligned_h;
346 int aligned_h = 0; local
356 INT(HAL_PIXEL_FORMAT_RGBA_8888), usage, aligned_w, aligned_h);
359 target_aligned_height += aligned_h;
362 dst_rects[processed_blit].top = FLOAT(target_aligned_height - aligned_h);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_allocator.cpp 122 unsigned int aligned_w, aligned_h; local
130 GetBufferSizeAndDimensions(descriptor, &data.size, &aligned_w, &aligned_h);
144 data.fd, data.size, INT(data.alloc_type), 0, INT(format), INT(aligned_w), INT(aligned_h), -1,
665 unsigned int *aligned_h) {
671 *aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_UBWC, height);
676 *aligned_h = 0;
818 int aligned_h = height; local
850 aligned_h = INT(VENUS_Y_SCANLINES(COLOR_FMT_NV12, height));
854 aligned_h = INT(VENUS_Y_SCANLINES(COLOR_FMT_NV21, height));
861 aligned_h = ALIGN(height, 64)
    [all...]
  /hardware/qcom/display/msmcobalt/libgralloc1/
gr_allocator.cpp 122 unsigned int aligned_w, aligned_h; local
130 GetBufferSizeAndDimensions(descriptor, &data.size, &aligned_w, &aligned_h);
144 data.fd, data.size, INT(data.alloc_type), 0, INT(format), INT(aligned_w), INT(aligned_h), -1,
665 unsigned int *aligned_h) {
671 *aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_UBWC, height);
676 *aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_BPP10_UBWC, height);
681 *aligned_h = 0;
823 int aligned_h = height; local
855 aligned_h = INT(VENUS_Y_SCANLINES(COLOR_FMT_NV12, height));
859 aligned_h = INT(VENUS_Y_SCANLINES(COLOR_FMT_NV21, height))
    [all...]

Completed in 136 milliseconds