Home
last modified time | relevance | path

Searched refs:pPicChannel (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp4961 QCameraPicChannel *pPicChannel = (QCameraPicChannel *)pChannel; in takePicture() local
4962 if (NULL != pPicChannel) { in takePicture()
4965 startRAWChannel(pPicChannel); in takePicture()
4966 pPicChannel = (QCameraPicChannel *)m_channels[QCAMERA_CH_TYPE_RAW]; in takePicture()
4967 if (pPicChannel == NULL) { in takePicture()
4974 rc = configureOnlineRotation(*pPicChannel); in takePicture()
4984 args.pprocArgs = pPicChannel; in takePicture()
5045 rc = startAdvancedCapture(pPicChannel); in takePicture()
5054 pPicChannel->getMyHandle()); in takePicture()
5070 rc = pPicChannel->takePicture(&buf); in takePicture()
[all …]