/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | scan_parameters.h | 34 void SetFormat(const ScanFrame &format);
|
/base/powermgr/thermal_manager/application/protector/include/ |
H A D | thermal_sensor_provision.h | 59 void FormatThermalPaths(char *path, size_t size, const char *format, const char* name);
|
/base/security/asset/frameworks/os_dependency/file/src/ |
H A D | de_operator.rs | 25 format!("data/service/el1/public/asset_service/{}", user_id) in construct_user_de_path()
|
/base/security/certificate_framework/frameworks/common/v1.0/inc/ |
H A D | cf_log.h | 35 void CfLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...);
|
/base/security/crypto_framework/common/inc/ |
H A D | log.h | 44 void HcfLogPrint(uint32_t hcfLogLevel, const char *funcName, uint32_t lineNo, const char *format, ...);
|
/drivers/hdf_core/framework/support/platform/include/fwk/ |
H A D | platform_trace.h | 96 void __attribute__((format(printf, 3, 4))) PlatformTraceAddMsg(const char *module, const char *moduleFun,
|
/drivers/peripheral/audio/hdi_service/primary_impl/include/ |
H A D | audio_adapter_info_common.h | 57 int32_t FormatToBits(enum AudioFormat format, uint32_t *formatBits);
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audioadmdispatchercapturecmdid_fuzzer/ |
H A D | audioadmdispatchercapturecmdid_fuzzer.cpp | 31 .periodCount = 32, .format = AUDIO_FORMAT_TYPE_PCM_24_BIT, .cardServiceName = CARD_SEVICE_NAME.c_str(), in AudioAdmDispatcherCaptureCmdidFuzzTest()
|
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audioadmdispatcherrendercmdid_fuzzer/ |
H A D | audioadmdispatcherrendercmdid_fuzzer.cpp | 32 .periodCount = 32, .format = AUDIO_FORMAT_TYPE_PCM_24_BIT, .cardServiceName = CARD_SEVICE_NAME.c_str(), in AudioAdmDispatcherRenderCmdidFuzzTest()
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/createcapture_fuzzer/ |
H A D | createcapture_fuzzer.cpp | 48 .format = *(reinterpret_cast<const AudioFormat*>(data)), in CreateCaptureFuzzTest()
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/createrender_fuzzer/ |
H A D | createrender_fuzzer.cpp | 48 .format = *(reinterpret_cast<const AudioFormat*>(data)), in CreateRenderFuzzTest()
|
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/ |
H A D | dbuffer_manager.h | 53 static uint32_t PixelFormatToDCameraFormat(const PixelFormat format);
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | cpp_type.h | 78 OH_NN_Format format; member
|
/foundation/arkui/ace_engine/frameworks/core/components/text_clock/ |
H A D | render_text_clock.h | 40 std::string GetFormatDateTime(const std::string& format) const;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/ |
H A D | text_clock_model.h | 33 virtual void SetFormat(const std::string& format) = 0;
|
/foundation/graphic/surface_lite/interfaces/innerkits/ |
H A D | buffer_producer.h | 120 * @brief Set format, to calculate the buffer size. 122 * @param [in] format, Buffer format. 124 virtual void SetFormat(uint32_t format) = 0; 127 * @brief Get format, buffer format to calculate the buffer size.. 128 * @returns format, Buffer format. 145 * @brief Get bytes of one stride which calculate by width, format and stride alignment. 151 * @brief Set buffer size. Surface alloc buffer size, no need to calculate by width, height, format [all...] |
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | platform_hardware_buffer_util_vk.h | 32 VkFormat format { VK_FORMAT_UNDEFINED };
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/ |
H A D | platform_hardware_buffer_util.cpp | 34 const bool useExternalFormat = (imageCreateInfo.format == VK_FORMAT_UNDEFINED); in CreateHwPlatformImage()
|
/foundation/graphic/surface_lite/interfaces/kits/ |
H A D | surface.h | 125 * @brief Sets the pixel format of the surface. For details, see {@link ImageFormat}. 126 * The default pixel format is {@link IMAGE_PIXEL_FORMAT_RGB565}. 129 * @param format Indicates the pixel format to be set. 133 virtual void SetFormat(uint32_t format) = 0; 136 * @brief Obtains the pixel format of the surface. For details, see {@link ImageFormat}. 137 * The default pixel format is {@link IMAGE_PIXEL_FORMAT_RGB565}. 139 * @return Returns the pixel format. 213 * @brief Sets surface user data, which is stored in the format of <key, value>.
|
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/device/ |
H A D | intf_gpu_resource_cache.h | 36 /** format */ 37 BASE_NS::Format format { BASE_NS::BASE_FORMAT_R8G8B8A8_SRGB };
|
/foundation/graphic/surface_lite/frameworks/ |
H A D | buffer_client_producer.h | 103 * @brief Client Producer sends request(SET_FORMAT) to set format, to calculate the buffer size. 105 * @param [in] format, Buffer format. 107 void SetFormat(uint32_t format) override; 110 * @brief Client Producer sends request(GET_FORMAT) to get format, buffer format to calculate the buffer size.. 111 * @returns format, Buffer format. 131 * format and stride alignment. 138 * to calculate by width, height, format [all...] |
H A D | buffer_manager.h | 56 * @param [in] format, alloc buffer format. 60 SurfaceBufferImpl* AllocBuffer(uint32_t width, uint32_t height, uint32_t format, uint32_t usage);
|
/foundation/multimedia/av_codec/services/engine/codec/include/audio/decoder/ |
H A D | audio_opus_decoder_plugin.h | 38 int32_t Init(const Format &format) override;
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/ |
H A D | platform_hardware_buffer_util.cpp | 34 const bool useExternalFormat = (imageCreateInfo.format == VK_FORMAT_UNDEFINED); in CreateHwPlatformImage()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/ |
H A D | platform_hardware_buffer_util.cpp | 34 const bool useExternalFormat = (imageCreateInfo.format == VK_FORMAT_UNDEFINED); in CreateHwPlatformImage()
|