Home
last modified time | relevance | path

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

/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/
H A Dphoto_output_fuzzer.cpp121 int32_t isAutoHighQualityPhotoSupported; in TestOutput() local
122 output->IsAutoHighQualityPhotoSupported(isAutoHighQualityPhotoSupported); in TestOutput()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dphoto_output.cpp823 int32_t PhotoOutput::IsAutoHighQualityPhotoSupported(int32_t &isAutoHighQualityPhotoSupported) in IsAutoHighQualityPhotoSupported() argument
826 isAutoHighQualityPhotoSupported = -1; in IsAutoHighQualityPhotoSupported()
842 isAutoHighQualityPhotoSupported = (item.data.u8[1] == 1) ? 0 : -1; // default mode in IsAutoHighQualityPhotoSupported()
849 isAutoHighQualityPhotoSupported = (item.data.u8[i + 1] == 1) ? 0 : -1; in IsAutoHighQualityPhotoSupported()
853 currentSceneMode, isAutoHighQualityPhotoSupported); in IsAutoHighQualityPhotoSupported()
866 int32_t isAutoHighQualityPhotoSupported; in EnableAutoHighQualityPhoto() local
867 int32_t ret = IsAutoHighQualityPhotoSupported(isAutoHighQualityPhotoSupported); in EnableAutoHighQualityPhoto()
870 CHECK_ERROR_RETURN_RET_LOG(isAutoHighQualityPhotoSupported == -1, INVALID_ARGUMENT, in EnableAutoHighQualityPhoto()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h413 int32_t IsAutoHighQualityPhotoSupported(int32_t& isAutoHighQualityPhotoSupported);
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp1576 DECLARE_NAPI_FUNCTION("isAutoHighQualityPhotoSupported", IsAutoHighQualityPhotoSupported), in Init()
2802 int32_t isAutoHighQualityPhotoSupported; in IsAutoHighQualityPhotoSupported() local
2803 int32_t retCode = photoOutputNapi->photoOutput_->IsAutoHighQualityPhotoSupported(isAutoHighQualityPhotoSupported); in IsAutoHighQualityPhotoSupported()
2804 if (retCode == 0 && isAutoHighQualityPhotoSupported != -1) { in IsAutoHighQualityPhotoSupported()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12422 int32_t isAutoHighQualityPhotoSupported; in HWTEST_F() local
12423 intResult = photoOutput_1->IsAutoHighQualityPhotoSupported(isAutoHighQualityPhotoSupported); in HWTEST_F()
12440 intResult = photoOutput_1->IsAutoHighQualityPhotoSupported(isAutoHighQualityPhotoSupported); in HWTEST_F()

Completed in 28 milliseconds