Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/
H A Ddcamera_handler.cpp321 std::vector<CameraStandard::Profile>& profileList, std::set<int32_t>& formatSet) in ProcessProfile()
330 formatSet.insert(dformat); in ProcessProfile()
344 std::set<int32_t> formatSet; in ConfigFormatphoto() local
351 ProcessProfile(type, formatMap, profileList, formatSet); in ConfigFormatphoto()
368 for (auto format : formatSet) { in ConfigFormatphoto()
378 std::set<int32_t> formatSet; in ConfigFormatvideo() local
385 ProcessProfile(type, formatMap, profileList, formatSet); in ConfigFormatvideo()
402 for (auto format : formatSet) { in ConfigFormatvideo()
320 ProcessProfile(const DCStreamType type, std::map<std::string, std::list<std::string>>& formatMap, std::vector<CameraStandard::Profile>& profileList, std::set<int32_t>& formatSet) ProcessProfile() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/include/
H A Ddcamera_handler.h59 std::vector<CameraStandard::Profile>& profileList, std::set<int32_t>& formatSet);
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_mdk_kits.cpp409 std::set<std::string> formatSet; in ImageSourceNapiGetSupportedFormats() local
410 uint32_t errorCode = ImageSource::GetSupportedFormats(formatSet); in ImageSourceNapiGetSupportedFormats()
416 size_t formatCount = formatSet.size(); in ImageSourceNapiGetSupportedFormats()
427 for (const std::string& formatStr: formatSet) { in ImageSourceNapiGetSupportedFormats()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dnative_window_test.cpp327 int32_t formatSet = GRAPHIC_PIXEL_FMT_RGBA_8888; in HWTEST_F() local
328 ASSERT_EQ(OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, formatSet), OHOS::GSERROR_OK); in HWTEST_F()
333 ASSERT_EQ(formatSet, formatGet); in HWTEST_F()
461 int32_t formatSet = NATIVEBUFFER_PIXEL_FMT_YCBCR_P010; in HWTEST_F() local
462 ASSERT_EQ(OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, formatSet), OHOS::GSERROR_OK); in HWTEST_F()
467 ASSERT_EQ(formatSet, formatGet); in HWTEST_F()
582 int32_t formatSet = GRAPHIC_PIXEL_FMT_RGBA_8888; in SetNativeWindowConfig() local
583 ASSERT_EQ(OH_NativeWindow_NativeWindowHandleOpt(nativeWindow, code, formatSet), OHOS::GSERROR_OK); in SetNativeWindowConfig()

Completed in 7 milliseconds