Home
last modified time | relevance | path

Searched refs:sceneMode (Results 1 - 25 of 37) sorted by relevance

12

/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dcapture_scene_const.h86 SceneFeaturesMode(SceneMode sceneMode, std::set<SceneFeature> sceneFeatures) in SceneFeaturesMode()
88 sceneMode_ = sceneMode; in SceneFeaturesMode()
110 void SetSceneMode(SceneMode sceneMode) in SetSceneMode()
112 sceneMode_ = sceneMode; in SetSceneMode()
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dmodule_hdi_sink.c88 const char *sceneMode = pa_proplist_gets(si->proplist, "scene.mode"); in SinkInputNewCb() local
109 if (!pa_safe_streq(sceneMode, "EFFECT_NONE") && pa_safe_streq(flush, "true")) { in SinkInputNewCb()
113 SessionInfoPack pack = {channels, channelLayout, sceneMode, spatializationEnabled, streamUsage}; in SinkInputNewCb()
159 const char *sceneMode = pa_proplist_gets(si->proplist, "scene.mode"); in SinkInputStateChangedCb() local
171 SessionInfoPack pack = {channels, channelLayout, sceneMode, spatializationEnabled, streamUsage}; in SinkInputStateChangedCb()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dmode_manager_napi.cpp275 int32_t sceneMode; in GetSupportedOutputCapability() local
276 napi_get_value_int32(env, argv[PARAM1], &sceneMode); in GetSupportedOutputCapability()
277 MEDIA_INFO_LOG("ModeManagerNapi::GetSupportedOutputCapability mode = %{public}d", sceneMode); in GetSupportedOutputCapability()
281 switch (sceneMode) { in GetSupportedOutputCapability()
298 MEDIA_ERR_LOG("ModeManagerNapi::CreateCameraSessionInstance mode = %{public}d not supported", sceneMode); in GetSupportedOutputCapability()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/include/
H A Ddcamera_client.h46 sptr<Surface>& surface, int32_t sceneMode) override;
54 int32_t ConfigCaptureSession(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, int32_t sceneMode);
H A Dicamera_operator.h61 sptr<Surface>& surface, int32_t sceneMode) = 0;
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_effect_chain_adapter.h42 const char *sceneMode; member
H A Daudio_effect_chain.h72 void StoreOldEffectChainInfo(std::string &sceneMode, AudioEffectConfig &ioBufferConfig);
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Dicamera_controller.h34 int32_t sceneMode) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_source_controller.h36 int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, int32_t sceneMode) in StartCapture() argument
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_sink_controller.h35 int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, int32_t sceneMode) in StartCapture() argument
H A Dmock_camera_operator.h70 sptr<Surface>& surface, int32_t sceneMode) in StartCapture()
69 StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, sptr<Surface>& surface, int32_t sceneMode) StartCapture() argument
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain_adapter.cpp252 if (sceneType && pack.channelLayout && sessionID && pack.sceneMode && in EffectChainManagerAddSessionInfo()
257 sceneModeString = pack.sceneMode; in EffectChainManagerAddSessionInfo()
266 info.sceneMode = sceneModeString; in EffectChainManagerAddSessionInfo()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/effect/
H A Daudio_effect_manager.cpp610 std::string sceneMode = mode.mode; in ConstructEffectChainMode() local
619 key = sceneType + "_&_" + sceneMode + "_&_" + device.type; in ConstructEffectChainMode()
626 key = sceneType + "_&_" + sceneMode + "_&_" + deviceType.second; in ConstructEffectChainMode()
692 std::string sceneMode; in ConstructEnhanceChainManagerParam() local
705 sceneMode = mode.mode; in ConstructEnhanceChainManagerParam()
707 key = sceneType + "_&_" + sceneMode; in ConstructEnhanceChainManagerParam()
/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp55 SceneMode sceneMode = SceneMode::TIMELAPSE_PHOTO; member
59 sptr<CameraOutputCapability> capability = manager->GetSupportedOutputCapability(camera, sceneMode); in AddOutput()
281 sptr<CaptureSession> captureSession = manager->CreateCaptureSession(sceneMode); in TestGetMetadata2()
477 sptr<CaptureSession> captureSession = manager->CreateCaptureSession(sceneMode); in Test()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp176 sptr<Surface>& surface, int32_t sceneMode) in StartCapture()
178 DHLOGI("StartCapture cameraId: %{public}s, mode: %{public}d", GetAnonyString(cameraId_).c_str(), sceneMode); in StartCapture()
186 int32_t ret = ConfigCaptureSession(captureInfos, sceneMode); in StartCapture()
332 int32_t sceneMode) in ConfigCaptureSession()
362 captureSession_ = cameraManager_->CreateCaptureSession(static_cast<CameraStandard::SceneMode>(sceneMode)); in ConfigCaptureSession()
175 StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, sptr<Surface>& surface, int32_t sceneMode) StartCapture() argument
331 ConfigCaptureSession(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, int32_t sceneMode) ConfigCaptureSession() argument
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dcamera_manager_impl.cpp425 Camera_SceneMode sceneMode, Camera_OutputCapability** cameraOutputCapability) in GetSupportedCameraOutputCapabilityWithSceneMode()
431 auto itr = g_ndkToFwMode_.find(static_cast<Camera_SceneMode>(sceneMode)); in GetSupportedCameraOutputCapabilityWithSceneMode()
434 "sceneMode = %{public}d not supported!", sceneMode); in GetSupportedCameraOutputCapabilityWithSceneMode()
824 Camera_SceneMode* sceneMode = new Camera_SceneMode[cameraSceneMode.size()]; in GetSupportedSceneModes() local
825 CHECK_AND_RETURN_RET_LOG(sceneMode != nullptr, CAMERA_SERVICE_FATAL_ERROR, in GetSupportedSceneModes()
826 "Camera_Manager::GetSupportedSceneModes allocate memory for sceneMode fail!"); in GetSupportedSceneModes()
828 sceneMode[index] = cameraSceneMode[index]; in GetSupportedSceneModes()
831 *sceneModes = sceneMode; in GetSupportedSceneModes()
424 GetSupportedCameraOutputCapabilityWithSceneMode(const Camera_Device* camera, Camera_SceneMode sceneMode, Camera_OutputCapability** cameraOutputCapability) GetSupportedCameraOutputCapabilityWithSceneMode() argument
H A Dcamera_manager_impl.h50 Camera_SceneMode sceneMode, Camera_OutputCapability** cameraOutputCapability);
H A Dcapture_session_impl.h42 Camera_ErrorCode SetSessionMode(Camera_SceneMode sceneMode);
/foundation/multimedia/camera_framework/interfaces/kits/native/include/camera/
H A Dcamera_manager.h212 * @brief Gets supported output capability for specific camera and specific sceneMode.
216 * @param sceneMode the {@link Camera_SceneMode} to be queryed.
225 const Camera_Device* camera, Camera_SceneMode sceneMode, Camera_OutputCapability** cameraOutputCapability);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameracontrol/
H A Ddcamera_source_controller.h38 int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, int32_t sceneMode) override;
/foundation/multimedia/audio_framework/test/fuzztest/audioeffectchain_fuzzer/
H A Daudio_effect_chain_fuzzer.cpp226 std::string sceneMode = "EFFECT_DEFAULT"; in AudioEffectChainManagerFirst() local
243 audioEffectChain->StoreOldEffectChainInfo(sceneMode, ioBufferConfig); in AudioEffectChainManagerFirst()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_controller.h43 int32_t StartCapture(std::vector<std::shared_ptr<DCameraCaptureInfo>>& captureInfos, int32_t sceneMode) override;
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dsketch_wrapper.cpp184 auto sceneMode = static_cast<SceneMode>(round(modeFloatData)); in GetSceneFeaturesModeFromModeData() local
185 currentSceneFeaturesMode.SetSceneMode(sceneMode); in GetSceneFeaturesModeFromModeData()
/foundation/multimedia/camera_framework/frameworks/native/ndk/
H A Dcamera_manager.cpp131 const Camera_Device* camera, Camera_SceneMode sceneMode, Camera_OutputCapability** cameraOutputCapability) in OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode()
141 return cameraManager->GetSupportedCameraOutputCapabilityWithSceneMode(camera, sceneMode, cameraOutputCapability); in OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode()
130 OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode(Camera_Manager* cameraManager, const Camera_Device* camera, Camera_SceneMode sceneMode, Camera_OutputCapability** cameraOutputCapability) OH_CameraManager_GetSupportedCameraOutputCapabilityWithSceneMode() argument
/foundation/multimedia/camera_framework/test/fuzztest/cloudenhancesession_fuzzer/
H A Dcloud_enhance_session_fuzzer.cpp70 SceneMode sceneMode = SceneMode::TIMELAPSE_PHOTO; member

Completed in 14 milliseconds

12