Home
last modified time | relevance | path

Searched refs:frame_index (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/
A Daudio_microfrontend.cc138 int frame_index = 0; in GenerateFeatures() local
147 frame_buffer[frame_index].reserve(output.size); in GenerateFeatures()
150 frame_buffer[frame_index].push_back(static_cast<T>(output.values[i]) / in GenerateFeatures()
153 ++frame_index; in GenerateFeatures()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/ops/
A Daudio_microfrontend_op.cc243 int frame_index = 0; in Compute() local
252 frame_buffer[frame_index].reserve(output.size); in Compute()
255 frame_buffer[frame_index].push_back(static_cast<T>(output.values[i]) / in Compute()
258 ++frame_index; in Compute()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Danim_util.c219 uint32_t frame_index = 0; in ReadAnimatedWebP() local
254 fprintf(stderr, "Error decoding frame #%u\n", frame_index); in ReadAnimatedWebP()
257 assert(frame_index < anim_info.frame_count); in ReadAnimatedWebP()
258 curr_frame = &image->frames[frame_index]; in ReadAnimatedWebP()
270 dump_ok = DumpFrame(filename, dump_folder, frame_index, curr_rgba, in ReadAnimatedWebP()
277 ++frame_index; in ReadAnimatedWebP()

Completed in 6 milliseconds