/test/xts/hats/hdf/camera/cameraMg/v1_1/src/ |
D | camera_hdi_uttest_v1_1.cpp | 287 cameraTest->streamInfoCapture = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); 288 cameraTest->streamInfoCapture->extendedStreamInfos = {extendedStreamInfo}; 289 cameraTest->DefaultInfosCapture(cameraTest->streamInfoCapture); 290 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoCapture); 345 cameraTest->streamInfoCapture = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); 346 cameraTest->streamInfoCapture->extendedStreamInfos = {extendedStreamInfo}; 347 cameraTest->DefaultInfosCapture(cameraTest->streamInfoCapture); 348 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoCapture); 402 cameraTest->streamInfoCapture = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); 403 cameraTest->streamInfoCapture->extendedStreamInfos = {extendedStreamInfo}; [all …]
|
D | hdi_common_v1_1.cpp | 268 streamInfoCapture = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in StartStream() 282 DefaultInfosCapture(streamInfoCapture); in StartStream() 283 streamInfos.push_back(*streamInfoCapture); in StartStream()
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/src/ |
D | camera_stream_test_v1_2.cpp | 56 cameraTest->streamInfoCapture = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); 57 cameraTest->DefaultInfosCapture(cameraTest->streamInfoCapture); 58 cameraTest->streamInfoCapture->v1_0.dataspace_ = OHOS_CAMERA_SRGB_FULL; 59 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoCapture); 70 cameraTest->streamInfoCapture->v1_0.dataspace_ = OHOS_CAMERA_P3_FULL; 184 cameraTest->streamInfoCapture = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); 185 cameraTest->DefaultInfosCapture(cameraTest->streamInfoCapture); 186 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoCapture); 231 cameraTest->streamInfoCapture = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); 232 cameraTest->DefaultInfosCapture(cameraTest->streamInfoCapture); [all …]
|
D | camera_hdi_test_v1_2.cpp | 461 … cameraTest->streamInfoCapture = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in CaptureByColorSpaces() 462 cameraTest->DefaultInfosCapture(cameraTest->streamInfoCapture); in CaptureByColorSpaces() 463 cameraTest->streamInfoCapture->v1_0.dataspace_ = colorSpaces; in CaptureByColorSpaces() 464 cameraTest->streamInfosV1_1.push_back(*cameraTest->streamInfoCapture); in CaptureByColorSpaces()
|
D | hdi_common_v1_2.cpp | 341 streamInfoCapture = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in StartStream() 355 DefaultInfosCapture(streamInfoCapture); in StartStream() 356 streamInfos.push_back(*streamInfoCapture); in StartStream()
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/src/ |
D | common.cpp | 140 streamInfoCapture = std::make_shared<StreamInfo>(); in StartStream() 208 streamInfoCapture->streamId_ = streamIdAnalyze; in StartStream() 209 streamInfoCapture->width_ = analyzeWidth; in StartStream() 210 streamInfoCapture->height_ = analyzeHeight; in StartStream() 211 streamInfoCapture->format_ = analyzeFormat; in StartStream() 212 streamInfoCapture->dataspace_ = UT_DATA_SIZE; in StartStream() 213 streamInfoCapture->intent_ = intent; in StartStream() 214 streamInfoCapture->tunneledMode_ = UT_TUNNEL_MODE; in StartStream() 216 …streamInfoCapture->bufferQueue_ = consumer_capture->CreateProducerSeq([this](void* addr, uint32_t … in StartStream() 219 streamInfoCapture->bufferQueue_->producer_->SetQueueSize(UT_DATA_SIZE); in StartStream() [all …]
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_0/src/ |
D | benchmark_common.cpp | 139 streamInfoCapture = std::make_shared<StreamInfo>(); in StartStream() 207 streamInfoCapture->streamId_ = streamIdAnalyze; in StartStream() 208 streamInfoCapture->width_ = analyzeWidth; in StartStream() 209 streamInfoCapture->height_ = analyzeHeight; in StartStream() 210 streamInfoCapture->format_ = analyzeFormat; in StartStream() 211 streamInfoCapture->dataspace_ = UT_DATA_SIZE; in StartStream() 212 streamInfoCapture->intent_ = intent; in StartStream() 213 streamInfoCapture->tunneledMode_ = UT_TUNNEL_MODE; in StartStream() 215 …streamInfoCapture->bufferQueue_ = consumer_capture->CreateProducerSeq([this](void* addr, uint32_t … in StartStream() 218 streamInfoCapture->bufferQueue_->producer_->SetQueueSize(UT_DATA_SIZE); in StartStream() [all …]
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/ |
D | common.cpp | 139 streamInfoCapture = std::make_shared<StreamInfo>(); in StartStream() 207 streamInfoCapture->streamId_ = streamIdAnalyze; in StartStream() 208 streamInfoCapture->width_ = analyzeWidth; in StartStream() 209 streamInfoCapture->height_ = analyzeHeight; in StartStream() 210 streamInfoCapture->format_ = analyzeFormat; in StartStream() 211 streamInfoCapture->dataspace_ = UT_DATA_SIZE; in StartStream() 212 streamInfoCapture->intent_ = intent; in StartStream() 213 streamInfoCapture->tunneledMode_ = UT_TUNNEL_MODE; in StartStream() 215 …streamInfoCapture->bufferQueue_ = consumer_capture->CreateProducerSeq([this](void* addr, uint32_t … in StartStream() 218 streamInfoCapture->bufferQueue_->producer_->SetQueueSize(UT_DATA_SIZE); in StartStream() [all …]
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
D | usb_camera_test.cpp | 906 StreamInfo streamInfoCapture = {}; variable 907 streamInfoCapture.streamId_ = display_->STREAM_ID_CAPTURE; 908 streamInfoCapture.width_ = 1280; // 1280:picture width 909 streamInfoCapture.height_ = 960; // 960:picture height 910 streamInfoCapture.format_ = PIXEL_FMT_RGBA_8888; 911 streamInfoCapture.dataspace_ = 8; // 8:picture dataspace 912 streamInfoCapture.intent_ = STILL_CAPTURE; 913 streamInfoCapture.encodeType_ = ENCODE_TYPE_JPEG; 914 streamInfoCapture.tunneledMode_ = 5; // 5:tunnel mode 915 streamInfoCapture.bufferQueue_ = new BufferProducerSequenceable( [all …]
|
D | test_display.cpp | 587 streamInfoCapture.streamId_ = STREAM_ID_CAPTURE; in StartStream() 588 streamInfoCapture.width_ = CAPTURE_WIDTH; // 1280:picture width in StartStream() 589 streamInfoCapture.height_ = CAPTURE_HEIGHT; // 960:picture height in StartStream() 590 streamInfoCapture.format_ = PIXEL_FMT_RGBA_8888; in StartStream() 591 streamInfoCapture.dataspace_ = 8; // 8:picture dataspace in StartStream() 592 streamInfoCapture.intent_ = intent; in StartStream() 593 streamInfoCapture.encodeType_ = ENCODE_TYPE_JPEG; in StartStream() 594 streamInfoCapture.tunneledMode_ = 5; // 5:tunnel mode in StartStream() 595 …streamInfoCapture.bufferQueue_ = new BufferProducerSequenceable(streamCustomerCapture_->CreateProd… in StartStream() 596 ASSERT_NE(streamInfoCapture.bufferQueue_, nullptr); in StartStream() [all …]
|
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/ |
D | benchmark_common.cpp | 164 streamInfoCapture = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in StartStream() 233 streamInfoCapture->v1_0.streamId_ = streamIdAnalyze; in StartStream() 234 streamInfoCapture->v1_0.width_ = analyzeWidth; in StartStream() 235 streamInfoCapture->v1_0.height_ = analyzeHeight; in StartStream() 236 streamInfoCapture->v1_0.format_ = analyzeFormat; in StartStream() 237 streamInfoCapture->v1_0.dataspace_ = UT_DATA_SIZE; in StartStream() 238 streamInfoCapture->v1_0.intent_ = intent; in StartStream() 239 streamInfoCapture->v1_0.tunneledMode_ = UT_TUNNEL_MODE; in StartStream() 241 streamInfoCapture->v1_0.bufferQueue_ = in StartStream() 245 streamInfoCapture->v1_0.bufferQueue_->producer_->SetQueueSize(UT_DATA_SIZE); in StartStream() [all …]
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/ |
D | hdi_common_v1_1.cpp | 268 streamInfoCapture = std::make_shared<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1>(); in StartStream() 282 DefaultInfosCapture(streamInfoCapture); in StartStream() 283 streamInfos.push_back(*streamInfoCapture); in StartStream()
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/ |
D | test_display.h | 115 StreamInfo streamInfoCapture = {}; variable
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_0/include/ |
D | common.h | 70 std::shared_ptr<StreamInfo> streamInfoCapture = nullptr; variable
|
/test/xts/hats/hdf/camera/cameraMg/v1_0/include/ |
D | common.h | 69 std::shared_ptr<StreamInfo> streamInfoCapture = nullptr; variable
|
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/include/ |
D | hdi_common_v1_1.h | 92 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfoCapture = nullptr; variable
|
/test/xts/hats/hdf/camera/cameraMg/v1_1/include/ |
D | hdi_common_v1_1.h | 92 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfoCapture = nullptr; variable
|
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/ |
D | hdi_common_v1_2.h | 134 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfoCapture = nullptr; variable
|