Lines Matching refs:SIZE
116 //LOGV("munmap():virt. addr[%d]: 0x%x size = %d\n", i, (unsigned int) buffers[i].start, buffers[i].length);
1459 LOGV("\nsnapshot dqueued buffer = %d snapshot_width = %d snapshot_height = %d, size = %d\n\n",
1544 void SecCamera::getPostViewConfig(int *width, int *height, int *size)
1549 *size = BACK_CAMERA_POSTVIEW_WIDE_WIDTH * BACK_CAMERA_POSTVIEW_HEIGHT * BACK_CAMERA_POSTVIEW_BPP / 8;
1553 *size = BACK_CAMERA_POSTVIEW_WIDTH * BACK_CAMERA_POSTVIEW_HEIGHT * BACK_CAMERA_POSTVIEW_BPP / 8;
1556 m_preview_width, *width, *height, *size);
1559 void SecCamera::getThumbnailConfig(int *width, int *height, int *size)
1564 *size = BACK_CAMERA_THUMBNAIL_WIDTH * BACK_CAMERA_THUMBNAIL_HEIGHT
1569 *size = FRONT_CAMERA_THUMBNAIL_WIDTH * FRONT_CAMERA_THUMBNAIL_HEIGHT
3082 unsigned char* SecCamera::getJpeg(unsigned char *snapshot_data, int snapshot_size, int *size)
3097 *size = jpeg_size;
3213 LOGV("Step 7 : Input buffer size(0x%X", raw_size);
3562 int size = 0;
3568 size = (width * height * 3 / 2);
3572 size = ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height)) +
3579 size = (width * height * 2);
3585 size = (width * height * BPP);
3589 return size;
3594 const size_t SIZE = 256;
3595 char buffer[SIZE];
3599 ::write(fd, result.string(), result.size());