Home
last modified time | relevance | path

Searched refs:location (Results 1 – 25 of 126) sorted by relevance

123456

/AliOS-Things-master/components/ucloud_ai/src/model/
A Dobjectdet.cc88 cout << "object x:" << outcome.result().getData().location.x << endl; in detectMainBody()
89 cout << "object y:" << outcome.result().getData().location.y << endl; in detectMainBody()
90 cout << "object width:" << outcome.result().getData().location.width << endl; in detectMainBody()
91 cout << "object height:" << outcome.result().getData().location.height << endl; in detectMainBody()
92 result.mainbody.location.x = outcome.result().getData().location.x; in detectMainBody()
93 result.mainbody.location.y = outcome.result().getData().location.y; in detectMainBody()
94 result.mainbody.location.w = outcome.result().getData().location.width; in detectMainBody()
95 result.mainbody.location.h = outcome.result().getData().location.height; in detectMainBody()
A Dfacebody.cc48 result.face.location.x = outcome.result().getData().rectAList[0]; in compareFace()
49 result.face.location.y = outcome.result().getData().rectAList[1]; in compareFace()
50 result.face.location.w = outcome.result().getData().rectAList[2]; in compareFace()
51 result.face.location.h = outcome.result().getData().rectAList[3]; in compareFace()
97 … result.expression.location.x = 20; // outcome.result().getData().elements[0].faceRectangle.left; in recognizeExpression()
98 … result.expression.location.y = 20; // outcome.result().getData().elements[0].faceRectangle.top; in recognizeExpression()
99 … result.expression.location.w = outcome.result().getData().elements[0].faceRectangle.width; in recognizeExpression()
100 … result.expression.location.h = outcome.result().getData().elements[0].faceRectangle.height; in recognizeExpression()
A Dimageseg.cc91 result.face.location.x = outcome.result().getData().elements[i].x; in segmentFace()
92 result.face.location.y = outcome.result().getData().elements[i].y; in segmentFace()
93 result.face.location.w = outcome.result().getData().elements[i].width; in segmentFace()
94 result.face.location.h = outcome.result().getData().elements[i].height; in segmentFace()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/
A DBUILD90 $(location :json_to_fb) \
91 --fbs=$(location :database.fbs) \
92 --json_input=$(location :devicedb-sample.json) \
116 $(location :convert_binary_to_cc_source) \
117 --input_binary_file $(location :devicedb-sample.bin) \
118 --output_header_file $(location :devicedb-sample.h) \
119 --output_source_file $(location :devicedb-sample.cc) \
159 $(location :convert_binary_to_cc_source) \
160 --input_binary_file $(location :gpu_compatibility.bin) \
161 --output_header_file $(location :gpu_compatibility_binary.h) \
[all …]
/AliOS-Things-master/components/SDL2/src/video/khronos/GLES2/
A Dgl2ext.h1809 GL_APICALL void GL_APIENTRY glProgramUniform1iEXT (GLuint program, GLint location, GLint v0);
2223 typedef void (GL_APIENTRYP PFNGLUNIFORMHANDLEUI64IMGPROC) (GLint location, GLuint64 value);
2230 GL_APICALL void GL_APIENTRY glUniformHandleui64IMG (GLint location, GLuint64 value);
2378 typedef void (GL_APIENTRYP PFNGLUNIFORMHANDLEUI64NVPROC) (GLint location, GLuint64 value);
2392 GL_APICALL void GL_APIENTRY glUniformHandleui64NV (GLint location, GLuint64 value);
2745 typedef void (GL_APIENTRYP PFNGLUNIFORM1I64NVPROC) (GLint location, GLint64EXT x);
2753 typedef void (GL_APIENTRYP PFNGLUNIFORM1UI64NVPROC) (GLint location, GLuint64EXT x);
2779 GL_APICALL void GL_APIENTRY glUniform1i64NV (GLint location, GLint64EXT x);
2780 GL_APICALL void GL_APIENTRY glUniform2i64NV (GLint location, GLint64EXT x, GLint64EXT y);
2787 GL_APICALL void GL_APIENTRY glUniform1ui64NV (GLint location, GLuint64EXT x);
[all …]
A Dgl2.h494 typedef void (GL_APIENTRYP PFNGLUNIFORM1FPROC) (GLint location, GLfloat v0);
496 typedef void (GL_APIENTRYP PFNGLUNIFORM1IPROC) (GLint location, GLint v0);
498 typedef void (GL_APIENTRYP PFNGLUNIFORM2FPROC) (GLint location, GLfloat v0, GLfloat v1);
500 typedef void (GL_APIENTRYP PFNGLUNIFORM2IPROC) (GLint location, GLint v0, GLint v1);
600 GL_APICALL void GL_APIENTRY glGetUniformfv (GLuint program, GLint location, GLfloat *params);
601 GL_APICALL void GL_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint *params);
637 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat v0);
639 GL_APICALL void GL_APIENTRY glUniform1i (GLint location, GLint v0);
641 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat v0, GLfloat v1);
643 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/objectdet/src/model/
A DDetectMainBodyResult.cc45 data_.location.x = std::stoi(locationNode["X"].asString()); in parse()
47 data_.location.y = std::stoi(locationNode["Y"].asString()); in parse()
49 data_.location.width = std::stoi(locationNode["Width"].asString()); in parse()
51 data_.location.height = std::stoi(locationNode["Height"].asString()); in parse()
/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bopengl.cc53 void *location = NULL; in HAIKU_GL_LoadLibrary() local
55 &location) == B_OK) { in HAIKU_GL_LoadLibrary()
69 void *location = NULL; in HAIKU_GL_GetProcAddress() local
74 &location)) == B_OK) { in HAIKU_GL_GetProcAddress()
75 return location; in HAIKU_GL_GetProcAddress()
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/facebody/src/model/
A DSearchFaceResult.cc65 matchListItemObject.location.x = std::stoi(locationNode["X"].asString()); in parse()
67 matchListItemObject.location.y = std::stoi(locationNode["Y"].asString()); in parse()
69 matchListItemObject.location.height = std::stoi(locationNode["Height"].asString()); in parse()
71 matchListItemObject.location.width = std::stoi(locationNode["Width"].asString()); in parse()
/AliOS-Things-master/components/SDL2/include/
A DSDL_opengles2_gl2.h548 GL_APICALL void GL_APIENTRY glGetUniformiv (GLuint program, GLint location, GLint* params);
584 GL_APICALL void GL_APIENTRY glUniform1f (GLint location, GLfloat x);
586 GL_APICALL void GL_APIENTRY glUniform1i (GLint location, GLint x);
587 GL_APICALL void GL_APIENTRY glUniform1iv (GLint location, GLsizei count, const GLint* v);
588 GL_APICALL void GL_APIENTRY glUniform2f (GLint location, GLfloat x, GLfloat y);
590 GL_APICALL void GL_APIENTRY glUniform2i (GLint location, GLint x, GLint y);
591 GL_APICALL void GL_APIENTRY glUniform2iv (GLint location, GLsizei count, const GLint* v);
592 GL_APICALL void GL_APIENTRY glUniform3f (GLint location, GLfloat x, GLfloat y, GLfloat z);
594 GL_APICALL void GL_APIENTRY glUniform3i (GLint location, GLint x, GLint y, GLint z);
595 GL_APICALL void GL_APIENTRY glUniform3iv (GLint location, GLsizei count, const GLint* v);
[all …]
A DSDL_opengles2_gl2ext.h1550 GL_APICALL void GL_APIENTRY glDrawBuffersIndexedEXT (GLint n, const GLenum *location, const GLint *…
1586 GL_APICALL void GL_APIENTRY glGetnUniformivEXT (GLuint program, GLint location, GLsizei bufSize, GL…
1607 GL_APICALL void GL_APIENTRY glProgramUniform1iEXT (GLuint program, GLint location, GLint x);
1608 GL_APICALL void GL_APIENTRY glProgramUniform2iEXT (GLuint program, GLint location, GLint x, GLint y…
1609 GL_APICALL void GL_APIENTRY glProgramUniform3iEXT (GLuint program, GLint location, GLint x, GLint y…
1611 GL_APICALL void GL_APIENTRY glProgramUniform1fEXT (GLuint program, GLint location, GLfloat x);
1612 GL_APICALL void GL_APIENTRY glProgramUniform2fEXT (GLuint program, GLint location, GLfloat x, GLflo…
1638 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1IEXTPROC) (GLuint program, GLint location, GLint x);
1639 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM2IEXTPROC) (GLuint program, GLint location, GLint x, …
1642 typedef void (GL_APIENTRYP PFNGLPROGRAMUNIFORM1FEXTPROC) (GLuint program, GLint location, GLfloat x…
[all …]
A DSDL_opengl_glext.h697 typedef void (APIENTRYP PFNGLUNIFORM1IPROC) (GLint location, GLint v0);
787 GLAPI void APIENTRY glUniform1f (GLint location, GLfloat v0);
791 GLAPI void APIENTRY glUniform1i (GLint location, GLint v0);
792 GLAPI void APIENTRY glUniform2i (GLint location, GLint v0, GLint v1);
1238 GLAPI void APIENTRY glUniform1ui (GLint location, GLuint v0);
1791 GLAPI void APIENTRY glUniform1d (GLint location, GLdouble x);
3666 GLAPI void APIENTRY glUniform1fARB (GLint location, GLfloat v0);
3670 GLAPI void APIENTRY glUniform1iARB (GLint location, GLint v0);
4895 GLAPI void APIENTRY glUniform1i64NV (GLint location, GLint64EXT x);
4903 GLAPI void APIENTRY glUniform1ui64NV (GLint location, GLuint64EXT x);
[all …]
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/core/
A DCMakeLists.txt66 include/alibabacloud/core/location/LocationClient.h
67 include/alibabacloud/core/location/LocationRequest.h
71 include/alibabacloud/core/location/model/DescribeEndpointsRequest.h
72 include/alibabacloud/core/location/model/DescribeEndpointsResult.h
125 src/location/LocationClient.cc
126 src/location/LocationRequest.cc
127 src/location/model/DescribeEndpointsRequest.cc
128 src/location/model/DescribeEndpointsResult.cc
199 DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/alibabacloud/core/location)
201 DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/alibabacloud/core/location/model)
/AliOS-Things-master/components/ai_agent/
A DREADME.md184 location at x: 159, y: 76, w: 143, h: 194
261 location at x: 153, y: 66, w: 160, h: 209
274 card location: x0: 1126563840, y0: 1126563840
275 card location: x1: 0, y1: 0
276 card location: x2: 0, y2: 0
277 card location: x3: 0, y3: 0
278 face location: x0: 1126563840, y0: 1126563840
279 face location: x1: 0, y1: 0
280 face location: x2: 0, y2: 0
281 face location: x3: 0, y3: 0
[all …]
/AliOS-Things-master/components/ai_agent/example/
A Daiagent_example.c24 x = result->facebody.face.location.x; in facebody_compare_callback()
25 y = result->facebody.face.location.y; in facebody_compare_callback()
26 w = result->facebody.face.location.w; in facebody_compare_callback()
27 h = result->facebody.face.location.h; in facebody_compare_callback()
110 x = result->objectdet.mainbody.location.x; in detect_main_body_callback()
111 y = result->objectdet.mainbody.location.y; in detect_main_body_callback()
112 w = result->objectdet.mainbody.location.w; in detect_main_body_callback()
154 x = result->imageseg.face.location.x; in segment_face_callback()
155 y = result->imageseg.face.location.y; in segment_face_callback()
156 w = result->imageseg.face.location.w; in segment_face_callback()
[all …]
/AliOS-Things-master/components/udisplay/src/
A Dudisplay.c41 uint32_t location = 0; in display_draw_rect() local
63 location = (x1 + ctx->var.xoffset) + \ in display_draw_rect()
65 memcpy(&fbp32[location], (uint32_t *)pbuf, w * 4); in display_draw_rect()
75 location = (x1 + ctx->var.xoffset) + \ in display_draw_rect()
77 memcpy(&fbp16[location], (uint16_t *)pbuf, w * 2); in display_draw_rect()
87 location = (x1 + ctx->var.xoffset) + \ in display_draw_rect()
89 memcpy(&fbp8[location], (uint32_t *)pbuf, w); in display_draw_rect()
101 location = (x + ctx->var.xoffset) + \ in display_draw_rect()
104 byte_location = location / 8; in display_draw_rect()
106 bit_location = location % 8; in display_draw_rect()
/AliOS-Things-master/components/ucloud_ai/include/model/
A Dfacebody.h16 RectStruct location; member
22 RectStruct location; member
/AliOS-Things-master/solutions/ucloud_ai_demo/
A Ducloud_ai_demo.c47 x = result->facebody.face.location.x; in facebody_compare_callback()
48 y = result->facebody.face.location.y; in facebody_compare_callback()
49 w = result->facebody.face.location.w; in facebody_compare_callback()
50 h = result->facebody.face.location.h; in facebody_compare_callback()
196 x = result->objectdet.mainbody.location.x; in detect_main_body_callback()
197 y = result->objectdet.mainbody.location.y; in detect_main_body_callback()
198 w = result->objectdet.mainbody.location.w; in detect_main_body_callback()
199 h = result->objectdet.mainbody.location.h; in detect_main_body_callback()
264 x = result->imageseg.face.location.x; in segment_face_callback()
265 y = result->imageseg.face.location.y; in segment_face_callback()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngset.c1163 check_location(png_const_structrp png_ptr, int location) in check_location() argument
1177 location = (png_byte)(png_ptr->mode & in check_location()
1184 if (location == 0) in check_location()
1190 while (location != (location & -location)) in check_location()
1191 location &= ~(location & -location); in check_location()
1196 return (png_byte)location; in check_location()
1264 np->location = check_location(png_ptr, unknowns->location); in png_set_unknown_chunks()
1300 int chunk, int location) in png_set_unknown_chunk_location() argument
1315 location = PNG_AFTER_IDAT; in png_set_unknown_chunk_location()
1321 info_ptr->unknown_chunks[chunk].location = in png_set_unknown_chunk_location()
[all …]
A Dpngtest.c644 int location[2]; member
665 int location; in set_location() local
667 if ((data->location[0] & what) != 0 || (data->location[1] & what) != 0) in set_location()
674 location = what | after_IDAT; in set_location()
677 location = what | before_IDAT; in set_location()
680 location = what | before_PLTE; in set_location()
682 if (data->location[0] == 0) in set_location()
683 data->location[0] = location; in set_location()
686 data->location[1] = location; in set_location()
796 if (user_chunk_data.location[i] == (location | have_sTER)) in write_chunks()
[all …]
/AliOS-Things-master/components/SDL2/src/render/opengl/
A DSDL_shaders_gl.c387 GLint location; in CompileShaderProgram() local
431 location = ctx->glGetUniformLocationARB(data->program, tex_name); in CompileShaderProgram()
432 if (location >= 0) { in CompileShaderProgram()
433 ctx->glUniform1iARB(location, i); in CompileShaderProgram()
/AliOS-Things-master/components/py_engine/modules/minicv/base/modules/ml/src/
A DHaasMLCloud.cpp173 float x = result->facebody.face.location.x; in FacebodyComparingCallback()
174 float y = result->facebody.face.location.y; in FacebodyComparingCallback()
175 float w = result->facebody.face.location.w; in FacebodyComparingCallback()
176 float h = result->facebody.face.location.h; in FacebodyComparingCallback()
/AliOS-Things-master/components/SDL2/src/image/Xcode/showimage/
A DSDLMain.m324 localRange.location = 0;
325 localRange.length = aRange.location;
329 localRange.location = 0;
331 [aString getCharacters:(buffer+aRange.location) range:localRange];
334 localRange.location = aRange.location + aRange.length;
335 localRange.length = selfLen - localRange.location;
336 [self getCharacters:(buffer+aRange.location+aStringLen) range:localRange];
/AliOS-Things-master/components/SDL2/src/video/nacl/
A DSDL_naclevents.c329 struct PP_Point location; in NACL_PumpEvents() local
372 location = driverdata->ppb_mouse_input_event->GetPosition(event); in NACL_PumpEvents()
373 … SDL_SendMouseMotion(mouse->focus, mouse->mouseID, SDL_FALSE, location.x, location.y); in NACL_PumpEvents()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoamouse.m354 const NSPoint location = [NSEvent mouseLocation];
355 driverdata->lastMoveX = location.x;
356 driverdata->lastMoveY = location.y;
385 const NSPoint location = [NSEvent mouseLocation];
388 driverdata->lastMoveX = location.x;
389 driverdata->lastMoveY = location.y;
390 DLog("Last seen mouse: (%g, %g)", location.x, location.y);

Completed in 117 milliseconds

123456