Home
last modified time | relevance | path

Searched refs:streamInfo_capture (Results 1 - 1 of 1) sorted by relevance

/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dcamera_capture_test.cpp406 std::shared_ptr<HDI::Camera::V1_0::StreamInfo> streamInfo_capture = in HWTEST_F() local
408 streamInfo_capture->streamId_ = display_->STREAM_ID_CAPTURE; in HWTEST_F()
409 streamInfo_capture->width_ = 640; in HWTEST_F()
410 streamInfo_capture->height_ = 480; in HWTEST_F()
411 streamInfo_capture->format_ = PIXEL_FMT_YCRCB_420_SP; in HWTEST_F()
412 streamInfo_capture->dataspace_ = 8; in HWTEST_F()
413 streamInfo_capture->intent_ = HDI::Camera::V1_0::STILL_CAPTURE; in HWTEST_F()
414 streamInfo_capture->tunneledMode_ = 5; in HWTEST_F()
419 stre.push_back(*streamInfo_capture); in HWTEST_F()

Completed in 2 milliseconds