Searched refs:mSnapshotConfig (Results 1 – 2 of 2) sorted by relevance
91 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()
46 camera3_stream_configuration mSnapshotConfig; variable