Home
last modified time | relevance | path

Searched refs:previewFormat (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture.cpp61 int32_t previewFormat = CAMERA_FORMAT_YUV_420_SP; in main() local
83 previewFormat = atoi(argv[previewFormatIndex]); in main()
158 previewFormat = CAMERA_FORMAT_YUV_420_SP; in main()
161 previewFormat = previewFormats[0]; in main()
195 previewFormat, previewWidth, previewHeight); in main()
238 Profile previewprofile = Profile(static_cast<CameraFormat>(previewFormat), previewsize); in main()
H A Dcamera_video.cpp182 int32_t previewFormat = CAMERA_FORMAT_YUV_420_SP; in main() local
205 previewFormat = atoi(argv[previewFormatIndex]); in main()
282 previewFormat = CAMERA_FORMAT_YUV_420_SP; in main()
285 previewFormat = previewFormats[0]; in main()
325 previewFormat, previewWidth, previewHeight); in main()
338 previewSurface->SetUserData(CameraManager::surfaceFormat, std::to_string(previewFormat)); in main()
341 Profile previewprofile = Profile(static_cast<CameraFormat>(previewFormat), previewsize); in main()
H A Dcamera_capture_mode.cpp273 int32_t previewFormat = CAMERA_FORMAT_YUV_420_SP; in main() local
476 && it.GetCameraFormat() == static_cast<CameraFormat>(previewFormat)) { in main()
486 previewFormat, previewWidth, previewHeight, abilityIds.c_str()); in main()
488 cout<< "previewFormat: " << previewFormat << " previewWidth: "<< previewWidth in main()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp177 CameraFormat previewFormat = ConvertToCameraFormat(g_previewInfo->format_); in InitPreviewOutput() local
179 Profile previewProfile(previewFormat, previewSize); in InitPreviewOutput()
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp180 CameraFormat previewFormat = ConvertToCameraFormat(g_previewInfo->format_); in InitPreviewOutput() local
182 Profile previewProfile(previewFormat, previewSize); in InitPreviewOutput()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/src/
H A Dut_common.cpp113 previewFormat = usbCamera_previewFormat; in GetCameraMetadata()
154 infos->format_ = previewFormat; in DefaultPreview()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/include/
H A Dut_common.h83 int previewFormat = PIXEL_FMT_YCRCB_420_SP; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp742 CameraFormat previewFormat = CAMERA_FORMAT_YUV_420_SP; in CreatePreviewOutput() local
1100 CameraFormat previewFormat = CAMERA_FORMAT_YUV_420_SP; variable
1123 CameraFormat previewFormat = CAMERA_FORMAT_YUV_420_SP; variable
4507 CameraFormat previewFormat = CAMERA_FORMAT_YCBCR_420_888; variable
4683 CameraFormat previewFormat = CAMERA_FORMAT_YCBCR_420_888; variable
5330 CameraFormat previewFormat = CAMERA_FORMAT_YCBCR_420_888; variable
5970 CameraFormat previewFormat = CAMERA_FORMAT_YUV_420_SP; variable
6024 CameraFormat previewFormat = CAMERA_FORMAT_YUV_420_SP; variable
6077 CameraFormat previewFormat = CAMERA_FORMAT_YUV_420_SP; variable
8081 CameraFormat previewFormat = CAMERA_FORMAT_YUV_420_SP; variable
[all …]
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dhdi_common_v1_3.cpp160 infos->v1_0.format_ = previewFormat; in DefaultPreview()
184 infos->v1_0.format_ = previewFormat; in DefaultSketch()
196 infos->v1_0.format_ = previewFormat; in DefaultMeta()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp494 CameraStandard::CameraFormat previewFormat = ConvertToCameraFormat(info->format_); in CreatePreviewOutput() local
496 CameraStandard::Profile previewProfile(previewFormat, previewSize); in CreatePreviewOutput()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/include/
H A Dhdi_common_v1_1.h107 int previewFormat = PIXEL_FMT_YCRCB_420_SP; variable
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/src/
H A Dcommon.cpp266 infos->v1_0.format_ = previewFormat; in DefaultPreview()
290 infos->v1_0.format_ = previewFormat; in DefaultSketch()
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_3/src/
H A Dbenchmark_common.cpp161 infos->v1_0.format_ = previewFormat; in DefaultPreview()
185 infos->v1_0.format_ = previewFormat; in DefaultSketch()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dhdi_common_v1_2.cpp189 infos->v1_0.format_ = previewFormat; in DefaultPreview()
213 infos->v1_0.format_ = previewFormat; in DefaultSketch()
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_0/src/
H A Dcamera_benchmark_test.cpp176 streamInfoPre->format_ = cameraTest->previewFormat; in BENCHMARK_F()
216 streamInfoPre->format_ = cameraTest->previewFormat; in BENCHMARK_F()
H A Dbenchmark_common.cpp146 streamInfoPre->format_ = previewFormat; in StartStream()
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/include/
H A Dcommon.h152 int previewFormat = PIXEL_FMT_YCRCB_420_SP; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/include/
H A Dhdi_common_v1_2.h145 int previewFormat = PIXEL_FMT_YCRCB_420_SP; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/include/
H A Dhdi_common_v1_3.h127 int previewFormat = PIXEL_FMT_YCRCB_420_SP; variable
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_1/src/
H A Dbenchmark_common.cpp189 streamInfoPre->v1_0.format_ = previewFormat; in StartStream()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/
H A Dhdi_common_v1_1.cpp139 infos->v1_0.format_ = previewFormat; in DefaultPreview()
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H A Dbenchmark_common.cpp201 streamInfoPre->v1_0.format_ = previewFormat; in StartStream()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp6469 CameraFormat previewFormat = previewProfiles[0].GetCameraFormat(); variable
6473 previewProfiles[0] = Profile(previewFormat, previewSize);
6481 …ptr<CaptureOutput> previewOutput_2 = manager_->CreatePreviewOutput(previewProducer, previewFormat);
6491 previewProfiles[0] = Profile(previewFormat, previewSize);
6500 previewFormat = CAMERA_FORMAT_INVALID;
6502 previewProfiles[0] = Profile(previewFormat, previewSize);