/foundation/window/window_manager/utils/src/ |
H A D | screen_info.cpp | 36 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 D | rs_screen_data.cpp | 71 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 D | camera_service_client.cpp | 66 int32_t CameraServiceClient::SetCameraMode(uint8_t modeIndex) in SetCameraMode() argument 68 return cameraService_->SetCameraMode(modeIndex); in SetCameraMode()
|
/foundation/multimedia/camera_lite/frameworks/ |
H A D | camera_kit.cpp | 75 int32_t CameraKit::SetCameraMode(uint8_t modeIndex)
in SetCameraMode() argument 77 return cameraManager_->SetCameraMode(modeIndex);
in SetCameraMode()
|
H A D | camera_manager.h | 38 virtual int32_t SetCameraMode(uint8_t modeIndex)
in SetCameraMode() argument
|
H A D | camera_manager.cpp | 112 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 D | rs_screen.cpp | 347 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 D | camera_service_client.h | 34 int32_t SetCameraMode(uint8_t modeIndex);
|
/foundation/multimedia/camera_lite/interfaces/kits/ |
H A D | camera_kit.h | 82 int32_t SetCameraMode(uint8_t modeIndex);
|
/foundation/multimedia/camera_lite/services/impl/include/ |
H A D | camera_service.h | 38 int32_t SetCameraMode(uint8_t modeIndex);
|
/foundation/multimedia/camera_lite/frameworks/binder/include/ |
H A D | camera_service_client.h | 40 int32_t SetCameraMode(uint8_t modeIndex);
|
/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/ |
H A D | metadata_common_utils.cpp | 94 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 D | camera_service.cpp | 193 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 D | camera_server.cpp | 374 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 D | camera_service_client.cpp | 283 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 D | camera_manager.h | 762 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 D | camera_manager.cpp | 1580 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 D | rs_render_service_connection_stub.cpp | 810 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 D | rs_render_service_connection_proxy.cpp | 1316 for (uint64_t modeIndex = 0; modeIndex < modeCount; modeIndex++) { in GetScreenSupportedModes() 1321 screenSupportedModes[modeIndex] = *itemScreenMode; in GetScreenSupportedModes()
|