Home
last modified time | relevance | path

Searched refs:modeIndex (Results 1 - 19 of 19) sorted by relevance

/foundation/window/window_manager/utils/src/
H A Dscreen_info.cpp36 for (uint32_t modeIndex = 0; modeIndex < modes_.size(); modeIndex++) { in Marshalling()
37 if (parcel.WriteUint32(modes_[modeIndex]->id_) && in Marshalling()
38 parcel.WriteUint32(modes_[modeIndex]->height_) && in Marshalling()
39 parcel.WriteUint32(modes_[modeIndex]->width_) && in Marshalling()
40 parcel.WriteUint32(modes_[modeIndex]->refreshRate_)) { in Marshalling()
84 for (uint32_t modeIndex = 0; modeIndex < size; modeIndex in InnerUnmarshalling()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/screen_manager/
H A Drs_screen_data.cpp71 for (uint32_t modeIndex = 0; modeIndex < supportModes.size(); modeIndex++) { in WriteVector()
72 if (!parcel.WriteParcelable(&supportModes[modeIndex])) { in WriteVector()
81 for (uint32_t modeIndex = 0; modeIndex < unmarModeCount; modeIndex++) { in ReadVector()
/foundation/multimedia/camera_lite/frameworks/passthrough/src/
H A Dcamera_service_client.cpp66 int32_t CameraServiceClient::SetCameraMode(uint8_t modeIndex) in SetCameraMode() argument
68 return cameraService_->SetCameraMode(modeIndex); in SetCameraMode()
/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_kit.cpp75 int32_t CameraKit::SetCameraMode(uint8_t modeIndex) in SetCameraMode() argument
77 return cameraManager_->SetCameraMode(modeIndex); in SetCameraMode()
H A Dcamera_manager.h38 virtual int32_t SetCameraMode(uint8_t modeIndex) in SetCameraMode() argument
H A Dcamera_manager.cpp112 int32_t SetCameraMode(uint8_t modeIndex) override
114 return cameraServiceClient_->SetCameraMode(modeIndex);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp347 decltype(supportedModes_.size()) modeIndex = 0; in GetActiveModePosByModeId()
348 for (; modeIndex < supportedModes_.size(); ++modeIndex) { in GetActiveModePosByModeId()
349 if (supportedModes_[modeIndex].id == modeId) { in GetActiveModePosByModeId()
350 return static_cast<int32_t>(modeIndex); in GetActiveModePosByModeId()
468 decltype(supportedModes_.size()) modeIndex = 0; in ModeInfoDump()
469 for (; modeIndex < supportedModes_.size(); ++modeIndex) { in ModeInfoDump()
471 modeIndex, supportedModes_[modeIndex] in ModeInfoDump()
[all...]
/foundation/multimedia/camera_lite/frameworks/passthrough/include/
H A Dcamera_service_client.h34 int32_t SetCameraMode(uint8_t modeIndex);
/foundation/multimedia/camera_lite/interfaces/kits/
H A Dcamera_kit.h82 int32_t SetCameraMode(uint8_t modeIndex);
/foundation/multimedia/camera_lite/services/impl/include/
H A Dcamera_service.h38 int32_t SetCameraMode(uint8_t modeIndex);
/foundation/multimedia/camera_lite/frameworks/binder/include/
H A Dcamera_service_client.h40 int32_t SetCameraMode(uint8_t modeIndex);
/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/
H A Dmetadata_common_utils.cpp94 for (uint32_t modeIndex = 0; modeIndex < extendInfo.modeCount; modeIndex++) { in GetSupportedPreviewSizeRangeFromExtendConfig()
95 auto modeInfo = std::move(extendInfo.modeInfo[modeIndex]); in GetSupportedPreviewSizeRangeFromExtendConfig()
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_service.cpp193 int32_t CameraService::SetCameraMode(uint8_t modeIndex) in SetCameraMode() argument
196 int32_t ret = HalCameraSetMode(modeIndex); in SetCameraMode()
/foundation/multimedia/camera_lite/services/server/src/
H A Dcamera_server.cpp374 uint8_t modeIndex; in SetCameraMode() local
375 ReadUint8(req, &modeIndex); in SetCameraMode()
376 int32_t cameraStatus = CameraService::GetInstance()->SetCameraMode(modeIndex); in SetCameraMode()
/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_service_client.cpp283 int32_t CameraServiceClient::SetCameraMode(uint8_t modeIndex) in SetCameraMode() argument
288 WriteUint8(&io, modeIndex); in SetCameraMode()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_manager.h762 void CreateProfile4StreamType(ProfilesWrapper& profilesWrapper, OutputCapStreamType streamType, uint32_t modeIndex,
771 void CreateDepthProfile4StreamType(OutputCapStreamType streamType, uint32_t modeIndex,
773 void CreateProfile4StreamType(OutputCapStreamType streamType, uint32_t modeIndex,
/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1580 void CameraManager::CreateDepthProfile4StreamType(OutputCapStreamType streamType, uint32_t modeIndex, in CreateDepthProfile4StreamType() argument
1583 for (uint32_t k = 0; k < extendInfo.modeInfo[modeIndex].streamInfo[streamIndex].detailInfoCount; k++) { in CreateDepthProfile4StreamType()
1584 const auto& detailInfo = extendInfo.modeInfo[modeIndex].streamInfo[streamIndex].detailInfo[k]; in CreateDepthProfile4StreamType()
1591 extendInfo.modeInfo[modeIndex].streamInfo[streamIndex].detailInfo[k].format); in CreateDepthProfile4StreamType()
1602 extendInfo.modeInfo[modeIndex].streamInfo[streamIndex].detailInfo[k].dataAccuracy); in CreateDepthProfile4StreamType()
1823 uint32_t modeIndex, uint32_t streamIndex, ExtendInfo extendInfo) __attribute__((no_sanitize("cfi"))) in CreateProfile4StreamType()
1827 for (uint32_t k = 0; k < extendInfo.modeInfo[modeIndex].streamInfo[streamIndex].detailInfoCount; k++) { in CreateProfile4StreamType()
1828 const auto& detailInfo = extendInfo.modeInfo[modeIndex].streamInfo[streamIndex].detailInfo[k]; in CreateProfile4StreamType()
1840 extendInfo.modeInfo[modeIndex].streamInfo[streamIndex].detailInfo[k].format); in CreateProfile4StreamType()
1822 CreateProfile4StreamType(ProfilesWrapper& profilesWrapper, OutputCapStreamType streamType, uint32_t modeIndex, uint32_t streamIndex, ExtendInfo extendInfo) CreateProfile4StreamType() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp810 for (uint32_t modeIndex = 0; modeIndex < screenSupportedModes.size(); modeIndex++) { in OnRemoteRequest()
811 if (!reply.WriteParcelable(&screenSupportedModes[modeIndex])) { in OnRemoteRequest()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.cpp1316 for (uint64_t modeIndex = 0; modeIndex < modeCount; modeIndex++) { in GetScreenSupportedModes()
1321 screenSupportedModes[modeIndex] = *itemScreenMode; in GetScreenSupportedModes()

Completed in 27 milliseconds