Searched refs:save_data (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/modules/video/ |
A D | ak_camera.c | 328 static int save_data(const char *path, const char *extension, char *buf, in save_data() function 420 ret = save_data(path, "jpg", video_str.data, video_str.len); in py_video_camera_save() 423 ret = save_data(path, "yuv", frame->vi_frame.data, frame->vi_frame.len); in py_video_camera_save()
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | input_data_test.py | 156 save_data = np.zeros([16000, 1]) 157 input_data.save_wav_file(file_path, save_data, 16000)
|
Completed in 5 milliseconds