Searched refs:config_ (Results 1 – 12 of 12) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/aeis/ |
| H A D | remap_backend.cpp | 60 : config_(config), in FecRemapBackend() 75 buf->Size = config_.MeshSize * (sizeof(*buf->MeshXi) + sizeof(*buf->MeshXf) + in AllocUserBuffer() 83 buf->MeshYi = buf->MeshXi + config_.MeshSize; in AllocUserBuffer() 84 buf->MeshXf = reinterpret_cast<unsigned char*>(buf->MeshYi + config_.MeshSize); in AllocUserBuffer() 85 buf->MeshYf = buf->MeshXf + config_.MeshSize; in AllocUserBuffer() 120 hw_config_.alloc_param.width = config_.Width; in ImportHwBuffers() 121 hw_config_.alloc_param.height = config_.Height; in ImportHwBuffers() 122 hw_config_.alloc_param.reserved[0] = config_.MeshDensity; in ImportHwBuffers() 146 ReadBinary("/data/meshxi.bin", buf->MeshXi, sizeof(*buf->MeshXi) * config_.MeshSize); in GetMeshFromFile() 147 ReadBinary("/data/meshxf.bin", buf->MeshXf, sizeof(*buf->MeshXf) * config_.MeshSize); in GetMeshFromFile() [all …]
|
| H A D | remap_backend.h | 118 FecMeshConfig& GetConfig() { return config_; } in GetConfig() 138 FecMeshConfig config_;
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/ |
| H A D | lut_buffer.h | 68 : mem_ops_(mem_ops), mem_ctx_(nullptr), config_(config) {} in LutBufferManager() 81 hw_config.alloc_param.width = config_.Width; in ImportHwBuffers() 82 hw_config.alloc_param.height = config_.Height; in ImportHwBuffers() 100 auto* lut_buf = new LutBuffer(config_, mem_info); in GetFreeHwBuffer() 111 LutBufferConfig config_; variable
|
| H A D | cac_adaptor.h | 84 const RkAiqAlgoConfigAcac* config_ = nullptr; variable
|
| H A D | cac_adaptor.cpp | 272 config_ = config; 452 if (config_->is_multi_isp) { 497 uint16_t w = config_->width / 4; 498 uint16_t e = config_->multi_isp_extended_pixel / 4;
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/ |
| H A D | thumbnails.cpp | 270 std::shared_ptr<ThumbnailsConfig> config_; member in RkCam::thumbnails::ThumbnailsBufferManager 391 : config_(config) {} in ThumbnailsBufferManager() 408 for (auto& config : config_->GetStreamConfig(type)) { in InitializeBufferPools() 497 ThumbnailsService::ThumbnailsService() : config_(new ThumbnailsConfig()), stopped_(true) {} in ThumbnailsService() 502 config_->ParseRequests(calib); in Prepare() 503 config_->DumpConfigs(); in Prepare() 505 auto types = config_->GetEnabledStream(); in Prepare() 508 std::unique_ptr<ThumbnailsBufferManager>(new ThumbnailsBufferManager(config_)); in Prepare() 532 for (auto t : config_->GetEnabledStream()) { in Start() 595 auto& configs = config_->GetStreamConfig(source.src_type); in OnFrameEvent() [all …]
|
| H A D | thumbnails.h | 143 std::shared_ptr<thumbnails::ThumbnailsConfig> config_;
|
| /OK3568_Linux_fs/buildroot/package/netifrc/ |
| H A D | netifrc.mk | 37 NETIFRC_DHCP_CFG = config_$(NETIFRC_DHCP_IFACE)="dhcp"
|
| /OK3568_Linux_fs/buildroot/package/libcamera/ |
| H A D | 0003-HACK-pipeline-Support-custom-pipeline.patch | 172 + if (config_.empty()) 181 + if (config_.size() > 1) { 182 + config_.resize(1); 186 + StreamConfiguration &cfg = config_[0];
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.POST | 255 This macro will be defined in the config_<board>.h file for those
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | common-tasks.rst | 587 Following is the append file, which is named ``xserver-xf86-config_%.bbappend``
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 51215 This patch also removes the config_ prefix from the dbus-core symbols.
|