/AliOS-Things-master/solutions/eduk1_demo/k1_apps/kws/ |
A D | kws.md | 6 <video width="100%" height="560" controls="controls" src="https://cloud.video.taobao.com//play/u/3…
|
/AliOS-Things-master/components/SDL2/src/events/ |
A D | SDL_keyboard.c | 661 SDL_VideoDevice *video = SDL_GetVideoDevice(); in SDL_SetKeyboardFocus() local 662 if (video && video->StopTextInput) { in SDL_SetKeyboardFocus() 663 video->StopTextInput(video); in SDL_SetKeyboardFocus() 675 SDL_VideoDevice *video = SDL_GetVideoDevice(); in SDL_SetKeyboardFocus() local 676 if (video && video->StartTextInput) { in SDL_SetKeyboardFocus() 677 video->StartTextInput(video); in SDL_SetKeyboardFocus()
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-pandora.md | 5 - A pandora specific video driver was written to allow SDL 2.0 with OpenGL ES 8 The video driver name is "pandora" so if you have problem running it from
|
A D | README-porting.md | 47 src/video/*.c 51 src/video/dummy/*.c
|
A D | README.md | 13 hardware via OpenGL and Direct3D. It is used by video playback software,
|
/AliOS-Things-master/solutions/kws_demo/ |
A D | README.md | 88 <video width="100%" height="560" controls="controls" src="https://cloud.video.taobao.com//play/u/3…
|
/AliOS-Things-master/solutions/videopreview_demo/src/ |
A D | main.py | 5 from video import camera
|
/AliOS-Things-master/solutions/photocapture_demo/src/ |
A D | main.py | 5 from video import camera
|
/AliOS-Things-master/solutions/videopreview_demo/ |
A D | package.yaml | 3 description: video preview demo example. # <必选项> 建议至少20字以上
|
/AliOS-Things-master/components/SDL2/ |
A D | Makefile | 507 $(objects)/SDL_blit.lo: /workspace/atos_core_release/components/utilities/SDL/src/video/SDL_blit.c … 510 $(objects)/SDL_blit_0.lo: /workspace/atos_core_release/components/utilities/SDL/src/video/SDL_blit_… 513 $(objects)/SDL_blit_1.lo: /workspace/atos_core_release/components/utilities/SDL/src/video/SDL_blit_… 516 $(objects)/SDL_blit_A.lo: /workspace/atos_core_release/components/utilities/SDL/src/video/SDL_blit_… 519 $(objects)/SDL_blit_N.lo: /workspace/atos_core_release/components/utilities/SDL/src/video/SDL_blit_… 531 $(objects)/SDL_bmp.lo: /workspace/atos_core_release/components/utilities/SDL/src/video/SDL_bmp.c $(… 537 $(objects)/SDL_egl.lo: /workspace/atos_core_release/components/utilities/SDL/src/video/SDL_egl.c $(… 546 $(objects)/SDL_rect.lo: /workspace/atos_core_release/components/utilities/SDL/src/video/SDL_rect.c … 549 $(objects)/SDL_shape.lo: /workspace/atos_core_release/components/utilities/SDL/src/video/SDL_shape.… 558 $(objects)/SDL_video.lo: /workspace/atos_core_release/components/utilities/SDL/src/video/SDL_video.… [all …]
|
A D | sdl2.pc.in | 9 …level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
|
A D | sdl2.pc | 9 …level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer.
|
A D | README.txt | 13 hardware via OpenGL and Direct3D. It is used by video playback software,
|
A D | CMakeLists.txt | 270 include_directories(${SDL2_SOURCE_DIR}/src/video/khronos) 335 set_option(VIDEO_DIRECTFB "Use DirectFB video driver" OFF) 337 set_option(VIDEO_DUMMY "Use dummy video driver" ON) 365 set_option(VIDEO_X11 "Use X11 video driver" ${UNIX_SYS}) 366 set_option(VIDEO_WAYLAND "Use Wayland video driver" ${UNIX_SYS}) 376 set_option(VIDEO_COCOA "Use Cocoa video driver" ${APPLE}) 381 set_option(VIDEO_VIVANTE "Use Vivante EGL video driver" ${UNIX_SYS}) 384 set_option(VIDEO_KMSDRM "Use KMS DRM video driver" ${UNIX_SYS}) 386 set_option(VIDEO_OFFSCREEN "Use offscreen video driver" OFF) 416 ${SDL2_SOURCE_DIR}/src/video/*.c [all …]
|
A D | README.md | 213 │ └── video 237 SDL2提供了丰富的API接口,支持audio/video/input等设备操作接口,请参考:
|
A D | SDL2.spec | 42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-video-directfb
|
A D | SDL2.spec.in | 42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-video-directfb
|
/AliOS-Things-master/components/py_engine/ |
A D | aos.mk | 88 modules/video/ak_camera.c \ 89 modules/video/ak_codec.c \ 90 modules/video/ak_rtsp.c \ 91 modules/video/ak_usbcam.c \ 92 modules/video/modvideo.c \ 93 modules/video/videocamera.c \ 94 modules/video/videoplayer.c \ 95 modules/video/videorecorder.c 366 $(ROOTDIR)/os/kernel_alios/components/py_engine/mpy_adaptor/component/video
|
/AliOS-Things-master/solutions/videortsp_demo/src/ |
A D | main.py | 7 from video import Recorder
|
/AliOS-Things-master/components/SDL2/src/video/uikit/ |
A D | SDL_uikitvideo.m | 154 UIKITVID_DRIVER_NAME, "SDL UIKit video driver", 270 * This doesn't really have aything to do with the interfaces of the SDL video 273 * NOTE: This is copypasted from src/video/cocoa/SDL_cocoavideo.m! Thus, if 288 * This doesn't really have aything to do with the interfaces of the SDL video
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | raspberrypi-buildbot.sh | 45 …ueabihf --prefix=$PWD/rpi-sdl2-installed --disable-pulseaudio --disable-esd --disable-video-wayland
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/ |
A D | README.md | 113 <video width="100%" height="560" controls="controls" src="https://cloud.video.taobao.com/play/u/39…
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoavideo.m | 167 "cocoa", "SDL Cocoa video driver", 261 * This doesn't really have aything to do with the interfaces of the SDL video 264 * NOTE: This is copypasted in src/video/uikit/SDL_uikitvideo.m! Be sure both
|
/AliOS-Things-master/components/SDL2/src/audio/emscripten/ |
A D | SDL_emscriptenaudio.c | 315 …navigator.mediaDevices.getUserMedia({ audio: true, video: false }).then(have_microphone).catch(no_… in EMSCRIPTENAUDIO_OpenDevice() 317 … navigator.webkitGetUserMedia({ audio: true, video: false }, have_microphone, no_microphone); in EMSCRIPTENAUDIO_OpenDevice()
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11mouse.c | 293 SDL_VideoDevice *video = SDL_GetVideoDevice(); in X11_ShowCursor() local 298 for (window = video->windows; window; window = window->next) { in X11_ShowCursor()
|