Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
DQCameraHAL3RawSnapshotTest.cpp89 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()
DQCameraHAL3RawSnapshotTest.h47 camera3_stream_configuration mRawSnapshotConfig; variable