Home | History | Annotate | Download | only in libcamera

Lines Matching refs:SIZE

1109         ALOGI("munmap():virt. addr %p size = %d\n",
1148 ALOGV("\nsnapshot dqueued buffer = %d snapshot_width = %d snapshot_height = %d, size = %d\n\n",
1230 void SecCamera::getPostViewConfig(int *width, int *height, int *size)
1235 *size = BACK_CAMERA_POSTVIEW_WIDE_WIDTH * BACK_CAMERA_POSTVIEW_HEIGHT * BACK_CAMERA_POSTVIEW_BPP / 8;
1239 *size
1242 m_preview_width, *width, *height, *size);
1245 void SecCamera::getThumbnailConfig(int *width, int *height, int *size)
1250 *size = BACK_CAMERA_THUMBNAIL_WIDTH * BACK_CAMERA_THUMBNAIL_HEIGHT
1255 *size = FRONT_CAMERA_THUMBNAIL_WIDTH * FRONT_CAMERA_THUMBNAIL_HEIGHT
2996 int size = 0;
3002 size = (width * height * 3 / 2);
3006 size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height)) +
3013 size = (width * height * 2);
3019 size = (width * height * BPP);
3023 return size;
3028 const size_t SIZE = 256;
3029 char buffer[SIZE];
3033 ::write(fd, result.string(), result.size());