Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3SnapshotTest.cpp91 mSnapshotConfig = configureStream(CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE, 2); in configureSnapshotStream()
92 mSnapshotConfig.streams[0] = mPreviewStream; in configureSnapshotStream()
93 mSnapshotConfig.streams[1] = mSnapshotStream; in configureSnapshotStream()
94 device_handle->ops->configure_streams(my_test_obj->device, &(mSnapshotConfig)); in configureSnapshotStream()
DQCameraHAL3SnapshotTest.h46 camera3_stream_configuration mSnapshotConfig; variable