HomeSort by relevance Sort by last modified time
    Searched refs:mRawSnapshotConfig (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
QCameraHAL3RawSnapshotTest.h 47 camera3_stream_configuration mRawSnapshotConfig;
QCameraHAL3RawSnapshotTest.cpp 89 mRawSnapshotConfig = configureStream(CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE, 2);
91 mRawSnapshotConfig.streams[0] = mPreviewStream;
92 mRawSnapshotConfig.streams[1] = mRawSnapshotStream;
93 device_handle->ops->configure_streams(my_test_obj->device, &(mRawSnapshotConfig));

Completed in 938 milliseconds