/AliOS-Things-master/components/uvoice/codec/ |
A D | ogg_decoder.c | 35 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 D | release_note.txt | 57 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 D | SDL_nasaudio.c | 174 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 D | SDL_nasaudio.h | 41 AuFlowID flow; member
|
/AliOS-Things-master/components/SDL2/src/audio/wasapi/ |
A D | SDL_wasapi_win32.c | 140 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 D | uart.c | 180 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 D | hal_uart.h | 41 …config(uint32_t port, uint32_t baud, uint32_t bits, uint32_t stop, uint32_t parity, uint32_t flow);
|
A D | hal_uart.c | 55 …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 D | Kconfig | 54 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 D | hal_uart.h | 81 enum HAL_UART_FLOW_CONTROL_T flow; member
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | uart.c | 51 .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 D | Kconfig | 215 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 D | structure.txt | 319 This sketch also describes the flow of control (subroutine calls) during 424 As before, this diagram also represents typical control flow. The objects
|
A D | libjpeg.txt | 1880 The basic control flow for buffered-image decoding is
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/ |
A D | README | 591 The encoding flow looks like:
|
/AliOS-Things-master/components/SDL2/src/hidapi/ |
A D | LICENSE-gpl3.txt | 144 such as by intimate data communication or control flow between those
|