Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/
DQCameraParametersIntf.h108 uint8_t getNumOfSnapshots();
DQCameraParametersIntf.cpp268 uint8_t QCameraParametersIntf::getNumOfSnapshots() in getNumOfSnapshots() function in qcamera::QCameraParametersIntf
272 return mImpl->getNumOfSnapshots(); in getNumOfSnapshots()
DQCamera2HWI.h461 return mParameters.getNumOfSnapshots();}; in numOfSnapshotsExpected()
DQCamera2HWI.cpp2434 int minCaptureBuffers = mParameters.getNumOfSnapshots(); in getBufNumRequired()
3038 (mParameters.getNumOfSnapshots() in allocateStreamInfoBuf()
3051 streamInfo->num_of_burst = mParameters.getNumOfSnapshots(); in allocateStreamInfoBuf()
3064 streamInfo->num_of_burst = (uint8_t)(mParameters.getNumOfSnapshots() in allocateStreamInfoBuf()
4453 uint8_t numSnapshots = mParameters.getNumOfSnapshots(); in takePicture()
4873 uint8_t numSnapshots = mParameters.getNumOfSnapshots(); in longShot()
7730 uint32_t burst_cnt = mParameters.getNumOfSnapshots(); in addReprocChannel()
DQCameraParameters.h668 uint8_t getNumOfSnapshots();
DQCameraParameters.cpp7351 frame_config.configs[i].num_frames = getNumOfSnapshots(); in configureFlash()
7483 frame_config.configs[0].num_frames = getNumOfSnapshots(); in configureLowLight()
7511 frame_config.configs[i].num_frames = getNumOfSnapshots(); in configureManualCapture()
10497 uint8_t QCameraParameters::getNumOfSnapshots() in getNumOfSnapshots() function in qcamera::QCameraParameters
10564 burstCount = getNumOfSnapshots(); in getBurstCountForAdvancedCapture()
13552 == getNumOfSnapshots())) { in setReprocCount()
13816 snprintf(s, 128, "getNumOfSnapshots: %d\n", getNumOfSnapshots()); in dump()