Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraDualFOVPP.cpp398 QCameraStream* pAuxSnapshotStream = NULL; in process() local
412 mm_camera_buf_def_t *aux_snapshot_buf = getSnapshotBuf(pInputAuxData, pAuxSnapshotStream); in process()
447 if (pAuxSnapshotStream == NULL) { in process()
451 getInputParams(main_meta_buf, aux_meta_buf, pMainSnapshotStream, pAuxSnapshotStream, in process()
609 QCameraStream* pAuxSnapshotStream, dualfov_input_params_t& inParams) in getInputParams() argument
626 pAuxSnapshotStream->getFrameOffset(offset); in getInputParams()
DQCameraDualFOVPP.h92 QCameraStream* pMainSnapshotStream, QCameraStream* pAuxSnapshotStream,