/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_frame.c | 96 void nghttp2_frame_priority_free(nghttp2_priority *frame) in nghttp2_frame_priority_free() 109 void nghttp2_frame_rst_stream_free(nghttp2_rst_stream *frame) in nghttp2_frame_rst_stream_free() 142 void nghttp2_frame_push_promise_free(nghttp2_push_promise *frame, in nghttp2_frame_push_promise_free() 148 void nghttp2_frame_ping_init(nghttp2_ping *frame, uint8_t flags, in nghttp2_frame_ping_init() 159 void nghttp2_frame_ping_free(nghttp2_ping *frame) in nghttp2_frame_ping_free() 209 void nghttp2_frame_data_init(nghttp2_data *frame, uint8_t flags, in nghttp2_frame_data_init() 217 void nghttp2_frame_data_free(nghttp2_data *frame) in nghttp2_frame_data_free() 230 void nghttp2_frame_extension_free(nghttp2_extension *frame) in nghttp2_frame_extension_free() 620 void nghttp2_frame_unpack_ping_payload(nghttp2_ping *frame, in nghttp2_frame_unpack_ping_payload() 658 void nghttp2_frame_unpack_goaway_payload(nghttp2_goaway *frame, in nghttp2_frame_unpack_goaway_payload() [all …]
|
A D | nghttp2_session.c | 861 nghttp2_frame *frame; in nghttp2_session_add_item() local 964 nghttp2_frame *frame; in nghttp2_session_add_rst_stream() local 2011 nghttp2_frame *frame; in session_prep_frame() local 2575 nghttp2_frame *frame; in session_after_frame_sent1() local 2856 nghttp2_frame *frame; in session_after_frame_sent2() local 2930 nghttp2_frame *frame; in session_call_send_data() local 6896 nghttp2_frame *frame; in nghttp2_session_add_ping() local 6938 nghttp2_frame *frame; in nghttp2_session_add_goaway() local 6995 nghttp2_frame *frame; in nghttp2_session_add_window_update() local 7036 nghttp2_frame *frame; in nghttp2_session_add_settings() local [all …]
|
A D | nghttp2_http.c | 427 nghttp2_frame *frame, nghttp2_hd_nv *nv, int trailer) in nghttp2_http_on_header() 486 nghttp2_frame *frame) in nghttp2_http_on_request_headers() 546 nghttp2_frame *frame) in nghttp2_http_on_trailer_headers() 585 nghttp2_frame *frame) in nghttp2_http_record_request_method()
|
A D | nghttp2_submit.c | 79 nghttp2_frame *frame = NULL; in submit_headers_shared() local 233 nghttp2_frame *frame; in nghttp2_submit_priority() local 328 nghttp2_frame *frame; in nghttp2_submit_push_promise() local 514 nghttp2_frame *frame; in nghttp2_submit_altsvc() local 667 nghttp2_frame *frame; in nghttp2_submit_data() local 723 nghttp2_frame *frame; in nghttp2_submit_extension() local
|
A D | nghttp2_outbound_item.c | 41 nghttp2_frame *frame; in nghttp2_outbound_item_free() local
|
/AliOS-Things-master/components/py_engine/tests/misc/ |
A D | sys_settrace_features.py | 10 def print_stacktrace(frame, level=0): argument 36 def trace_tick(self, frame, event, arg): argument 46 def trace_tick_handler_alice(frame, event, arg): argument 55 def trace_tick_handler_bob(frame, event, arg): argument 61 def trace_tick_handler(frame, event, arg): argument
|
A D | sys_settrace_loop.py | 12 def print_stacktrace(frame, level=0): argument 33 def trace_tick_handler(frame, event, arg): argument
|
A D | sys_settrace_generator.py | 12 def print_stacktrace(frame, level=0): argument 33 def trace_tick_handler(frame, event, arg): argument
|
/AliOS-Things-master/components/websocket/src/ |
A D | rws_socketpriv.c | 69 _rws_frame * frame = NULL; in rws_socket_inform_recvd_frames() local 312 _rws_frame * frame = NULL; in rws_socket_last_unfin_recvd_frame_by_opcode() local 385 _rws_frame * frame = NULL; in rws_socket_idle_recv() local 415 _rws_frame * frame = NULL; in rws_socket_idle_send() local 471 _rws_frame * frame = NULL; in rws_socket_send_disconnect() local 768 _rws_frame * frame = NULL; in rws_socket_send_text_priv() local 785 _rws_frame * frame = NULL; in rws_socket_send_bin_priv() local 820 _rws_frame * frame = NULL; in rws_socket_send_bin_start_priv() local 837 _rws_frame * frame = NULL; in rws_socket_send_bin_continue_priv() local 854 _rws_frame * frame = NULL; in rws_socket_send_bin_finish_priv() local [all …]
|
A D | rws_frame.c | 43 _rws_frame * frame = NULL; in rws_frame_create_with_recv_data() local 203 unsigned char * frame = NULL; in rws_frame_fill_with_send_data() local 236 unsigned char * frame = NULL; in litews_frame_fill_with_send_bin_data() local
|
/AliOS-Things-master/components/ucamera/src/ |
A D | ucamera_service.c | 59 frame_buffer_t *frame = NULL; in ucamera_service_get_frame() local 73 int ucamera_service_save_frame(frame_buffer_t *frame, const char *path) in ucamera_service_save_frame()
|
/AliOS-Things-master/components/SDL2/src/video/alios/ |
A D | SDL_AliOS_video.c | 122 uint8_t *frame; in AliOS_VideoInit() local 129 uint8_t *frame; in AliOS_VideoInit() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/demux/ |
A D | demux.c | 185 static int AddFrame(WebPDemuxer* const dmux, Frame* const frame) { in AddFrame() 198 Frame* const frame) { in SetFrameInfo() 296 Frame** frame) { in NewFrame() 314 Frame* frame; in ParseAnimationFrame() local 395 Frame* frame; in ParseSingleImage() local 564 const Frame* const frame = dmux->frames_; in IsValidSimpleFormat() local 576 static int CheckFrameBounds(const Frame* const frame, int exact, in CheckFrameBounds() 675 Frame* const frame = (Frame*)WebPSafeCalloc(1ULL, sizeof(*frame)); in CreateRawImageDemuxer() local 802 const Frame* const frame, in GetFramePayload() 827 const Frame* const frame, in SynthesizeFrame() [all …]
|
/AliOS-Things-master/solutions/photocapture_demo/src/ |
A D | main.py | 15 frame = camera.capture() variable
|
/AliOS-Things-master/components/SDL2/test/ |
A D | teststreaming.c | 60 int frame; variable 70 void UpdateTexture(SDL_Texture *texture, int frame) in UpdateTexture()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/ |
A D | wifi_promisc.c | 266 struct eth_frame *frame = (struct eth_frame *) rtw_malloc(sizeof(struct eth_frame)); in promisc_callback() local 296 struct eth_frame *frame = NULL; in retrieve_frame() local 324 struct eth_frame *frame; in promisc_test() local 391 struct eth_frame *frame = (struct eth_frame *) rtw_malloc(sizeof(struct eth_frame)); in promisc_callback_all() local 442 struct eth_frame *frame; in promisc_test_all() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | wicdec.c | 130 IWICBitmapFrameDecode* const frame, in ExtractICCP() 186 IWICBitmapFrameDecode* const frame, in ExtractMetadata() 209 IWICBitmapFrameDecode* const frame, in HasAlpha() 262 IWICBitmapFrameDecode* frame = NULL; in ReadPictureWithWIC() local
|
/AliOS-Things-master/components/mbmaster/src/adu/rtu/ |
A D | mbcrc.c | 48 uint16_t mb_crc16(uint8_t *frame, uint16_t frame_len) in mb_crc16()
|
/AliOS-Things-master/components/ucamera/example/ |
A D | ucamera_example.c | 22 frame_buffer_t *frame = NULL; in ucamera_comp_example() local
|
/AliOS-Things-master/components/py_engine/modules/video/ |
A D | ak_camera.c | 312 int py_video_camera_frame_get(isp_frame_t *frame) in py_video_camera_frame_get() 322 int py_video_camera_frame_release(isp_frame_t *frame) in py_video_camera_frame_release() 395 int py_video_camera_save(isp_frame_t *frame, int pic_type, const char *path) in py_video_camera_save()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | demand.c | 61 char *frame; variable 285 loop_frame(frame, len) in loop_frame() argument
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | profile.c | 200 mp_obj_frame_t *frame = MP_OBJ_TO_PTR(o_in); in frame_print() local 285 struct _mp_obj_frame_t *frame; member 318 mp_obj_frame_t *frame = MP_OBJ_TO_PTR(mp_obj_new_frame(code_state)); in mp_prof_frame_enter() local 358 mp_obj_frame_t *frame = code_state->frame; in mp_prof_frame_update() local
|
/AliOS-Things-master/components/py_engine/modules/ucamera/ |
A D | moducamera.c | 52 frame_buffer_t *frame = NULL; in obj_saveFrameToJpeg() local
|
/AliOS-Things-master/components/linkkit/http2/ |
A D | iotx_http2.c | 133 const nghttp2_frame *frame, void *user_data) in on_frame_send_callback() 210 const nghttp2_frame *frame, void *user_data) in on_frame_recv_callback() 385 const nghttp2_frame *frame, const uint8_t *name, in on_header_callback() 426 const nghttp2_frame *frame, in on_begin_headers_callback()
|
/AliOS-Things-master/components/ucamera/include/ |
A D | ucamera_device.h | 28 frame_buffer_t frame; member
|