Lines Matching refs:width
67 unsigned int width;
538 int width, height, frame_size, offset;
540 mSecCamera->getPreviewSize(&width, &height, &frame_size);
556 0, 0, width, height, &vaddr)) {
567 memcpy(ptr, src, width);
569 src += width;
577 memcpy(ptr, src, width / 2);
579 src += width / 2;
584 memcpy(ptr, src, width / 2);
586 src += width / 2;
608 char *vu = ((char *)mPreviewHeap->data) + offset + width * height;
609 const int uv_size = (width * height) >> 1;
616 while (h < width * height / 4) {
711 int width, height, frame_size;
713 mSecCamera->getPreviewSize(&width, &height, &frame_size);
715 ALOGD("mPreviewHeap(fd(%d), size(%d), width(%d), height(%d))",
716 mSecCamera->getCameraFd(), frame_size, width, height);
992 ALOGE("scale_down_yuv422: invalid width, height for scaling");
1082 addrs[0].width = mPostViewWidth;
1508 bool CameraHardwareSec::isSupportedPreviewSize(const int width,
1514 if (mSupportedPreviewSizes[i].width == width &&
1592 ALOGE("ERR(%s):Fail on mSecCamera->setPreviewSize(width(%d), height(%d), format(%d))",
1632 ALOGE("ERR(%s):Fail on mSecCamera->setSnapshotSize(width(%d), height(%d))",
1695 ALOGE("ERR(%s):Fail on mSecCamera->setJpegThumbnailSize(width(%d), height(%d))", __func__, new_jpeg_thumbnail_width, new_jpeg_thumbnail_height);
2117 int new_recording_width = mInternalParameters.getInt("recording-size-width");
2122 ALOGE("ERR(%s):Fail on mSecCamera->setRecordingSize(width(%d), height(%d))", __func__, new_recording_width, new_recording_height);
2127 ALOGE("ERR(%s):Fail on mSecCamera->setRecordingSize(width(%d), height(%d))", __func__, new_preview_width, new_preview_height);