/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/drawing/ |
H A D | rs_surface.h | 56 virtual RSSurfaceExtPtr CreateSurfaceExt(const RSSurfaceExtConfig& config) = 0; 57 virtual RSSurfaceExtPtr GetSurfaceExt(const RSSurfaceExtConfig& config) = 0;
|
/foundation/multimedia/camera_lite/frameworks/ |
H A D | camera_impl.h | 36 void Configure(CameraConfig &config) override;
48 void OnConfigured(int32_t ret, CameraConfig &config);
|
/foundation/multimedia/media_lite/services/player_lite/server/src/ |
H A D | samgr_player_server.cpp | 65 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, 0x800, 20, SHARED_TASK};
in GetTaskConfig() local 66 return config;
in GetTaskConfig()
|
/foundation/communication/dsoftbus/tests/core/bus_center/mock_common/src/ |
H A D | wifi_mock.cpp | 46 WifiErrorCode ConnectToDevice(const WifiDeviceConfig *config) in ConnectToDevice() argument 48 return GetWifiInterface()->ConnectToDevice(config); in ConnectToDevice()
|
/foundation/communication/netmanager_ext/interfaces/innerkits/netvpnclient/include/ |
H A D | vpn_config.h | 47 static bool UnmarshallingVpnConfig(Parcel &parcel, sptr<VpnConfig> config); 48 static bool UnmarshallingAddrRoute(Parcel &parcel, sptr<VpnConfig> &config);
|
/foundation/communication/wifi/wifi/interfaces/kits/c/ |
H A D | wifi_p2p.h | 102 * @param config - WifiP2pConfig object 105 WifiErrorCode CreateGroup(const WifiP2pConfig* config); 125 * @param config - WifiP2pConfig object 128 WifiErrorCode P2pConnect(const WifiP2pConfig* config);
|
H A D | wifi_device.h | 106 * @param config Indicates the hotspot configuration to add. 112 WifiErrorCode AddDeviceConfig(const WifiDeviceConfig *config, int *result); 139 * @brief Disable a hotspot configuration matching a specified <b>networkId</b>. If the config is disabled, it will 150 * @brief Enable a hotspot configuration matching a specified <b>networkId</b>. If the config is enabled, it will 151 * be connected automatically when wifi is enabled. When the config is added, it is enabled in default. 173 * @brief Connect to a hotspot by config. 175 * @param config is device configuration to connect the Wi-Fi network. 180 WifiErrorCode ConnectToDevice(const WifiDeviceConfig *config);
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
H A D | wifi_sa_service_lite.c | 62 TaskConfig config = {LEVEL_HIGH, PRI_NORMAL, STACK_SIZE, QUEUE_SIZE, SINGLE_TASK}; in GetTaskConfig() local 63 return config; in GetTaskConfig()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/ |
H A D | grd_db_api_inner.cpp | 31 std::string config = (configStr == nullptr ? "" : configStr); in GRD_DBOpenInner() local 33 int ret = DocumentStoreManager::GetDocumentStore(path, config, flags, store); in GRD_DBOpenInner()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | yuv_info.h | 49 YUVInfo(int width, int height, PlaneConfig config, SubSampling sampling, YUVColorSpace colorSpace, YUVDataType type) in YUVInfo() argument 50 : width_(width), height_(height), planeConfig_(config), subSampling_(sampling), in YUVInfo()
|
/foundation/window/window_manager_lite/services/wms/ |
H A D | samgr_wms.cpp | 65 TaskConfig config = {LEVEL_HIGH, PRI_BELOW_NORMAL, 0x800, 20, SHARED_TASK}; in GetTaskConfig() local 66 return config; in GetTaskConfig()
|
/third_party/mesa3d/.gitlab-ci/tests/ |
H A D | conftest.py | 10 def pytest_configure(config): 11 config.addinivalue_line(
|
/third_party/mesa3d/src/gallium/winsys/freedreno/drm/ |
H A D | freedreno_drm_winsys.c | 73 const struct pipe_screen_config *config) in fd_drm_screen_create() 92 pscreen = fd_screen_create(dev, ro, config); in fd_drm_screen_create() 72 fd_drm_screen_create(int fd, struct renderonly *ro, const struct pipe_screen_config *config) fd_drm_screen_create() argument
|
/third_party/node/test/common/ |
H A D | shared-lib-util.js | 5 const kNodeShared = Boolean(process.config.variables.node_shared); 6 const kShlibSuffix = process.config.variables.shlib_suffix;
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper.h | 44 std::unique_ptr<amber::EngineConfig>* config) = 0; 68 std::unique_ptr<amber::EngineConfig>* config);
|
H A D | config_helper_dawn.cc | 60 std::unique_ptr<amber::EngineConfig>* config) { in CreateConfig() 85 config->reset(dawn_config); in CreateConfig() 51 CreateConfig( uint32_t, uint32_t, int32_t, const std::vector<std::string>&, const std::vector<std::string>&, const std::vector<std::string>&, bool, bool, std::unique_ptr<amber::EngineConfig>* config) CreateConfig() argument
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLRecordableTest.cpp | 47 for (EGLConfig config : configs) in TEST_P() 50 eglGetConfigAttrib(display, config, EGL_RECORDABLE_ANDROID, &isRecordable); in TEST_P()
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | vp8li_enc.h | 18 #include "src/webp/config.h" 20 // Either WEBP_NEAR_LOSSLESS is defined as 0 in config.h when compiling to 85 // Returns 0 if config or picture is NULL or picture doesn't have valid argb 87 int VP8LEncodeImage(const WebPConfig* const config, 92 WebPEncodingError VP8LEncodeStream(const WebPConfig* const config,
|
/third_party/protobuf/kokoro/release/python/linux/ |
H A D | build_artifacts.sh | 29 cp kokoro/release/python/linux/config.sh config.sh
|
/third_party/protobuf/kokoro/release/python/macos/ |
H A D | build_artifacts.sh | 29 cp kokoro/release/python/macos/config.sh config.sh
|
/third_party/vk-gl-cts/framework/egl/ |
H A D | egluNativePixmap.cpp | 74 NativePixmap* NativePixmapFactory::createPixmap (NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, int width, int height) const in createPixmap() argument 76 DE_UNREF(display && config && attribList); in createPixmap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | WindowSurfaceEGL.cpp | 19 EGLConfig config, in WindowSurfaceEGL() 21 : SurfaceEGL(state, egl, config), mWindow(window) in WindowSurfaceEGL() 17 WindowSurfaceEGL(const egl::SurfaceState &state, const FunctionsEGL *egl, EGLConfig config, EGLNativeWindowType window) WindowSurfaceEGL() argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | queryutils.cpp | 4032 void QueryConfigAttrib(const Config *config, EGLint attribute, EGLint *value) in QueryConfigAttrib() argument 4034 ASSERT(config != nullptr); in QueryConfigAttrib() 4038 *value = config->bufferSize; in QueryConfigAttrib() 4041 *value = config->alphaSize; in QueryConfigAttrib() 4044 *value = config->blueSize; in QueryConfigAttrib() 4047 *value = config->greenSize; in QueryConfigAttrib() 4050 *value = config->redSize; in QueryConfigAttrib() 4053 *value = config->depthSize; in QueryConfigAttrib() 4056 *value = config->stencilSize; in QueryConfigAttrib() 4059 *value = config in QueryConfigAttrib() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Renderer9.cpp | 523 egl::Config config; in generateConfigs() local 524 config.renderTargetFormat = colorBufferInternalFormat; in generateConfigs() 525 config.depthStencilFormat = depthStencilBufferInternalFormat; in generateConfigs() 526 config.bufferSize = colorBufferFormatInfo.pixelBytes * 8; in generateConfigs() 527 config.redSize = colorBufferFormatInfo.redBits; in generateConfigs() 528 config.greenSize = colorBufferFormatInfo.greenBits; in generateConfigs() 529 config.blueSize = colorBufferFormatInfo.blueBits; in generateConfigs() 530 config.luminanceSize = colorBufferFormatInfo.luminanceBits; in generateConfigs() 531 config.alphaSize = colorBufferFormatInfo.alphaBits; in generateConfigs() 532 config in generateConfigs() 815 validateShareHandle(const egl::Config *config, HANDLE shareHandle, const egl::AttributeMap &attribs) const validateShareHandle() argument [all...] |
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nncompiler.cpp | 347 ModelConfig config {m_enableFp16, m_performance, m_priority}; in BuildOfflineModel() 348 OH_NN_ReturnCode ret = m_device->PrepareOfflineModel(m_liteGraph, config, m_preparedModel); in BuildOfflineModel() 380 ModelConfig config {m_enableFp16, static_cast<OH_NN_PerformanceMode>(m_performance), in NormalBuild() 383 ret = m_device->PrepareModel(m_liteGraph, config, m_preparedModel); in NormalBuild() 386 ret = m_device->PrepareModel(m_metaGraph, config, m_preparedModel); in NormalBuild() 623 ModelConfig config; in RestoreFromCacheFile() local 624 config.enableFloat16 = m_enableFp16; in RestoreFromCacheFile() 625 config.mode = m_performance; in RestoreFromCacheFile() 626 config.priority = m_priority; in RestoreFromCacheFile() 627 config in RestoreFromCacheFile() [all...] |