Searched refs:mRawSnapshotConfig (Results 1 – 2 of 2) sorted by relevance
89 mRawSnapshotConfig = configureStream(CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE, 2); in configureRawSnapshotStream()91 mRawSnapshotConfig.streams[0] = mPreviewStream; in configureRawSnapshotStream()92 mRawSnapshotConfig.streams[1] = mRawSnapshotStream; in configureRawSnapshotStream()93 device_handle->ops->configure_streams(my_test_obj->device, &(mRawSnapshotConfig)); in configureRawSnapshotStream()
47 camera3_stream_configuration mRawSnapshotConfig; variable