Home
last modified time | relevance | path

Searched refs:pInfo (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator.cpp41 si.streamId = pInfo->streamId_; in IsStreamsSupported()
42 si.width = pInfo->width_; in IsStreamsSupported()
43 si.height = pInfo->height_; in IsStreamsSupported()
44 si.format = pInfo->format_; in IsStreamsSupported()
45 si.dataspace = pInfo->dataspace_; in IsStreamsSupported()
46 si.intent = pInfo->intent_; in IsStreamsSupported()
47 si.tunneledMode = pInfo->tunneledMode_; in IsStreamsSupported()
48 si.minFrameDuration = pInfo->minFrameDuration_; in IsStreamsSupported()
51 BindBufferProducer(pInfo->streamId_, pInfo->bufferQueue_); in IsStreamsSupported()
221 if (pInfo == nullptr) { in Capture()
[all …]
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_ipc/utils/src/
H A Dutils_data_stub.cpp272 bRet = (bRet && parcel.WriteInt32(pInfo->intent_)); in EncodeStreamInfo()
273 bRet = (bRet && parcel.WriteBool(pInfo->tunneledMode_)); in EncodeStreamInfo()
280 bRet = (bRet && parcel.WriteInt32(pInfo->encodeType_)); in EncodeStreamInfo()
286 pInfo->streamId_ = static_cast<int>(parcel.ReadInt32()); in DecodeStreamInfo()
287 pInfo->width_ = static_cast<int>(parcel.ReadInt32()); in DecodeStreamInfo()
288 pInfo->height_ = static_cast<int>(parcel.ReadInt32()); in DecodeStreamInfo()
289 pInfo->format_ = static_cast<int>(parcel.ReadInt32()); in DecodeStreamInfo()
290 pInfo->intent_ = static_cast<StreamIntent>(parcel.ReadInt32()); in DecodeStreamInfo()
291 pInfo->tunneledMode_ = parcel.ReadBool(); in DecodeStreamInfo()
297 pInfo->minFrameDuration_ = static_cast<int>(parcel.ReadInt32()); in DecodeStreamInfo()
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A D_vulkan.md65 …yGetNativeBufferInfoOHOS](_vk_memory_get_native_buffer_info_o_h_o_s.md) \*pInfo, struct OH_NativeB…
74 …yGetNativeBufferInfoOHOS](_vk_memory_get_native_buffer_info_o_h_o_s.md) \*pInfo, struct OH_NativeB…
237 …ativeBufferOHOS) (VkDevice device, const VkMemoryGetNativeBufferInfoOHOS *pInfo, struct OH_NativeB…
251 | pInfo | VkMemoryGetNativeBufferInfoOHOS结构体对象。 |
448 …ativeBufferOHOS (VkDevice device, const VkMemoryGetNativeBufferInfoOHOS * pInfo, struct OH_NativeB…
462 | pInfo | VkMemoryGetNativeBufferInfoOHOS结构体对象。 |
469 返回VK_ERROR_OUT_OF_HOST_MEMORY,表示pInfo入参异常,或获取的pBuffer异常。
H A Dvulkan__ohos_8h.md60 …yGetNativeBufferInfoOHOS](_vk_memory_get_native_buffer_info_o_h_o_s.md) \*pInfo, struct OH_NativeB…
69 …yGetNativeBufferInfoOHOS](_vk_memory_get_native_buffer_info_o_h_o_s.md) \*pInfo, struct OH_NativeB…
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/include/
H A Dstream_operator.h29 const std::shared_ptr<StreamInfo> &pInfo,
38 …CamRetCode Capture(int captureId, const std::shared_ptr<CaptureInfo> &pInfo, bool isStreaming) ov…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dprofile_info.cpp53 …PPORT_FILES.begin(), SUPPORT_FILES.end(), [id](ProfileInfo pInfo) -> bool { return id == pInfo.id_… in IdToName() argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_server_impl.cpp51 …auto pInfo = std::shared_ptr<OhCloudExtCloudInfo>(info, [](auto *info) { OhCloudExtCloudInfoFree(i… in GetServerInfo() local
52 status = OhCloudExtCloudInfoGetUser(pInfo.get(), &result.user); in GetServerInfo()
59 status = OhCloudExtCloudInfoGetId(pInfo.get(), &id, reinterpret_cast<unsigned int *>(&idLen)); in GetServerInfo()
66 OhCloudExtCloudInfoGetTotalSpace(pInfo.get(), &totalSpace); in GetServerInfo()
69 OhCloudExtCloudInfoGetRemainSpace(pInfo.get(), &remainSpace); in GetServerInfo()
72 OhCloudExtCloudInfoEnabled(pInfo.get(), &result.enableCloud); in GetServerInfo()
74 status = OhCloudExtCloudInfoGetAppInfo(pInfo.get(), &briefInfo); in GetServerInfo()
395 …auto pInfo = std::shared_ptr<OhCloudExtCloudInfo>(info, [](auto *info) { OhCloudExtCloudInfoFree(i… in SaveSubscription() local
398 status = OhCloudExtCloudInfoGetId(pInfo.get(), &id, reinterpret_cast<unsigned int *>(&idLen)); in SaveSubscription()
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_ipc/utils/include/
H A Dutils_data_stub.h34 static bool EncodeStreamInfo(const std::shared_ptr<StreamInfo> &pInfo, MessageParcel &parcel);
35 static void DecodeStreamInfo(MessageParcel &parcel, std::shared_ptr<StreamInfo> &pInfo);
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A D_vulkan.md65 …yGetNativeBufferInfoOHOS](_vk_memory_get_native_buffer_info_o_h_o_s.md) \*pInfo, struct OH_NativeB…
74 …tivebufferohos) (VkDevice device, const VkMemoryGetNativeBufferInfoOHOS \*pInfo, struct OH_NativeB…
234 …ativeBufferOHOS) (VkDevice device, const VkMemoryGetNativeBufferInfoOHOS *pInfo, struct OH_NativeB…
248 | pInfo | Pointer to a **VkMemoryGetNativeBufferInfoOHOS** struct.|
412 …ativeBufferOHOS (VkDevice device, const VkMemoryGetNativeBufferInfoOHOS * pInfo, struct OH_NativeB…
426 | pInfo | Pointer to a **VkMemoryGetNativeBufferInfoOHOS** struct.|
H A Dvulkan__ohos_8h.md60 …yGetNativeBufferInfoOHOS](_vk_memory_get_native_buffer_info_o_h_o_s.md) \*pInfo, struct OH_NativeB…
69 …yGetNativeBufferInfoOHOS](_vk_memory_get_native_buffer_info_o_h_o_s.md) \*pInfo, struct OH_NativeB…
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_drag/
H A Dtext_drag_test_ng.cpp148 ParagraphManager::ParagraphInfo pInfo = { in GetInstance() local
151 paragraphInfo.emplace_back(pInfo); in GetInstance()
/ohos5.0/foundation/communication/netmanager_base/services/netconnmanager/src/
H A Dnet_conn_service.cpp1274 sptr<NetLinkInfo> pInfo = std::make_unique<NetLinkInfo>().release(); in CallbackForSupplier() local
1276 if (network != nullptr && pInfo != nullptr) { in CallbackForSupplier()
1277 *pInfo = network->GetNetLinkInfo(); in CallbackForSupplier()
1279 callback->NetConnectionPropertiesChange(netHandle, pInfo); in CallbackForSupplier()
1307 sptr<NetLinkInfo> pInfo = std::make_unique<NetLinkInfo>().release(); in CallbackForAvailable() local
1309 if (network != nullptr && pInfo != nullptr) { in CallbackForAvailable()
1310 *pInfo = network->GetNetLinkInfo(); in CallbackForAvailable()
1312 callback->NetConnectionPropertiesChange(netHandle, pInfo); in CallbackForAvailable()