Lines Matching refs:main
624 fmt.snapshot.main.fmt = dim->main_img_format; in initSnapshotFormat()
625 fmt.snapshot.main.dim.width = dim->picture_width; in initSnapshotFormat()
626 fmt.snapshot.main.dim.height = dim->picture_height; in initSnapshotFormat()
807 reg_buf.snapshot.main.buf.mp = new mm_camera_mp_buf_t[num_of_buf]; in initSnapshotBuffers()
808 if (!reg_buf.snapshot.main.buf.mp) { in initSnapshotBuffers()
813 memset(reg_buf.snapshot.main.buf.mp, 0, in initSnapshotBuffers()
858 ®_buf.snapshot.main, num_planes, planes) < 0) { in initSnapshotBuffers()
885 reg_buf.snapshot.main.num = mSnapshotStreamBuf.num; in initSnapshotBuffers()
912 if (reg_buf.snapshot.main.buf.mp) in initSnapshotBuffers()
913 delete []reg_buf.snapshot.main.buf.mp; in initSnapshotBuffers()
1423 frame->snapshot.main.frame = frame->def.frame; in takePictureLiveshot()
1424 frame->snapshot.main.idx = frame->def.idx; in takePictureLiveshot()
1429 frame->snapshot.main.frame = frame->video.video.frame; in takePictureLiveshot()
1430 frame->snapshot.main.idx = frame->video.video.idx; in takePictureLiveshot()
1632 recvd_frame->snapshot.main.idx); in encodeData()
1640 postviewframe = recvd_frame->snapshot.main.frame; in encodeData()
1644 mainframe = recvd_frame->snapshot.main.frame; in encodeData()
1673 postviewframe = recvd_frame->snapshot.main.frame; in encodeData()
1677 mainframe = recvd_frame->snapshot.main.frame; in encodeData()
1873 cache_inv_data.vaddr = (void*)recvd_frame->snapshot.main.frame->buffer; in encodeDisplayAndSave()
1874 cache_inv_data.fd = recvd_frame->snapshot.main.frame->fd; in encodeDisplayAndSave()
1875 cache_inv_data.handle = recvd_frame->snapshot.main.frame->fd_data.handle; in encodeDisplayAndSave()
1876 cache_inv_data.length = recvd_frame->snapshot.main.frame->ion_alloc.len; in encodeDisplayAndSave()
1877 ion_fd = recvd_frame->snapshot.main.frame->ion_dev_fd; in encodeDisplayAndSave()
1943 mHalCamCtrl->dumpFrameToFile(recvd_frame->snapshot.main.frame, HAL_DUMP_FRM_MAIN); in receiveRawPicture()
2019 … memcpy(dnr_buffer, (uint8_t *)frame->snapshot.main.frame->buffer, input_width*input_height*3/2); in receiveRawPicture()
2027 …memcpy((uint8_t *)recvd_frame->snapshot.main.frame->buffer, (uint8_t *)dnr_buffer, mPictureWidth*m… in receiveRawPicture()
2658 … mHalCamCtrl->sendUnMappingBuf(MSM_V4L2_EXT_CAPTURE_MODE_MAIN, frame->snapshot.main.idx, mCameraId, in notifyWDenoiseEvent()
2763 frame->snapshot.main.idx, in doWaveletDenoise()
2764 frame->snapshot.main.frame->fd, in doWaveletDenoise()
2805 packet.payload.wdn_start.frame_idx[0] = frame->snapshot.main.idx; in sendWDenoiseStartMsg()
2825 packet.payload.hdr_pkg.hdr_main_idx[i] =mHdrInfo.recvd_frame[i]->snapshot.main.idx; in doHdrProcessing()