Home
last modified time | relevance | path

Searched defs:position (Results 1 – 25 of 35) sorted by relevance

12

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/
A Dtensor.h32 void Write(int position) { this->WriteN(position, 1); } in Write()
33 void WriteN(int position, int len) { in WriteN()
A Dportable_tensor.h109 void Write(int position) { *output_ptr_++ = input_data_[position]; } in Write()
110 void WriteN(int position, int len) { in WriteN()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A Dinstrumentation.h59 void SetArgs(int position, int arg0) { args_[position] = arg0; } in SetArgs()
62 void SetArgs(int position, int arg0, Args... args) { in SetArgs()
/AliOS-Things-master/components/uvoice/test/
A Dtest_recorder.c93 int position = 0; in uvoice_record_test() local
A Dtest_player.c440 int position = 0; in uvoice_play_test() local
/AliOS-Things-master/components/SDL2/test/
A Dtestspriteminimal.c100 SDL_Rect *position, *velocity; in MoveSprites() local
A Dtestnative.c89 SDL_Rect *position, *velocity; in MoveSprites() local
A Dtestsprite2.c122 SDL_Rect *position, *velocity; in MoveSprites() local
/AliOS-Things-master/components/oss/src/model/
A DAppendObjectRequest.cc40 void AppendObjectRequest::setPosition(uint64_t position) in setPosition()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dbackward_references_cost_enc.c322 int position, float cost) { in UpdateCost()
335 int start, int end, int position, in UpdateCostPerInterval()
421 float cost, int position, int start, in InsertInterval()
460 double distance_cost, int position, in PushInterval()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dcost_neon.c19 static const uint8_t position[16] = { 1, 2, 3, 4, 5, 6, 7, 8, variable
/AliOS-Things-master/components/SDL2/include/
A DSDL_rwops.h104 long position; member
/AliOS-Things-master/components/amp/engine/duktape_engine/addons/advanced/audio/
A Dmodule_audioplayer_fibo.c195 int position = 0; in native_audioplayer_position_get() local
A Dmodule_audioplayer.c337 int position = 0; in native_audioplayer_position_get() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/
A Danim_encode.c342 size_t position) { in GetFrame()
930 const size_t position = enc->count_ - 2; in SetPreviousDisposeMethod() local
947 const size_t position = enc->count_ - 1; in IncreasePreviousDuration() local
1201 const size_t position = enc->count_; in CacheFrame() local
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_wave.h98 Sint64 position; /* Position of the data in the stream. */ member
A DSDL_wave.c1915 Sint64 position = SDL_RWseek(src, chunk->position, RW_SEEK_SET); in WaveLoad() local
1959 Uint64 position = (Uint64)chunk->position + chunk->length - 1; in WaveLoad() local
/AliOS-Things-master/components/freetype/include/internal/
A Dftstream.h489 #define FT_STREAM_SEEK( position ) \ argument
502 #define FT_STREAM_READ_AT( position, buffer, count ) \ argument
/AliOS-Things-master/components/uvoice/media/
A Duvoice_recorder.c603 static int recorder_get_position(int *position) in recorder_get_position()
A Duvoice_player.c3311 static int player_get_position(int *position) in player_get_position()
3511 static int player_seek(int position) in player_seek()
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DTestRotozoom.c88 …icture (SDL_Surface *screen, SDL_Surface *picture, int rotate, int flip, int smooth, int position) in RotatePicture()
/AliOS-Things-master/hardware/chip/haas1000/drivers/utils/jansson/
A Djansson.h124 int position; member
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngunknown.c189 int position; /* position in pngtest.png */ member
894 png_uint_32 unknown, const char *position, int set_callback) in check_handling()
/AliOS-Things-master/components/amp/ui/render/include/
A Drender_style.h135 widget_position_e position; member
/AliOS-Things-master/components/SDL2/src/test/
A DSDL_test_common.c1375 const char *position = "UNKNOWN"; in SDLTest_PrintEvent() local

Completed in 228 milliseconds

12