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

  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/test/
QCameraHAL3VideoTest.h 53 camera3_stream_configuration mVideoConfig;
QCameraHAL3VideoTest.cpp 101 mVideoConfig = configureStream(CAMERA3_STREAM_CONFIGURATION_NORMAL_MODE, 1);
102 mVideoConfig.streams[0] = mVideoStream;
104 device_handle->ops->configure_streams(my_test_obj->device, &(mVideoConfig));
105 mPipelineDepthVideo = mVideoConfig.streams[0]->max_buffers;

Completed in 44 milliseconds