• Home
  • Raw
  • Download

Lines Matching refs:snapshot

606     fmt.snapshot.main.fmt = dim->main_img_format;  in initSnapshotFormat()
607 fmt.snapshot.main.dim.width = dim->picture_width; in initSnapshotFormat()
608 fmt.snapshot.main.dim.height = dim->picture_height; in initSnapshotFormat()
610 fmt.snapshot.thumbnail.fmt = dim->thumb_format; in initSnapshotFormat()
611 fmt.snapshot.thumbnail.dim.width = dim->ui_thumbnail_width; in initSnapshotFormat()
612 fmt.snapshot.thumbnail.dim.height = dim->ui_thumbnail_height; in initSnapshotFormat()
789 reg_buf.snapshot.main.buf.mp = new mm_camera_mp_buf_t[num_of_buf]; in initSnapshotBuffers()
790 if (!reg_buf.snapshot.main.buf.mp) { in initSnapshotBuffers()
795 memset(reg_buf.snapshot.main.buf.mp, 0, in initSnapshotBuffers()
798 reg_buf.snapshot.thumbnail.buf.mp = new mm_camera_mp_buf_t[num_of_buf]; in initSnapshotBuffers()
799 if (!reg_buf.snapshot.thumbnail.buf.mp) { in initSnapshotBuffers()
804 memset(reg_buf.snapshot.thumbnail.buf.mp, 0, in initSnapshotBuffers()
840 &reg_buf.snapshot.main, num_planes, planes) < 0) { in initSnapshotBuffers()
858 &reg_buf.snapshot.thumbnail, num_planes, planes) < 0) { in initSnapshotBuffers()
867 reg_buf.snapshot.main.num = mSnapshotStreamBuf.num; in initSnapshotBuffers()
870 reg_buf.snapshot.thumbnail.num = mPostviewStreamBuf.num; in initSnapshotBuffers()
872 reg_buf.snapshot.thumbnail.num = 0; in initSnapshotBuffers()
894 if (reg_buf.snapshot.main.buf.mp) in initSnapshotBuffers()
895 delete []reg_buf.snapshot.main.buf.mp; in initSnapshotBuffers()
896 if (reg_buf.snapshot.thumbnail.buf.mp) in initSnapshotBuffers()
897 delete []reg_buf.snapshot.thumbnail.buf.mp; in initSnapshotBuffers()
1405 frame->snapshot.main.frame = frame->def.frame; in takePictureLiveshot()
1406 frame->snapshot.main.idx = frame->def.idx; in takePictureLiveshot()
1407 frame->snapshot.thumbnail.frame = frame->def.frame; in takePictureLiveshot()
1408 frame->snapshot.thumbnail.idx = frame->def.idx; in takePictureLiveshot()
1411 frame->snapshot.main.frame = frame->video.video.frame; in takePictureLiveshot()
1412 frame->snapshot.main.idx = frame->video.video.idx; in takePictureLiveshot()
1413 frame->snapshot.thumbnail.frame = frame->video.video.frame; in takePictureLiveshot()
1414 frame->snapshot.thumbnail.idx = frame->video.video.idx; in takePictureLiveshot()
1614 recvd_frame->snapshot.main.idx); in encodeData()
1622 postviewframe = recvd_frame->snapshot.main.frame; in encodeData()
1624 postviewframe = recvd_frame->snapshot.thumbnail.frame; in encodeData()
1626 mainframe = recvd_frame->snapshot.main.frame; in encodeData()
1655 postviewframe = recvd_frame->snapshot.main.frame; in encodeData()
1657 postviewframe = recvd_frame->snapshot.thumbnail.frame; in encodeData()
1659 mainframe = recvd_frame->snapshot.main.frame; in encodeData()
1731 crop.in2_w=mCrop.snapshot.main_crop.width;// dimension.picture_width in encodeData()
1732 crop.in2_h=mCrop.snapshot.main_crop.height;// dimension.picture_height; in encodeData()
1744 main_crop_offset.x=mCrop.snapshot.main_crop.left; in encodeData()
1745 main_crop_offset.y=mCrop.snapshot.main_crop.top; in encodeData()
1747 crop.in1_w=mCrop.snapshot.thumbnail_crop.width; //dimension.thumbnail_width; in encodeData()
1748 crop.in1_h=mCrop.snapshot.thumbnail_crop.height; // dimension.thumbnail_height; in encodeData()
1757 thumb_crop_offset.x=mCrop.snapshot.thumbnail_crop.left; in encodeData()
1758 thumb_crop_offset.y=mCrop.snapshot.thumbnail_crop.top; in encodeData()
1855 cache_inv_data.vaddr = (void*)recvd_frame->snapshot.main.frame->buffer; in encodeDisplayAndSave()
1856 cache_inv_data.fd = recvd_frame->snapshot.main.frame->fd; in encodeDisplayAndSave()
1857 cache_inv_data.handle = recvd_frame->snapshot.main.frame->fd_data.handle; in encodeDisplayAndSave()
1858 cache_inv_data.length = recvd_frame->snapshot.main.frame->ion_alloc.len; in encodeDisplayAndSave()
1859 ion_fd = recvd_frame->snapshot.main.frame->ion_dev_fd; in encodeDisplayAndSave()
1866 ion_fd = recvd_frame->snapshot.thumbnail.frame->ion_dev_fd; in encodeDisplayAndSave()
1867 cache_inv_data.vaddr = (void*)recvd_frame->snapshot.thumbnail.frame->buffer; in encodeDisplayAndSave()
1868 cache_inv_data.fd = recvd_frame->snapshot.thumbnail.frame->fd; in encodeDisplayAndSave()
1869 cache_inv_data.handle = recvd_frame->snapshot.thumbnail.frame->fd_data.handle; in encodeDisplayAndSave()
1870 cache_inv_data.length = recvd_frame->snapshot.thumbnail.frame->ion_alloc.len; in encodeDisplayAndSave()
1920 mHalCamCtrl->dumpFrameToFile(recvd_frame->snapshot.main.frame, HAL_DUMP_FRM_MAIN); in receiveRawPicture()
1922 mHalCamCtrl->dumpFrameToFile(recvd_frame->snapshot.thumbnail.frame, in receiveRawPicture()
1995 … memcpy(dnr_buffer, (uint8_t *)frame->snapshot.main.frame->buffer, input_width*input_height*3/2); in receiveRawPicture()
2003 …memcpy((uint8_t *)recvd_frame->snapshot.main.frame->buffer, (uint8_t *)dnr_buffer, mPictureWidth*m… in receiveRawPicture()
2603 … mHalCamCtrl->sendUnMappingBuf(MSM_V4L2_EXT_CAPTURE_MODE_MAIN, frame->snapshot.main.idx, mCameraId, in notifyWDenoiseEvent()
2605 …mHalCamCtrl->sendUnMappingBuf(MSM_V4L2_EXT_CAPTURE_MODE_THUMBNAIL, frame->snapshot.thumbnail.idx, … in notifyWDenoiseEvent()
2708 frame->snapshot.main.idx, in doWaveletDenoise()
2709 frame->snapshot.main.frame->fd, in doWaveletDenoise()
2719 frame->snapshot.thumbnail.idx, in doWaveletDenoise()
2720 frame->snapshot.thumbnail.frame->fd, in doWaveletDenoise()
2750 packet.payload.wdn_start.frame_idx[0] = frame->snapshot.main.idx; in sendWDenoiseStartMsg()
2751 packet.payload.wdn_start.frame_idx[1] = frame->snapshot.thumbnail.idx; in sendWDenoiseStartMsg()
2770 packet.payload.hdr_pkg.hdr_main_idx[i] =mHdrInfo.recvd_frame[i]->snapshot.main.idx; in doHdrProcessing()
2771 packet.payload.hdr_pkg.hdr_thm_idx[i] = mHdrInfo.recvd_frame[i]->snapshot.thumbnail.idx; in doHdrProcessing()