Home
last modified time | relevance | path

Searched defs:frame (Results 1 – 25 of 53) sorted by relevance

123

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_frame.c96 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 Dnghttp2_session.c861 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 Dnghttp2_http.c427 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 Dnghttp2_submit.c79 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 Dnghttp2_outbound_item.c41 nghttp2_frame *frame; in nghttp2_outbound_item_free() local
/AliOS-Things-master/components/py_engine/tests/misc/
A Dsys_settrace_features.py10 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 Dsys_settrace_loop.py12 def print_stacktrace(frame, level=0): argument
33 def trace_tick_handler(frame, event, arg): argument
A Dsys_settrace_generator.py12 def print_stacktrace(frame, level=0): argument
33 def trace_tick_handler(frame, event, arg): argument
/AliOS-Things-master/components/websocket/src/
A Drws_socketpriv.c69 _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 Drws_frame.c43 _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 Ducamera_service.c59 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 DSDL_AliOS_video.c122 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 Ddemux.c185 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 Dmain.py15 frame = camera.capture() variable
/AliOS-Things-master/components/SDL2/test/
A Dteststreaming.c60 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 Dwifi_promisc.c266 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 Dwicdec.c130 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 Dmbcrc.c48 uint16_t mb_crc16(uint8_t *frame, uint16_t frame_len) in mb_crc16()
/AliOS-Things-master/components/ucamera/example/
A Ducamera_example.c22 frame_buffer_t *frame = NULL; in ucamera_comp_example() local
/AliOS-Things-master/components/py_engine/modules/video/
A Dak_camera.c312 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 Ddemand.c61 char *frame; variable
285 loop_frame(frame, len) in loop_frame() argument
/AliOS-Things-master/components/py_engine/engine/py/
A Dprofile.c200 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 Dmoducamera.c52 frame_buffer_t *frame = NULL; in obj_saveFrameToJpeg() local
/AliOS-Things-master/components/linkkit/http2/
A Diotx_http2.c133 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 Ducamera_device.h28 frame_buffer_t frame; member

Completed in 65 milliseconds

123