Home
last modified time | relevance | path

Searched defs:format (Results 1 – 25 of 238) sorted by relevance

12345678910

/AliOS-Things-master/components/drivers/core/base/include/drivers/
A Dddkc_log.h23 #define ddkc_log(level, format, ...) do { \ argument
28 #define ddkc_loud(format, ...) ddkc_log(DDKC_LOG_LOUD, format, ##__VA_ARGS__) argument
29 #define ddkc_dbg(format, ...) ddkc_log(DDKC_LOG_DEBUG, format, ##__VA_ARGS__) argument
30 #define ddkc_info(format, ...) ddkc_log(DDKC_LOG_INFO, format, ##__VA_ARGS__) argument
31 #define ddkc_warn(format, ...) ddkc_log(DDKC_LOG_WARN, format, ##__VA_ARGS__) argument
32 #define ddkc_err(format, ...) ddkc_log(DDKC_LOG_ERROR, format, ##__VA_ARGS__) argument
/AliOS-Things-master/components/drivers/core/base/include/drivers/char/
A Du_cdev.h24 #define cdev_log(level, format, ...) do { \ argument
29 #define cdev_loud(format, ...) cdev_log(CDEV_LOG_DEBUG, format, ##__VA_ARGS__) argument
30 #define cdev_dbg(format, ...) cdev_log(CDEV_LOG_DEBUG, format, ##__VA_ARGS__) argument
31 #define cdev_info(format, ...) cdev_log(CDEV_LOG_INFO, format, ##__VA_ARGS__) argument
32 #define cdev_warn(format, ...) cdev_log(CDEV_LOG_WARN, format, ##__VA_ARGS__) argument
33 #define cdev_err(format, ...) cdev_log(CDEV_LOG_ERROR, format, ##__VA_ARGS__) argument
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audiotypecvt.c71 SDL_Convert_S8_to_F32_Scalar(SDL_AudioCVT *cvt, SDL_AudioFormat format) in SDL_Convert_S8_to_F32_Scalar()
90 SDL_Convert_U8_to_F32_Scalar(SDL_AudioCVT *cvt, SDL_AudioFormat format) in SDL_Convert_U8_to_F32_Scalar()
109 SDL_Convert_S16_to_F32_Scalar(SDL_AudioCVT *cvt, SDL_AudioFormat format) in SDL_Convert_S16_to_F32_Scalar()
128 SDL_Convert_U16_to_F32_Scalar(SDL_AudioCVT *cvt, SDL_AudioFormat format) in SDL_Convert_U16_to_F32_Scalar()
147 SDL_Convert_S32_to_F32_Scalar(SDL_AudioCVT *cvt, SDL_AudioFormat format) in SDL_Convert_S32_to_F32_Scalar()
165 SDL_Convert_F32_to_S8_Scalar(SDL_AudioCVT *cvt, SDL_AudioFormat format) in SDL_Convert_F32_to_S8_Scalar()
191 SDL_Convert_F32_to_U8_Scalar(SDL_AudioCVT *cvt, SDL_AudioFormat format) in SDL_Convert_F32_to_U8_Scalar()
297 SDL_Convert_S8_to_F32_SSE2(SDL_AudioCVT *cvt, SDL_AudioFormat format) in SDL_Convert_S8_to_F32_SSE2()
356 SDL_Convert_U8_to_F32_SSE2(SDL_AudioCVT *cvt, SDL_AudioFormat format) in SDL_Convert_U8_to_F32_SSE2()
554 SDL_Convert_F32_to_S8_SSE2(SDL_AudioCVT *cvt, SDL_AudioFormat format) in SDL_Convert_F32_to_S8_SSE2()
[all …]
A DSDL_wave.c109 WaveFormat *format = &file->format; in WaveDebugLogFormat() local
233 WaveFormat *format = &file->format; in WaveDebugDumpFormat() local
338 WaveFormat *format = &file->format; in MS_ADPCM_CalculateSampleFrames() local
378 WaveFormat *format = &file->format; in MS_ADPCM_Init() local
743 WaveFormat *format = &file->format; in IMA_ADPCM_CalculateSampleFrames() local
797 WaveFormat *format = &file->format; in IMA_ADPCM_Init() local
1143 WaveFormat *format = &file->format; in LAW_Init() local
1211 WaveFormat *format = &file->format; in LAW_Decode() local
1315 WaveFormat *format = &file->format; in PCM_Init() local
1358 WaveFormat *format = &file->format; in PCM_ConvertSint24ToSint32() local
[all …]
/AliOS-Things-master/components/websocket/include/
A Dlibrws.h40 #define DBG(format, arg...) LOGD(WEBSOC_TAG, format, ##arg) argument
41 #define WRN(format,arg...) LOGW(WEBSOC_TAG, format, ##arg) argument
42 #define ERR(format,arg...) LOGE(WEBSOC_TAG, format, ##arg) argument
44 #define DBG(format,arg...) LOGD(WEBSOC_TAG, format, ##arg) argument
45 #define WRN(format,arg...) LOGW(WEBSOC_TAG, format, ##arg) argument
46 #define ERR(format,arg...) LOGE(WEBSOC_TAG, format, ##arg) argument
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dmicro_error_reporter.cc31 void Log(const char* format, va_list args) { in Log()
47 void MicroPrintf(const char* format, ...) { in MicroPrintf()
63 int MicroErrorReporter::Report(const char* format, va_list args) { in Report()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/
A Dminimal_logging.h54 #define TFLITE_LOG_PROD(severity, format, ...) \ argument
59 #define TFLITE_LOG_PROD_ONCE(severity, format, ...) \ argument
74 #define TFLITE_LOG(severity, format, ...) \ argument
/AliOS-Things-master/components/littlevgl/src/lv_objx/
A Dlv_table.c141 lv_table_cell_format_t format; in lv_table_set_cell_value() local
262 lv_table_cell_format_t format; in lv_table_set_cell_align() local
293 lv_table_cell_format_t format; in lv_table_set_cell_type() local
321 lv_table_cell_format_t format; in lv_table_set_cell_crop() local
350 lv_table_cell_format_t format; in lv_table_set_cell_merge_right() local
475 lv_table_cell_format_t format; in lv_table_get_cell_align() local
500 lv_table_cell_format_t format; in lv_table_get_cell_type() local
525 lv_table_cell_format_t format; in lv_table_get_cell_crop() local
551 lv_table_cell_format_t format; in lv_table_get_cell_merge_right() local
629 lv_table_cell_format_t format; in lv_table_design() local
[all …]
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_pixels.c86 SDL_GetPixelFormatName(Uint32 format) in SDL_GetPixelFormatName()
135 SDL_PixelFormatEnumToMasks(Uint32 format, int *bpp, Uint32 * Rmask, in SDL_PixelFormatEnumToMasks()
505 SDL_PixelFormat *format; in SDL_AllocFormat() local
544 SDL_InitFormat(SDL_PixelFormat * format, Uint32 pixel_format) in SDL_InitFormat()
609 SDL_FreeFormat(SDL_PixelFormat *format) in SDL_FreeFormat()
677 SDL_SetPixelFormatPalette(SDL_PixelFormat * format, SDL_Palette *palette) in SDL_SetPixelFormatPalette()
854 SDL_MapRGB(const SDL_PixelFormat * format, Uint8 r, Uint8 g, Uint8 b) in SDL_MapRGB()
867 SDL_MapRGBA(const SDL_PixelFormat * format, Uint8 r, Uint8 g, Uint8 b, in SDL_MapRGBA()
881 SDL_GetRGB(Uint32 pixel, const SDL_PixelFormat * format, Uint8 * r, Uint8 * g, in SDL_GetRGB()
904 SDL_GetRGBA(Uint32 pixel, const SDL_PixelFormat * format, in SDL_GetRGBA()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/core/api/
A Derror_reporter.cc20 int ErrorReporter::Report(const char* format, ...) { in Report()
30 int ErrorReporter::ReportError(void*, const char* format, ...) { in ReportError()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/port/
A Dsnprintf.c14 int _TIFF_vsnprintf_f(char* str, size_t size, const char* format, va_list ap) in _TIFF_vsnprintf_f()
26 int _TIFF_snprintf_f(char* str, size_t size, const char* format, ...) in _TIFF_snprintf_f()
/AliOS-Things-master/components/uvoice/test/
A Dtest_player.c28 static int get_format_from_name(char *name, media_format_t *format) in get_format_from_name()
189 media_format_t format = MEDIA_FMT_UNKNOWN; in play_music() local
308 media_format_t format = MEDIA_FMT_UNKNOWN; in play_music_stream() local
546 media_format_t format = MEDIA_FMT_UNKNOWN; in uvoice_play_test() local
570 media_format_t format = MEDIA_FMT_UNKNOWN; in uvoice_play_test() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A Dinstrumentation.h40 void Set(const char* format) { in Set()
45 void Set(const char* format, Args... args) { in Set()
56 const char* format() const { return format_; } in format() function
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/
A Dimage_dec.c20 WebPInputFileFormat format = WEBP_UNSUPPORTED_FORMAT; in WebPGuessImageType() local
52 WebPImageReader WebPGetImageReader(WebPInputFileFormat format) { in WebPGetImageReader()
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_TCP_rhino.c11 #define PLATFORM_LOG_D(format, ...) \ argument
17 #define PLATFORM_LOG_E(format, ...) \ argument
/AliOS-Things-master/components/SDL2/test/
A Dtestyuv_cvt.c76 static void ConvertRGBtoPlanar2x2(Uint32 format, Uint8 *src, int pitch, Uint8 *out, int w, int h, S… in ConvertRGBtoPlanar2x2()
192 static void ConvertRGBtoPacked4(Uint32 format, Uint8 *src, int pitch, Uint8 *out, int w, int h, SDL… in ConvertRGBtoPacked4()
262 SDL_bool ConvertRGBtoYUV(Uint32 format, Uint8 *src, int pitch, Uint8 *out, int w, int h, SDL_YUV_CO… in ConvertRGBtoYUV()
282 int CalculateYUVPitch(Uint32 format, int width) in CalculateYUVPitch()
/AliOS-Things-master/solutions/tflite_micro_speech_demo/player/
A Dplayer.c27 static int get_format_from_name(char *name, media_format_t *format) in get_format_from_name()
62 media_format_t format = MEDIA_FMT_UNKNOWN; in play_music() local
/AliOS-Things-master/solutions/kws_demo/
A Dkws.c24 static int get_format_from_name(char *name, media_format_t *format) in get_format_from_name()
59 media_format_t format = MEDIA_FMT_UNKNOWN; in play_music() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Ddwebp.c45 WebPOutputFileFormat format, const char* const out_file) { in SaveOutput()
116 WebPOutputFileFormat format, in AllocateExternalBuffer()
187 WebPOutputFileFormat format = PNG; in main() local
/AliOS-Things-master/components/amp-utility/python/
A DRecorder.py9 def set_sink(format, rate, channels, bits, frames, bitrate, sink): argument
166 def format_support(format): argument
/AliOS-Things-master/components/uvoice/media/
A Duvoice_recorder.c67 static bool recorder_format_assert(media_format_t format) in recorder_format_assert()
83 static int recorder_stack_size(media_format_t format) in recorder_stack_size()
112 static int recorder_bitrate_default(media_format_t format) in recorder_bitrate_default()
631 static int recorder_set_sink(media_format_t format, in recorder_set_sink()
879 static int recorder_format_support(media_format_t format) in recorder_format_support()
A Duvoice_codec.c276 media_decoder_t *media_decoder_create(media_format_t format) in media_decoder_create()
522 media_encoder_t *media_encoder_create(media_format_t format) in media_encoder_create()
/AliOS-Things-master/hardware/chip/rtl872xd/hal/
A Drtc.c109 u32 value, days_in_year, format; in rtc_restore_timeinfo() local
187 int format; in hal_rtc_get_time() local
261 int format; in hal_rtc_set_time() local
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/kws/
A Dkws.c29 static int get_format_from_name(char *name, media_format_t *format) in get_format_from_name()
64 media_format_t format = MEDIA_FMT_UNKNOWN; in play_music() local
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttpost.c378 FT_Fixed format; in load_post_names() local
419 FT_Fixed format; in tt_face_free_ps_names() local
483 FT_Fixed format; in tt_face_get_ps_name() local

Completed in 57 milliseconds

12345678910