Home
last modified time | relevance | path

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

/drivers/peripheral/camera/test/fuzztest/offline_stream_operator/
H A Doffline_stream_operator_fuzzer.cpp69 cameraTest->streamInfoSnapshot = std::make_shared<OHOS::HDI::Camera::V1_0::StreamInfo>(); in FuncCancelCapture()
70 cameraTest->DefaultInfosCapture(cameraTest->streamInfoSnapshot); in FuncCancelCapture()
71 cameraTest->streamInfos.push_back(*cameraTest->streamInfoSnapshot); in FuncCancelCapture()
83 {cameraTest->streamInfoSnapshot->streamId_}, streamOperatorCallback, offlineStreamOperator); in FuncCancelCapture()
109 cameraTest->streamInfoSnapshot = std::make_shared<OHOS::HDI::Camera::V1_0::StreamInfo>(); in FuncRelease()
110 cameraTest->DefaultInfosCapture(cameraTest->streamInfoSnapshot); in FuncRelease()
111 cameraTest->streamInfos.push_back(*cameraTest->streamInfoSnapshot); in FuncRelease()
117 {cameraTest->streamInfoSnapshot->streamId_}, streamOperatorCallback, offlineStreamOperator); in FuncRelease()
/drivers/peripheral/camera/test/benchmarktest/v1_0/src/
H A Dcamera_benchmark_test.cpp517 cameraTest->streamInfoSnapshot = std::make_shared<StreamInfo>(); in BENCHMARK_F()
518 cameraTest->streamInfoSnapshot->streamId_ = 1202; // STILL_CAPTURE streamId in BENCHMARK_F()
519 cameraTest->streamInfoSnapshot->width_ = 720; // Pixel Width in BENCHMARK_F()
520 cameraTest->streamInfoSnapshot->height_ = 480; // Pixel height in BENCHMARK_F()
521 cameraTest->streamInfoSnapshot->format_ = PIXEL_FMT_YCRCB_420_SP; in BENCHMARK_F()
522 cameraTest->streamInfoSnapshot->dataspace_ = UT_DATA_SIZE; in BENCHMARK_F()
523 cameraTest->streamInfoSnapshot->intent_ = STILL_CAPTURE; in BENCHMARK_F()
524 cameraTest->streamInfoSnapshot->tunneledMode_ = UT_TUNNEL_MODE; in BENCHMARK_F()
527 cameraTest->streamInfoSnapshot->bufferQueue_ = snapshotConsumer->CreateProducerSeq([this](void* addr, in BENCHMARK_F()
532 cameraTest->streamInfoSnapshot in BENCHMARK_F()
[all...]
/drivers/peripheral/camera/test/hdi/v1_0/src/
H A Dhdi_stream_uttest.cpp576 cameraTest->streamInfoSnapshot = std::make_shared<StreamInfo>(); in HWTEST_F()
577 cameraTest->DefaultInfosCapture(cameraTest->streamInfoSnapshot); in HWTEST_F()
578 cameraTest->streamInfos.push_back(*cameraTest->streamInfoSnapshot); in HWTEST_F()
591 cameraTest->rc = cameraTest->streamOperator->AttachBufferQueue(cameraTest->streamInfoSnapshot->streamId_, in HWTEST_F()
595 cameraTest->rc = cameraTest->streamOperator->DetachBufferQueue(cameraTest->streamInfoSnapshot->streamId_); in HWTEST_F()
598 std::vector<int> streamIds = {cameraTest->streamInfo->streamId_, cameraTest->streamInfoSnapshot->streamId_}; in HWTEST_F()
659 cameraTest->streamInfoSnapshot = std::make_shared<StreamInfo>(); in HWTEST_F()
660 cameraTest->DefaultInfosCapture(cameraTest->streamInfoSnapshot); in HWTEST_F()
661 cameraTest->streamInfos.push_back(*cameraTest->streamInfoSnapshot); in HWTEST_F()
684 {cameraTest->streamInfoSnapshot in HWTEST_F()
[all...]
/drivers/peripheral/camera/test/common/v1_1/include/
H A Dhdi_common_v1_1.h60 std::shared_ptr<StreamInfo_V1_1> streamInfoSnapshot = nullptr; member in OHOS::Camera::HdiCommonV1_1
/drivers/peripheral/camera/test/common/v1_0/include/
H A Dhdi_common.h84 std::shared_ptr<StreamInfo> streamInfoSnapshot = nullptr; member in OHOS::Camera::HdiCommon

Completed in 4 milliseconds