Home
last modified time | relevance | path

Searched defs:format (Results 901 - 925 of 4095) sorted by relevance

1...<<31323334353637383940>>...164

/foundation/ai/neural_network_runtime/test/unittest/inner_kits/
H A Dneural_network_runtime_inner_test.cpp165 mindspore::lite::Format format = mindspore::lite::Format::FORMAT_HWCK; in HWTEST_F() local
/foundation/ai/intelligent_voice_framework/utils/
H A Dtime_util.cpp103 string TimeUtil::GetCurrTime(TimeFormat format) in GetCurrTime() argument
/foundation/ability/idl_tool/idl_tool_2/util/
H A Dstring_helper.cpp171 std::string StringHelper::Format(const char *format, ...) in Format() argument
/foundation/CastEngine/castengine_wifi_display/services/mediachannel/
H A Dmedia_channel_def.h65 AudioFormat format; member
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/
H A Djs_photo_editor_extension_context.cpp193 std::string format = AppExecFwk::UnwrapStringFromJS(env, jsFormat, ""); in UnwrapPackOption() local
/foundation/CastEngine/castengine_wifi_display/interfaces/innerkits/native/wfd/include/
H A Dwifi_diaplay.h51 int32_t format; member
/foundation/CastEngine/castengine_wifi_display/services/interaction/scene/
H A Dscene_format.cpp264 bool SceneFormatParcel::Marshalling(MessageParcel &parcel, const SceneFormat &format) in Marshalling() argument
314 bool SceneFormatParcel::Unmarshalling(MessageParcel &parcel, SceneFormat &format) in Unmarshalling() argument
[all...]
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_bitmap.h80 bool Build(const int width, const int height, const BitmapFormat& format) in Build() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_model_ng.cpp45 void TextTimerModelNG::SetFormat(const std::string& format) in SetFormat() argument
166 void TextTimerModelNG::SetFormat(FrameNode* frameNode, const std::string& format) in SetFormat() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_model_ng.cpp44 void TextClockModelNG::SetFormat(const std::string& format) in SetFormat() argument
164 void TextClockModelNG::SetFormat(FrameNode* frameNode, const std::string& format) in SetFormat() argument
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_digital_clock.cpp135 const char* format = verticalShow_ ? formatWithoutColon : formatWithColon; in UpdateClock() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dnumber_format_module.cpp31 jerry_value_t format = jerry_create_external_function(Format); in Init() local
129 NumberFormatModule *format = reinterpret_cast<NumberFormatModule *>(nativePointer); in DeleteNumberFormat() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_content_modifier_test_ng.cpp57 std::optional<std::string> format = std::nullopt; member
H A Dtext_clock_content_modifier_add_test_ng.cpp57 std::optional<std::string> format = std::nullopt; member
/foundation/arkui/ui_lite/frameworks/dfx/
H A Dui_screenshot.cpp102 WriteBlockToFile(int32_t fd, uint32_t* buffer, uint8_t*& startAddr, uint32_t row, uint32_t width, ImagePixelFormat format, uint32_t stride) const WriteBlockToFile() argument
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_speed.cpp29 AudioSpeed::AudioSpeed(size_t rate, size_t format, size_t channels):rate_(rate), format_(format), channels_(channels) in AudioSpeed() argument
/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsurface_decoder_adapter.cpp131 Status SurfaceDecoderAdapter::Configure(const Format &format) in Configure() argument
280 Status SurfaceDecoderAdapter::SetParameter(const Format &format) in SetParameter() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dlog.h152 PluginLog(CORE_NS::ILogger::LogLevel logLevel, const BASE_NS::string_view filename, int lineNumber, FORMAT_ATTRIBUTE const char* format, ...) PluginLog() argument
164 PluginLogOnce(const BASE_NS::string_view id, CORE_NS::ILogger::LogLevel logLevel, const BASE_NS::string_view filename, int lineNumber, FORMAT_ATTRIBUTE const char* format, ...) PluginLogOnce() argument
176 PluginLogAssert(const BASE_NS::string_view filename, int lineNumber, bool expression, const BASE_NS::string_view expressionString, FORMAT_ATTRIBUTE const char* format, ...) PluginLogAssert() argument
/foundation/multimedia/audio_framework/services/audio_service/common/src/
H A Daudio_common_converter.cpp32 void AudioCommonConverter::ConvertBufferTo32Bit(const uint8_t *buffer, int32_t format, int32_t *dst, size_t count, in ConvertBufferTo32Bit() argument
83 void AudioCommonConverter::ConvertBufferTo16Bit(const uint8_t *buffer, int32_t format, int16_t *dst, size_t count, in ConvertBufferTo16Bit() argument
/foundation/multimedia/av_codec/frameworks/native/avmuxer/
H A Davmuxer_impl.cpp30 std::shared_ptr<AVMuxer> AVMuxerFactory::CreateAVMuxer(int32_t fd, Plugins::OutputFormat format) in CreateAVMuxer() argument
56 int32_t AVMuxerImpl::Init(int32_t fd, Plugins::OutputFormat format) in Init() argument
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/amrnb/
H A Dffmpeg_amrnb_decoder_plugin.cpp94 auto format = basePlugin->GetFormat(); in SetParameter() local
102 auto format = basePlugin->GetFormat(); in GetParameter() local
138 Status FFmpegAmrnbDecoderPlugin::CheckInit(const std::shared_ptr<Meta> &format) in CheckInit() argument
[all...]
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/amrwb/
H A Dffmpeg_amrwb_decoder_plugin.cpp95 auto format = basePlugin->GetFormat(); in SetParameter() local
103 auto format = basePlugin->GetFormat(); in GetParameter() local
139 Status FFmpegAmrWbDecoderPlugin::CheckInit(const std::shared_ptr<Meta> &format) in CheckInit() argument
[all...]
/foundation/multimedia/av_codec/frameworks/native/avcodec/
H A Davcodec_video_encoder_impl.cpp31 Format format; in CreateByMime() local
44 Format format; in CreateByName() local
54 int32_t VideoEncoderFactory::CreateByMime(const std::string &mime, Format &format, in CreateByMime() argument
67 int32_t VideoEncoderFactory::CreateByName(const std::string &name, Format &format, in CreateByName() argument
80 int32_t AVCodecVideoEncoderImpl::Init(AVCodecType type, bool isMimeType, const std::string &name, Format &format) in Init() argument
104 Configure(const Format &format) Configure() argument
208 GetOutputFormat(Format &format) GetOutputFormat() argument
224 SetParameter(const Format &format) SetParameter() argument
267 GetInputFormat(Format &format) GetInputFormat() argument
[all...]
H A Davcodec_video_decoder_impl.cpp31 Format format; in CreateByMime() local
43 Format format; in CreateByName() local
79 int32_t AVCodecVideoDecoderImpl::Init(AVCodecType type, bool isMimeType, const std::string &name, Format &format) in Init() argument
53 CreateByMime(const std::string &mime, Format &format, std::shared_ptr<AVCodecVideoDecoder> &decoder) CreateByMime() argument
66 CreateByName(const std::string &name, Format &format, std::shared_ptr<AVCodecVideoDecoder> &decoder) CreateByName() argument
103 Configure(const Format &format) Configure() argument
183 GetOutputFormat(Format &format) GetOutputFormat() argument
207 SetParameter(const Format &format) SetParameter() argument
[all...]
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodeclist_impl.cpp88 std::string AVCodecListImpl::FindDecoder(const Format &format) in FindDecoder() argument
93 std::string AVCodecListImpl::FindEncoder(const Format &format) in FindEncoder() argument

Completed in 17 milliseconds

1...<<31323334353637383940>>...164