Searched defs:aligned_width (Results 1 - 4 of 4) sorted by relevance

/hardware/samsung_slsi/exynos5/libswconverter/
H A Dswconvertor.c154 unsigned int aligned_width, aligned_height; local
159 aligned_width = width & (~0xF);
163 for (j = 0; j<aligned_width; j = j + 16) {
175 if (aligned_width != width) {
190 for (j = 0; j<aligned_width; j = j + 16) {
202 if (aligned_width != width) {
241 unsigned int aligned_width, aligned_height; local
246 aligned_width = width & (~0xF);
250 for (j = 0; j<aligned_width; j = j + 16) {
262 if (aligned_width !
325 unsigned int aligned_width, aligned_height; local
[all...]
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp446 int aligned_width = 0, size = 0; local
454 aligned_width = ALIGN(width, 128);
455 size = aligned_width * aligned_height;
457 yuvInfo.yStride = aligned_width;
458 yuvInfo.plane1_stride = aligned_width;
464 aligned_width = ALIGN(width, 32);
465 yuvInfo.yStride = aligned_width;
466 yuvInfo.plane1_stride = aligned_width;
469 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
471 yuvInfo.plane1_offset = aligned_width * heigh
534 int aligned_width = ALIGN(surfaceDef.width,32); local
[all...]
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp457 int aligned_width = 0, size = 0; local
465 aligned_width = ALIGN(width, 128);
466 size = aligned_width * aligned_height;
468 yuvInfo.yStride = aligned_width;
469 yuvInfo.plane1_stride = aligned_width;
475 aligned_width = ALIGN(width, 32);
476 yuvInfo.yStride = aligned_width;
477 yuvInfo.plane1_stride = aligned_width;
480 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
482 yuvInfo.plane1_offset = aligned_width * heigh
545 int aligned_width = ALIGN(surfaceDef.width,32); local
[all...]
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp446 int aligned_width = 0, size = 0; local
454 aligned_width = ALIGN(width, 128);
455 size = aligned_width * aligned_height;
457 yuvInfo.yStride = aligned_width;
458 yuvInfo.plane1_stride = aligned_width;
464 aligned_width = ALIGN(width, 32);
465 yuvInfo.yStride = aligned_width;
466 yuvInfo.plane1_stride = aligned_width;
469 yuvInfo.plane1_offset = ALIGN(aligned_width * height, 2048);
471 yuvInfo.plane1_offset = aligned_width * heigh
534 int aligned_width = ALIGN(surfaceDef.width,32); local
[all...]

Completed in 29 milliseconds