/AliOS-Things-master/components/SDL2/src/audio/emscripten/ |
A D | SDL_emscriptenaudio.c | 151 if (SDL2.capture.silenceTimer !== undefined) { in EMSCRIPTENAUDIO_CloseDevice() 152 clearTimeout(SDL2.capture.silenceTimer); in EMSCRIPTENAUDIO_CloseDevice() 154 if (SDL2.capture.stream !== undefined) { in EMSCRIPTENAUDIO_CloseDevice() 159 SDL2.capture.stream = undefined; in EMSCRIPTENAUDIO_CloseDevice() 168 SDL2.capture.mediaStreamNode = undefined; in EMSCRIPTENAUDIO_CloseDevice() 171 SDL2.capture.silenceBuffer = undefined in EMSCRIPTENAUDIO_CloseDevice() 173 SDL2.capture = undefined; in EMSCRIPTENAUDIO_CloseDevice() 210 SDL2.capture = {}; in EMSCRIPTENAUDIO_OpenDevice() 295 SDL2.capture.mediaStreamNode.connect(SDL2.capture.scriptProcessorNode); in EMSCRIPTENAUDIO_OpenDevice() 297 SDL2.capture.stream = stream; in EMSCRIPTENAUDIO_OpenDevice() [all …]
|
/AliOS-Things-master/components/SDL2/src/audio/wasapi/ |
A D | SDL_wasapi.c | 350 if (!this->hidden->capture) { in WASAPI_CaptureFromDevice() 357 … ret = IAudioCaptureClient_GetBuffer(this->hidden->capture, &ptr, &frames, &flags, NULL, NULL); in WASAPI_CaptureFromDevice() 387 ret = IAudioCaptureClient_ReleaseBuffer(this->hidden->capture, frames); in WASAPI_CaptureFromDevice() 404 if (!this->hidden->capture) { in WASAPI_FlushCapture() 437 if (this->hidden->capture) { in ReleaseWasapiDevice() 438 IAudioCaptureClient_Release(this->hidden->capture); in ReleaseWasapiDevice() 439 this->hidden->capture = NULL; in ReleaseWasapiDevice() 513 IAudioCaptureClient *capture = NULL; in WASAPI_PrepDevice() local 627 ret = IAudioClient_GetService(client, &SDL_IID_IAudioCaptureClient, (void**) &capture); in WASAPI_PrepDevice() 632 SDL_assert(capture != NULL); in WASAPI_PrepDevice() [all …]
|
A D | SDL_wasapi.h | 46 IAudioCaptureClient *capture; member
|
/AliOS-Things-master/components/ucamera/ |
A D | README.md | 174 为了确认ESP32-EYE摄像头是否正常,电脑连接ESP32-EYE的WiFi网络ESP32-Camera,先通过电脑方式查看web界面http://192.168.4.1:80/capture: 175 抓取当前画面http://192.168.4.1:80/capture: 181 WIFICAMERA_URL: "http://192.168.4.1:80/capture" 214 $ ls /data # 查看是否有capture.jpg文件生成 235 save image to /data/capture.jpg successfully! 245 capture.jpg # 生成的文件
|
/AliOS-Things-master/solutions/photocapture_demo/ |
A D | README.md | 1 Photo capture sample.
|
A D | package.yaml | 3 description: Photo capture demo example. # <必选项> 建议至少20字以上
|
/AliOS-Things-master/solutions/videopreview_demo/ |
A D | README.md | 1 Video capture and preview sample.
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libregexp.c | 2044 uint8_t **capture, in push_state() argument 2074 rs->buf[i] = capture[i]; in push_state() 2264 capture[2 * val] = NULL; in lre_exec_backtrack() 2265 capture[2 * val + 1] = NULL; in lre_exec_backtrack() 2325 cptr1_start = capture[2 * val]; in lre_exec_backtrack() 2326 cptr1_end = capture[2 * val + 1]; in lre_exec_backtrack() 2492 int lre_exec(uint8_t **capture, in lre_exec() argument 2514 s->capture_count * sizeof(capture[0]) * 2 + in lre_exec() 2521 capture[i] = NULL; in lre_exec() 2558 uint8_t *capture[CAPTURE_COUNT_MAX * 2]; in main() local [all …]
|
A D | libregexp.h | 47 int lre_exec(uint8_t **capture,
|
A D | quickjs.c | 39991 JSValue capture, name, s; in js_string___GetSubstitution() local 41876 capture = NULL; in js_regexp_exec() 41878 capture = js_malloc(ctx, sizeof(capture[0]) * capture_count * 2); in js_regexp_exec() 41879 if (!capture) { in js_regexp_exec() 41963 js_free(ctx, capture); in js_regexp_exec() 41970 js_free(ctx, capture); in js_regexp_exec() 41993 capture = NULL; in JS_RegExpDelete() 42009 capture = js_malloc(ctx, sizeof(capture[0]) * capture_count * 2); in JS_RegExpDelete() 42010 if (!capture) in JS_RegExpDelete() 42061 js_free(ctx, capture); in JS_RegExpDelete() [all …]
|
/AliOS-Things-master/components/SDL2/src/audio/directsound/ |
A D | SDL_directsound.c | 378 if (this->hidden->capture != NULL) { in DSOUND_CloseDevice() 379 IDirectSoundCapture_Release(this->hidden->capture); in DSOUND_CloseDevice() 434 LPDIRECTSOUNDCAPTURE capture = this->hidden->capture; in CreateCaptureBuffer() local 445 result = IDirectSoundCapture_CreateCaptureBuffer(capture, &format, capturebuf, NULL); in CreateCaptureBuffer() 492 result = pDirectSoundCaptureCreate8(guid, &this->hidden->capture, NULL); in DSOUND_OpenDevice()
|
A D | SDL_directsound.h | 38 LPDIRECTSOUNDCAPTURE capture; member
|
/AliOS-Things-master/components/py_engine/engine/lib/re1.5/ |
A D | compilecode.c | 82 int capture = re[1] != '?' || re[2] != ':'; in _compilecode() local 84 if (capture) { in _compilecode() 96 if (capture) { in _compilecode()
|
/AliOS-Things-master/solutions/photocapture_demo/src/ |
A D | main.py | 15 frame = camera.capture()
|
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | README.md | 139 为了确认ESP32-EYE摄像头是否正常,电脑连接ESP32-EYE的WiFi网络ESP32-Camera,先通过电脑方式查看web界面http://192.168.4.1:80/capture: 140 抓取当前画面http://192.168.4.1:80/capture: 214 WIFICAMERA_URL: "http://192.168.43.166:80/capture"
|
A D | package.yaml | 90 WIFICAMERA_URL: "http://192.168.43.166:80/capture"
|
/AliOS-Things-master/components/py_engine/engine/tools/mpremote/ |
A D | README.md | 27 --capture <file>
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoamodes.m | 611 /* If we don't capture all displays, Cocoa tries to rearrange windows... *sigh* */
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ |
A D | CHANGELOG | 2478 - Add a new api named SubmitDynamicImageJob capture a certain part of the video as a dynamic image. 2485 - Add a new api named SubmitDynamicImageJob capture a certain part of the video as a dynamic image. 2492 - Add a new api named SubmitDynamicImageJob capture a certain part of the video as a dynamic image.
|
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/ |
A D | SDL_coreaudio.m | 198 ((iscapture) ? "capture" : "output"),
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-winrt.md | 75 not have blocked access. Otherwise, capture devices will fail to work,
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | uncrustify.cfg | 94 # Add or remove space around '=' in C++11 lambda capture specifications. 99 # Add or remove space after the capture specification of a C++11 lambda when 103 # Add or remove space after the capture specification of a C++11 lambda with
|