Home
last modified time | relevance | path

Searched refs:format (Results 5301 - 5325 of 9951) sorted by relevance

1...<<211212213214215216217218219220>>...399

/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dscan_parameters.h34 void SetFormat(const ScanFrame &format);
/base/powermgr/thermal_manager/application/protector/include/
H A Dthermal_sensor_provision.h59 void FormatThermalPaths(char *path, size_t size, const char *format, const char* name);
/base/security/asset/frameworks/os_dependency/file/src/
H A Dde_operator.rs25 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 Dcf_log.h35 void CfLog(uint32_t logLevel, const char *funcName, uint32_t lineNo, const char *format, ...);
/base/security/crypto_framework/common/inc/
H A Dlog.h44 void HcfLogPrint(uint32_t hcfLogLevel, const char *funcName, uint32_t lineNo, const char *format, ...);
/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_trace.h96 void __attribute__((format(printf, 3, 4))) PlatformTraceAddMsg(const char *module, const char *moduleFun,
/drivers/peripheral/audio/hdi_service/primary_impl/include/
H A Daudio_adapter_info_common.h57 int32_t FormatToBits(enum AudioFormat format, uint32_t *formatBits);
/drivers/peripheral/audio/test/fuzztest/adm_fuzzer/audioadmdispatchercapturecmdid_fuzzer/
H A Daudioadmdispatchercapturecmdid_fuzzer.cpp31 .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 Daudioadmdispatcherrendercmdid_fuzzer.cpp32 .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 Dcreatecapture_fuzzer.cpp48 .format = *(reinterpret_cast<const AudioFormat*>(data)), in CreateCaptureFuzzTest()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/createrender_fuzzer/
H A Dcreaterender_fuzzer.cpp48 .format = *(reinterpret_cast<const AudioFormat*>(data)), in CreateRenderFuzzTest()
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddbuffer_manager.h53 static uint32_t PixelFormatToDCameraFormat(const PixelFormat format);
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dcpp_type.h78 OH_NN_Format format; member
/foundation/arkui/ace_engine/frameworks/core/components/text_clock/
H A Drender_text_clock.h40 std::string GetFormatDateTime(const std::string& format) const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_model.h33 virtual void SetFormat(const std::string& format) = 0;
/foundation/graphic/surface_lite/interfaces/innerkits/
H A Dbuffer_producer.h120 * @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 Dplatform_hardware_buffer_util_vk.h32 VkFormat format { VK_FORMAT_UNDEFINED };
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/windows/
H A Dplatform_hardware_buffer_util.cpp34 const bool useExternalFormat = (imageCreateInfo.format == VK_FORMAT_UNDEFINED); in CreateHwPlatformImage()
/foundation/graphic/surface_lite/interfaces/kits/
H A Dsurface.h125 * @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 Dintf_gpu_resource_cache.h36 /** format */
37 BASE_NS::Format format { BASE_NS::BASE_FORMAT_R8G8B8A8_SRGB };
/foundation/graphic/surface_lite/frameworks/
H A Dbuffer_client_producer.h103 * @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 Dbuffer_manager.h56 * @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 Daudio_opus_decoder_plugin.h38 int32_t Init(const Format &format) override;
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/linux/
H A Dplatform_hardware_buffer_util.cpp34 const bool useExternalFormat = (imageCreateInfo.format == VK_FORMAT_UNDEFINED); in CreateHwPlatformImage()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/mac/
H A Dplatform_hardware_buffer_util.cpp34 const bool useExternalFormat = (imageCreateInfo.format == VK_FORMAT_UNDEFINED); in CreateHwPlatformImage()

Completed in 13 milliseconds

1...<<211212213214215216217218219220>>...399