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

  /hardware/qcom/display/msm8996/libgralloc1/
gr_adreno_info.h 86 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
96 unsigned int *aligned_w, unsigned int *aligned_h);
105 unsigned int *aligned_h);
141 int *aligned_h) = NULL;
145 int *aligned_w, int *aligned_h, int *bpp) = NULL;
gr_adreno_info.cpp 96 unsigned int *aligned_w, unsigned int *aligned_h) {
98 *aligned_h = (unsigned int)ALIGN(height, 32);
128 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h));
143 unsigned int *aligned_h) {
152 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel);
gr_allocator.h 70 unsigned int *aligned_h);
83 unsigned int *aligned_h);
gr_buf_mgr.h 52 int AllocateBuffer(unsigned int size, int aligned_w, int aligned_h, int real_w, int real_h,
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...]
gr_buf_mgr.cpp 364 int BufferManager::AllocateBuffer(unsigned int size, int aligned_w, int aligned_h, int real_w,
407 aligned_h, e_data.fd, e_data.offset, eBaseAddr,
  /hardware/qcom/display/msm8996/libgralloc/
gr.h 123 int usage, int& aligned_w, int& aligned_h);
131 void getAlignedWidthAndHeight(const private_handle_t *hnd, int& aligned_w, int& aligned_h);
181 int *aligned_h);
193 int *aligned_h,
alloc_controller.cpp 162 int& aligned_h) {
174 getAlignedWidthAndHeight(w, h, f, usage, aligned_w, aligned_h);
177 aligned_h = hnd->height;
217 int usage, int& aligned_w, int& aligned_h)
224 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h);
226 getYuvUBwcWidthHeight(width, height, format, aligned_w, aligned_h);
229 aligned_h = height;
262 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
266 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV21, height);
273 aligned_h = ALIGN(height, 64)
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
gr.h 122 int usage, int& aligned_w, int& aligned_h);
170 int *aligned_h);
182 int *aligned_h,
alloc_controller.cpp 165 int usage, int& aligned_w, int& aligned_h)
172 height, format, tileEnabled, aligned_w, aligned_h);
177 getUBwcWidthAndHeight(width, height, format, aligned_w, aligned_h);
182 aligned_h = height;
209 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
216 aligned_h = ALIGN(height, 64);
254 &aligned_w, &aligned_h, &bytesPerPixel);
266 int tile_enabled, int& aligned_w, int& aligned_h)
269 aligned_h = ALIGN(height, 32);
303 &aligned_w, &aligned_h);
    [all...]
  /hardware/qcom/display/msm8084/libgralloc/
gr.h 142 int *aligned_h);
154 int *aligned_h,
alloc_controller.cpp 130 int tile_enabled, int& aligned_w, int& aligned_h)
133 aligned_h = height;
137 aligned_h = ALIGN(height, 32);
167 &aligned_w, &aligned_h);
208 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
215 aligned_h = ALIGN(height, 64);
253 &aligned_w, &aligned_h, &bytesPerPixel);
  /hardware/qcom/display/msm8226/libgralloc/
gr.h 142 int *aligned_h);
154 int *aligned_h,
alloc_controller.cpp 130 int tile_enabled, int& aligned_w, int& aligned_h)
133 aligned_h = height;
137 aligned_h = ALIGN(height, 32);
167 &aligned_w, &aligned_h);
203 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
209 aligned_h = ALIGN(height, 64);
247 &aligned_w, &aligned_h, &bytesPerPixel);
  /hardware/qcom/display/msm8909/libgralloc/
gr.h 142 int *aligned_h);
154 int *aligned_h,
alloc_controller.cpp 138 int tile_enabled, int& aligned_w, int& aligned_h)
141 aligned_h = height;
145 aligned_h = ALIGN(height, 32);
175 &aligned_w, &aligned_h);
216 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
222 aligned_h = ALIGN(height, 64);
260 &aligned_w, &aligned_h, &bytesPerPixel);

Completed in 53 milliseconds