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

1 2

  /hardware/qcom/display/msm8909/gralloc/
gr_adreno_info.h 81 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
91 unsigned int *aligned_w, unsigned int *aligned_h);
100 unsigned int *aligned_h);
132 int *aligned_h) = NULL;
135 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);
129 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h));
144 unsigned int *aligned_h) {
153 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel);
156 *aligned_h = (unsigned int)ALIGN(height, 32);
gr_utils.h 73 unsigned int *aligned_h);
81 unsigned int *aligned_h);
gr_utils.cpp 531 unsigned int *aligned_h) {
537 *aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_UBWC, height);
542 *aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12_BPP10_UBWC, height);
547 *aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_P010_UBWC, height);
552 *aligned_h = 0;
704 int aligned_h = height; local
748 aligned_h = INT(VENUS_Y_SCANLINES(COLOR_FMT_NV12, height));
752 aligned_h = INT(VENUS_Y_SCANLINES(COLOR_FMT_NV21, height));
759 aligned_h = ALIGN(height, 64);
766 *alignedh = (unsigned int)aligned_h;
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_adreno_info.h 81 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
91 unsigned int *aligned_w, unsigned int *aligned_h);
100 unsigned int *aligned_h);
132 int *aligned_h) = NULL;
135 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);
129 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h));
144 unsigned int *aligned_h) {
153 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel);
156 *aligned_h = (unsigned int)ALIGN(height, 32);
gr_utils.h 73 unsigned int *aligned_h);
81 unsigned int *aligned_h);
  /hardware/qcom/display/msm8996/libgralloc1/
gr_adreno_info.h 85 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
95 unsigned int *aligned_w, unsigned int *aligned_h);
104 unsigned int *aligned_h);
132 int *aligned_h) = NULL;
135 int *aligned_w, int *aligned_h, int *bpp) = NULL;
gr_adreno_info.cpp 88 unsigned int *aligned_w, unsigned int *aligned_h) {
90 *aligned_h = (unsigned int)ALIGN(height, 32);
120 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h));
135 unsigned int *aligned_h) {
144 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel);
gr_allocator.h 71 unsigned int *aligned_h);
82 unsigned int *aligned_h);
  /hardware/qcom/display/msm8998/libgralloc1/
gr_adreno_info.h 85 unsigned int *aligned_w, unsigned int *aligned_h, bool ubwc_enabled,
95 unsigned int *aligned_w, unsigned int *aligned_h);
104 unsigned int *aligned_h);
132 int *aligned_h) = NULL;
135 int *aligned_w, int *aligned_h, int *bpp) = NULL;
gr_adreno_info.cpp 87 unsigned int *aligned_w, unsigned int *aligned_h) {
89 *aligned_h = (unsigned int)ALIGN(height, 32);
119 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h));
134 unsigned int *aligned_h) {
143 reinterpret_cast<int *>(aligned_w), reinterpret_cast<int *>(aligned_h), &bytesPerPixel);
146 *aligned_h = (unsigned int)ALIGN(height, 32);
gr_allocator.h 71 unsigned int *aligned_h);
82 unsigned int *aligned_h);
  /hardware/qcom/display/msm8909/libgralloc/
gr.h 118 int usage, int& aligned_w, int& aligned_h);
126 void getAlignedWidthAndHeight(const private_handle_t *hnd, int& aligned_w, int& aligned_h);
176 int *aligned_h);
186 int *aligned_h,
alloc_controller.cpp 155 int& aligned_h) {
167 getAlignedWidthAndHeight(w, h, f, usage, aligned_w, aligned_h);
170 aligned_h = hnd->height;
223 int usage, int& aligned_w, int& aligned_h)
230 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h);
232 getYuvUBwcWidthHeight(width, height, format, aligned_w, aligned_h);
235 aligned_h = height;
278 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
282 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV21, height);
289 aligned_h = ALIGN(height, 64)
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc/
gr.h 118 int usage, int& aligned_w, int& aligned_h);
126 void getAlignedWidthAndHeight(const private_handle_t *hnd, int& aligned_w, int& aligned_h);
176 int *aligned_h);
186 int *aligned_h,
alloc_controller.cpp 155 int& aligned_h) {
167 getAlignedWidthAndHeight(w, h, f, usage, aligned_w, aligned_h);
170 aligned_h = hnd->height;
223 int usage, int& aligned_w, int& aligned_h)
230 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h);
232 getYuvUBwcWidthHeight(width, height, format, aligned_w, aligned_h);
235 aligned_h = height;
278 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
282 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV21, height);
289 aligned_h = ALIGN(height, 64)
    [all...]
  /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;
218 int usage, int& aligned_w, int& aligned_h)
225 getGpuAlignedWidthHeight(width, height, format, tileEnabled, aligned_w, aligned_h);
227 getYuvUBwcWidthHeight(width, height, format, aligned_w, aligned_h);
230 aligned_h = height;
263 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
267 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV21, height);
274 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 167 int usage, int& aligned_w, int& aligned_h)
174 height, format, tileEnabled, aligned_w, aligned_h);
179 getUBwcWidthAndHeight(width, height, format, aligned_w, aligned_h);
184 aligned_h = height;
211 aligned_h = VENUS_Y_SCANLINES(COLOR_FMT_NV12, height);
218 aligned_h = ALIGN(height, 64);
256 &aligned_w, &aligned_h, &bytesPerPixel);
268 int tile_enabled, int& aligned_w, int& aligned_h)
271 aligned_h = ALIGN(height, 32);
308 &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);

Completed in 315 milliseconds

1 2