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

  /hardware/qcom/camera/msmcobalt/QCamera2/HAL3/test/
QCameraHAL3VideoTest.h 48 camera3_stream_t *mVideoStream;
QCameraHAL3VideoTest.cpp 52 mVideoStream(NULL),
97 mVideoStream = new camera3_stream_t;
98 memset(mVideoStream, 0, sizeof(camera3_stream_t));
99 mVideoStream = initStream(CAMERA3_STREAM_OUTPUT, camid, w, h, FLAGS_VIDEO_ENCODER,
102 mVideoConfig.streams[0] = mVideoStream;
147 mVideoStreamBuffs.stream = mVideoStream;

Completed in 87 milliseconds