Home
last modified time | relevance | path

Searched refs:flow (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/uvoice/codec/
A Dogg_decoder.c35 int flow; member
65 ogg->flow = OGG_FLOW_FIND_IDENTIFY_HEADER; in ogg_decoder_reset()
107 if (ogg->flow == OGG_FLOW_FIND_COMMENT_AND_CODEBOOK) { in ogg_decoder_process()
110 } else if (ogg->flow == OGG_FLOW_DECODE_PACKET) { in ogg_decoder_process()
162 ogg->flow = OGG_FLOW_FIND_COMMENT_AND_CODEBOOK; in ogg_decoder_process()
225 ogg->flow = OGG_FLOW_DECODE_PACKET; in ogg_decoder_process()
354 ogg->flow = OGG_FLOW_FIND_IDENTIFY_HEADER; in ogg_decoder_process()
396 ogg->flow = OGG_FLOW_FIND_IDENTIFY_HEADER; in ogg_decoder_create()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/lib/
A Drelease_note.txt57 1. Fix a bug host flow control.
69 3. Open Host to controller flow control.
89 1. Close Controller to Host flow control
/AliOS-Things-master/components/SDL2/src/audio/nas/
A DSDL_nasaudio.c174 NAS_AuWriteElement(this->hidden->aud, this->hidden->flow, 0, in NAS_PlayDevice()
201 retval = (int) NAS_AuReadElement(h->aud, h->flow, 1, buflen, buffer, NULL); in NAS_CaptureFromDevice()
224 br = NAS_AuReadElement(h->aud, h->flow, 1, sizeof (buf), buf, NULL); in NAS_FlushCapture()
369 || (!(this->hidden->flow = NAS_AuCreateFlow(this->hidden->aud, 0)))) { in NAS_OpenDevice()
397 NAS_AuSetElements(this->hidden->aud, this->hidden->flow, AuTrue, in NAS_OpenDevice()
401 this->hidden->flow, event_handler, in NAS_OpenDevice()
404 NAS_AuStartFlow(this->hidden->aud, this->hidden->flow, NULL); in NAS_OpenDevice()
A DSDL_nasaudio.h41 AuFlowID flow; member
/AliOS-Things-master/components/SDL2/src/audio/wasapi/
A DSDL_wasapi_win32.c140 SDLMMNotificationClient_OnDefaultDeviceChanged(IMMNotificationClient *ithis, EDataFlow flow, ERole … in SDLMMNotificationClient_OnDefaultDeviceChanged() argument
147 switch (flow) { in SDLMMNotificationClient_OnDefaultDeviceChanged()
195 EDataFlow flow; in SDLMMNotificationClient_OnDeviceStateChanged() local
196 if (SUCCEEDED(IMMEndpoint_GetDataFlow(endpoint, &flow))) { in SDLMMNotificationClient_OnDeviceStateChanged()
197 const SDL_bool iscapture = (flow == eCapture); in SDLMMNotificationClient_OnDeviceStateChanged()
/AliOS-Things-master/hardware/chip/haas1000/csi/
A Duart.c180 cfg.flow = HAL_UART_FLOW_CONTROL_RTS; in tty_uart_startup()
183 cfg.flow = HAL_UART_FLOW_CONTROL_CTS; in tty_uart_startup()
186 cfg.flow = HAL_UART_FLOW_CONTROL_RTSCTS; in tty_uart_startup()
189 cfg.flow = HAL_UART_FLOW_CONTROL_NONE; in tty_uart_startup()
/AliOS-Things-master/components/py_engine/engine/extmod/nimble/hal/
A Dhal_uart.h41 …config(uint32_t port, uint32_t baud, uint32_t bits, uint32_t stop, uint32_t parity, uint32_t flow);
A Dhal_uart.c55 …g(uint32_t port, uint32_t baudrate, uint32_t bits, uint32_t stop, uint32_t parity, uint32_t flow) { in hal_uart_config() argument
/AliOS-Things-master/components/ble_host/bt_host/
A DKconfig54 Bluetooth H:4 UART driver. Requires hardware flow control
149 bool "Controller to Host ACL flow control support"
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_uart.h81 enum HAL_UART_FLOW_CONTROL_T flow; member
/AliOS-Things-master/hardware/chip/haas1000/hal/
A Duart.c51 .flow = HAL_UART_FLOW_CONTROL_NONE,
331 uart_cfg.flow = uart->config.flow_control; in hal_uart_init()
/AliOS-Things-master/components/ble_host/bt_host/host/
A DKconfig215 bool "Enforce strict flow control semantics for incoming PDUs"
218 Enforce flow control rules on incoming PDUs, preventing a peer
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dstructure.txt319 This sketch also describes the flow of control (subroutine calls) during
424 As before, this diagram also represents typical control flow. The objects
A Dlibjpeg.txt1880 The basic control flow for buffered-image decoding is
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DREADME591 The encoding flow looks like:
/AliOS-Things-master/components/SDL2/src/hidapi/
A DLICENSE-gpl3.txt144 such as by intimate data communication or control flow between those

Completed in 41 milliseconds