Home
last modified time | relevance | path

Searched refs:nullptr (Results 1 – 25 of 803) sorted by relevance

12345678910>>...33

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-Use-stdint-types.patch26 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(20), nullptr, 0);
27 + uint8_t bits = (uint8_t)std::stoul(tok.substr(20), nullptr, 0);
31 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(20), nullptr, 0);
32 + uint8_t bits = (uint8_t)std::stoul(tok.substr(20), nullptr, 0);
36 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(20), nullptr, 0);
37 + uint8_t bits = (uint8_t)std::stoul(tok.substr(20), nullptr, 0);
41 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(17), nullptr, 0);
42 + uint8_t bits = (uint8_t)std::stoul(tok.substr(17), nullptr, 0);
46 - u_int8_t bits = (u_int8_t)std::stoul(tok.substr(17), nullptr, 0);
47 + uint8_t bits = (uint8_t)std::stoul(tok.substr(17), nullptr, 0);
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_image_process.cpp156 info->debug (nullptr); in sample_main()
162 info->debug (nullptr); in sample_main()
168 info->debug (nullptr); in sample_main()
174 info->debug (nullptr); in sample_main()
180 info->debug (nullptr); in sample_main()
187 info->debug (nullptr); in sample_main()
193 info->debug (nullptr); in sample_main()
199 info->debug (nullptr); in sample_main()
205 info->debug (nullptr); in sample_main()
212 info->debug (nullptr); in sample_main()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/
H A Dimu_service.cpp35 XCAM_ASSERT(imu_.get() != nullptr && data_ != nullptr); in EisImuData()
47 : intf_(intf), type_(type), ctx_(nullptr), handle_(nullptr) { in EisImuAdaptor()
48 XCAM_ASSERT(intf.createContext != nullptr && intf.getSensorList != nullptr); in EisImuAdaptor()
57 if (ctx_ == nullptr) { in Init()
59 if (ctx_ == nullptr) { in Init()
77 ctx_ = nullptr; in Init()
87 ctx_ = nullptr; in Init()
119 ctx_ = nullptr; in Init()
129 ctx_ = nullptr; in Init()
136 if (handle_ == nullptr) { in Init()
[all …]
H A Deis_algo_service.cpp72 if (lib_ != nullptr && engine_ != nullptr) { in ~EisAlgoAdaptor()
92 if (mems_sensor_intf == nullptr) { in CreateImuService()
102 imu_ = nullptr; in CreateImuService()
120 XCAM_ASSERT(mem_ops != nullptr); in CreateFecRemapBackend()
128 XCAM_ASSERT(mesh != nullptr); in OnMeshCallback()
133 if (lib_ != nullptr) { in OnMeshCallback()
135 if (new_mesh != nullptr) { in OnMeshCallback()
203 imu_ = nullptr; in Prepare()
289 if (imu_ != nullptr && in Start()
294 if (scl_ != nullptr && in Start()
[all …]
H A Dremap_backend.cpp64 assert(mem_ops != nullptr); in FecRemapBackend()
73 assert(buf != nullptr); in AllocUserBuffer()
80 return nullptr; in AllocUserBuffer()
97 assert(buf != nullptr && buf->Fd == -1); in FreeUserBuffer()
113 return nullptr; in GetAvailUserBuffer()
117 assert(mem_ops_ != nullptr); in ImportHwBuffers()
132 if (mem_ops_ == nullptr || mem_ctx_ == nullptr) { in GetFreeHwBuffer()
133 return nullptr; in GetFreeHwBuffer()
138 if (mem_info != nullptr) { in GetFreeHwBuffer()
141 return nullptr; in GetFreeHwBuffer()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/wagyu/0.4.3/include/mapbox/geometry/wagyu/
H A Dring.hpp93 parent(nullptr),
95 points(nullptr),
96 bottom_point(nullptr),
112 if (points != nullptr) { in recalculate_stats()
232 if (c == nullptr) { in set_to_children()
244 c = nullptr; in remove_from_children()
255 if ((parent == nullptr && new_ring->is_hole()) || in assign_as_child()
256 (parent != nullptr && new_ring->is_hole() == parent->is_hole())) { in assign_as_child()
260 auto& children = parent == nullptr ? manager.children : parent->children; in assign_as_child()
269 if ((parent == nullptr && ring->is_hole()) || in reassign_as_child()
[all …]
H A Dtopology_correction.hpp136 if (visited.count(it_ring) > 0 || it_ring == nullptr || in find_intersect_loop()
208 return static_cast<ring_ptr<T>>(nullptr); in correct_self_intersection()
250 if ((*itr1)->ring == nullptr) { in correct_repeated_points()
254 if ((*itr2)->ring == nullptr) { in correct_repeated_points()
258 if (new_ring != nullptr) { in correct_repeated_points()
303 auto& children = sibling_ring == nullptr ? manager.children : sibling_ring->children; in reassign_children_if_necessary()
305 if (c == nullptr) { in reassign_children_if_necessary()
324 if (c == nullptr) { in find_parent_in_tree()
328 if (gc == nullptr) { in find_parent_in_tree()
353 if (r->points == nullptr) { in assign_new_ring_parents()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/
H A Dlut_buffer.h46 : State(LutBufferState::kInitial), Config(config), Fd(-1), Size(0), Addr(nullptr) {} in LutBuffer()
68 : mem_ops_(mem_ops), mem_ctx_(nullptr), config_(config) {} in LutBufferManager()
78 assert(mem_ops_ != nullptr); in ImportHwBuffers()
89 if (mem_ctx_ != nullptr && mem_ops_ != nullptr) mem_ops_->release_mem(isp_id, mem_ctx_); in ReleaseHwBuffers()
93 if (mem_ops_ == nullptr || mem_ctx_ == nullptr) { in GetFreeHwBuffer()
94 return nullptr; in GetFreeHwBuffer()
99 if (mem_info != nullptr) { in GetFreeHwBuffer()
101 if (lut_buf != nullptr) { in GetFreeHwBuffer()
105 return nullptr; in GetFreeHwBuffer()
H A Dcac_adaptor.h83 const AlgoCtxInstanceCfg* ctx_config_ = nullptr;
84 const RkAiqAlgoConfigAcac* config_ = nullptr;
86 const CalibDbV2_Cac_V03_t* calib_ = nullptr;
88 const CalibDbV2_Cac_V10_t* calib_ = nullptr;
90 const CalibDbV2_Cac_V11_t* calib_ = nullptr;
93 std::unique_ptr<rkaiq_cac_v03_api_attr_t> attr_ = nullptr;
95 std::unique_ptr<rkaiq_cac_v10_api_attr_t> attr_ = nullptr;
97 std::unique_ptr<rkaiq_cac_v11_api_attr_t> attr_ = nullptr;
H A Drk_aiq_algo_acac_itf.cpp32 if (ctx == nullptr) { in create_context()
38 if (adaptor == nullptr) { in create_context()
47 XCAM_ASSERT(calib_cac != nullptr); in create_context()
52 XCAM_ASSERT(calib_cac != nullptr); in create_context()
57 XCAM_ASSERT(calib_cac != nullptr); in create_context()
68 if (context != nullptr) { in destroy_context()
69 if (context->handle != nullptr) { in destroy_context()
72 context->handle = nullptr; in destroy_context()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A DUniquePtr.h44 UniquePtr() : mPtr(nullptr) {}
49 UniquePtr(const decltype(nullptr)&) : mPtr(nullptr) {}
52 other.mPtr = nullptr;
58 other.mPtr = nullptr;
78 operator bool() const { return mPtr != nullptr; }
84 mPtr = nullptr;
91 void reset(T* ptr = nullptr) {
115 UniquePtr() : mPtr(nullptr) {}
119 UniquePtr(const decltype(nullptr)&) : mPtr(nullptr) {}
122 other.mPtr = nullptr;
[all …]
H A Dany188 constexpr any() _NOEXCEPT : __h(nullptr) {}
191 any(any const & __other) : __h(nullptr)
197 any(any && __other) _NOEXCEPT : __h(nullptr)
285 bool has_value() const _NOEXCEPT { return __h != nullptr; }
304 constexpr _Storage() : __ptr(nullptr) {}
310 void * __call(_Action __a, any * __other = nullptr,
311 type_info const * __info = nullptr,
312 const void* __fallback_info = nullptr) const
318 void * __call(_Action __a, any * __other = nullptr,
319 type_info const * __info = nullptr,
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A DUniquePtr.h44 UniquePtr() : mPtr(nullptr) {}
49 UniquePtr(const decltype(nullptr)&) : mPtr(nullptr) {}
52 other.mPtr = nullptr;
58 other.mPtr = nullptr;
78 operator bool() const { return mPtr != nullptr; }
84 mPtr = nullptr;
91 void reset(T* ptr = nullptr) {
115 UniquePtr() : mPtr(nullptr) {}
119 UniquePtr(const decltype(nullptr)&) : mPtr(nullptr) {}
122 other.mPtr = nullptr;
[all …]
H A Dany188 constexpr any() _NOEXCEPT : __h(nullptr) {}
191 any(any const & __other) : __h(nullptr)
197 any(any && __other) _NOEXCEPT : __h(nullptr)
285 bool has_value() const _NOEXCEPT { return __h != nullptr; }
304 constexpr _Storage() : __ptr(nullptr) {}
310 void * __call(_Action __a, any * __other = nullptr,
311 type_info const * __info = nullptr,
312 const void* __fallback_info = nullptr) const
318 void * __call(_Action __a, any * __other = nullptr,
319 type_info const * __info = nullptr,
[all …]
/OK3568_Linux_fs/app/qsetting/
H A Dqtinputdialog.cpp6 inputDialog* inputDialog::_instance = nullptr;
8 m_eventLoop(nullptr) in inputDialog()
52 if(m_eventLoop != nullptr) in ~inputDialog()
54 if(wordEdit != nullptr) in ~inputDialog()
56 if(nameLabel != nullptr) in ~inputDialog()
58 _instance = nullptr; in ~inputDialog()
70 if(m_eventLoop != nullptr) in exec()
81 if(m_eventLoop != nullptr) { in exit()
89 if(m_eventLoop != nullptr) in isRunning()
96 if (nowWidget != nullptr && !isAncestorOf(nowWidget)) { in slot_onApplicationFocusChanged()
[all …]
H A Dmainwindow.cpp21 audio = nullptr; in MainWindow()
22 wifi = nullptr; in MainWindow()
23 bt = nullptr; in MainWindow()
24 update = nullptr; in MainWindow()
25 factoryReset = nullptr; in MainWindow()
107 return nullptr; in saveConfig()
190 bt = nullptr; in on_returnClicked()
199 audio = nullptr; in on_returnClicked()
204 wifi = nullptr; in on_returnClicked()
209 bt = nullptr; in on_returnClicked()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Ddma_buffer.cpp34 DmaBuffer::DmaBuffer(int fd, size_t size) : fd_(fd), size_(size), ptr_(nullptr) {} in DmaBuffer()
37 if (ptr_ != nullptr) { in ~DmaBuffer()
73 XCAM_ASSERT(ptr_ != nullptr); in beginCpuAccess()
78 XCAM_ASSERT(ptr_ != nullptr); in endCpuAccess()
85 assert(((void)"could not map invalid dma_buf", fd_.Get() > 0 && ptr_ == nullptr && size_ > 0)); in map()
90 return nullptr; in map()
97 assert(((void)"unmap dma_buf in wrong state", fd_.Get() > 0 && ptr_ != nullptr)); in unmap()
100 ptr_ = nullptr; in unmap()
109 bool DmaBuffer::mapped() { return ptr_ == nullptr ? false : true; } in mapped()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/ipc_server/
H A DMessageParser.cpp47 this->proc_thread = nullptr; in ~MessageParser()
89 return nullptr; in clonePacket()
97 return nullptr; in clonePacket()
109 return nullptr; in clonePacket()
117 return nullptr; in clonePacket()
126 return nullptr; in clonePacket()
147 RkAiqSocketPacket *old_pkt = nullptr; in process()
148 RkAiqSocketPacket_t *new_pkt = nullptr; in process()
253 return nullptr; in findValidSection()
263 return nullptr; in findValidSection()
[all …]
/OK3568_Linux_fs/buildroot/package/mp4v2/
H A D0002-src-mp4track.cpp-replace-nullptr-by-NULL.patch4 Subject: [PATCH] src/mp4track.cpp: replace nullptr by NULL
7 nullptr. nullptr is C++11, it will break the build with gcc < 5.
9 Semantically, NULL and nullptr are different, so should not be mixed.
10 In this situaiton, m_File.FindAtom() indeed does not return nullptr,
32 - if ( pFtypAtom == nullptr )
35 - return nullptr;
43 - return nullptr;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A DRkAiqAnalyzeGroupManager.cpp40 mRkAiqGroupMsgHdlTh = nullptr; in RkAiqAnalyzerGroup()
228 : mAiqCore(aiqCore), mSingleThreadMode(single_thread), mMsgThrd(nullptr) {} in RkAiqAnalyzeGroupManager()
263 RkAiqCore::RkAiqAlgosGroupShared_t* shared = nullptr; in firstAnalyze()
267 XCAM_ASSERT(shared != nullptr); in firstAnalyze()
302 RkAiqCore::RkAiqAlgosGroupShared_t* shared = nullptr; in groupMessageHandler()
304 XCAM_ASSERT(shared != nullptr); in groupMessageHandler()
307 RkAiqSofInfoWrapperProxy* sofInfoMsg = nullptr; in groupMessageHandler()
491 shared->aecStatsBuf = nullptr; in groupMessageHandler()
494 shared->awbStatsBuf = nullptr; in groupMessageHandler()
497 shared->afStatsBuf = nullptr; in groupMessageHandler()
[all …]
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/
H A Dmusicplayer.h57 explicit MusicPlayer(QWidget *parent = nullptr); in QT_FORWARD_DECLARE_CLASS()
91 QAbstractButton *playButton = nullptr; in QT_FORWARD_DECLARE_CLASS()
92 VolumeButton *volumeButton = nullptr; in QT_FORWARD_DECLARE_CLASS()
93 QSlider *positionSlider = nullptr; in QT_FORWARD_DECLARE_CLASS()
94 QLabel *positionLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
95 QLabel *infoLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/
H A Dmusicplayer.h57 explicit MusicPlayer(QWidget *parent = nullptr); in QT_FORWARD_DECLARE_CLASS()
91 QAbstractButton *playButton = nullptr; in QT_FORWARD_DECLARE_CLASS()
92 VolumeButton *volumeButton = nullptr; in QT_FORWARD_DECLARE_CLASS()
93 QSlider *positionSlider = nullptr; in QT_FORWARD_DECLARE_CLASS()
94 QLabel *positionLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
95 QLabel *infoLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunique_any.hpp53 rhs.vtable = nullptr; in unique_any()
83 vtable = nullptr; in reset()
108 return vtable != nullptr; in has_value()
117 void * dynamic { nullptr };
139 src.dynamic = nullptr; in move()
193 VTable* vtable { nullptr };
220 if(any == nullptr || any->type() != typeid(ValueType)) in any_cast()
221 return nullptr; in any_cast()
232 if (temp == nullptr) { in any_cast()
244 if (temp == nullptr) { in any_cast()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/
H A Dmusicplayer.h60 explicit MusicPlayer(QWidget *parent = nullptr); in QT_FORWARD_DECLARE_CLASS()
95 QAbstractButton *playButton = nullptr; in QT_FORWARD_DECLARE_CLASS()
96 VolumeButton *volumeButton = nullptr; in QT_FORWARD_DECLARE_CLASS()
97 QSlider *positionSlider = nullptr; in QT_FORWARD_DECLARE_CLASS()
98 QLabel *positionLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
99 QLabel *infoLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/
H A Dmusicplayer.h60 explicit MusicPlayer(QWidget *parent = nullptr); in QT_FORWARD_DECLARE_CLASS()
95 QAbstractButton *playButton = nullptr; in QT_FORWARD_DECLARE_CLASS()
96 VolumeButton *volumeButton = nullptr; in QT_FORWARD_DECLARE_CLASS()
97 QSlider *positionSlider = nullptr; in QT_FORWARD_DECLARE_CLASS()
98 QLabel *positionLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()
99 QLabel *infoLabel = nullptr; in QT_FORWARD_DECLARE_CLASS()

12345678910>>...33