Home
last modified time | relevance | path

Searched defs:packet (Results 1 – 25 of 234) sorted by relevance

12345678910

/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtcpbuffer.c358 GstRTCPPacket packet; in gst_rtcp_buffer_get_packet_count() local
410 read_packet_header (GstRTCPPacket * packet) in read_packet_header()
470 gst_rtcp_buffer_get_first_packet (GstRTCPBuffer * rtcp, GstRTCPPacket * packet) in gst_rtcp_buffer_get_first_packet()
500 gst_rtcp_packet_move_to_next (GstRTCPPacket * packet) in gst_rtcp_packet_move_to_next()
543 GstRTCPPacket * packet) in gst_rtcp_buffer_add_packet()
618 gst_rtcp_packet_remove (GstRTCPPacket * packet) in gst_rtcp_packet_remove()
654 gst_rtcp_packet_get_padding (GstRTCPPacket * packet) in gst_rtcp_packet_get_padding()
672 gst_rtcp_packet_get_type (GstRTCPPacket * packet) in gst_rtcp_packet_get_type()
689 gst_rtcp_packet_get_count (GstRTCPPacket * packet) in gst_rtcp_packet_get_count()
707 gst_rtcp_packet_get_length (GstRTCPPacket * packet) in gst_rtcp_packet_get_length()
[all …]
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggstream.c102 gst_ogg_stream_get_packet_start_time (GstOggStream * pad, ogg_packet * packet) in gst_ogg_stream_get_packet_start_time()
217 gst_ogg_stream_packet_is_key_frame (GstOggStream * pad, ogg_packet * packet) in gst_ogg_stream_packet_is_key_frame()
229 gst_ogg_stream_packet_is_header (GstOggStream * pad, ogg_packet * packet) in gst_ogg_stream_packet_is_header()
241 gst_ogg_stream_get_packet_duration (GstOggStream * pad, ogg_packet * packet) in gst_ogg_stream_get_packet_duration()
254 gst_ogg_stream_extract_tags (GstOggStream * pad, ogg_packet * packet) in gst_ogg_stream_extract_tags()
287 gst_ogg_stream_update_stats (GstOggStream * pad, ogg_packet * packet) in gst_ogg_stream_update_stats()
304 is_packet_keyframe_true (GstOggStream * pad, ogg_packet * packet) in is_packet_keyframe_true()
345 is_header_unknown (GstOggStream * pad, ogg_packet * packet) in is_header_unknown()
353 is_header_true (GstOggStream * pad, ogg_packet * packet) in is_header_true()
359 is_header_count (GstOggStream * pad, ogg_packet * packet) in is_header_count()
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstmpegvideoparser.c242 gst_mpeg_video_parse (GstMpegVideoPacket * packet, in gst_mpeg_video_parse()
302 gst_mpeg_video_packet_parse_sequence_header (const GstMpegVideoPacket * packet, in gst_mpeg_video_packet_parse_sequence_header()
395 gst_mpeg_video_packet_parse_sequence_extension (const GstMpegVideoPacket * in gst_mpeg_video_packet_parse_sequence_extension()
462 gst_mpeg_video_packet_parse_sequence_display_extension (const GstMpegVideoPacket in gst_mpeg_video_packet_parse_sequence_display_extension()
525 (const GstMpegVideoPacket * packet, in gst_mpeg_video_packet_parse_sequence_scalable_extension()
646 gst_mpeg_video_packet_parse_quant_matrix_extension (const GstMpegVideoPacket * in gst_mpeg_video_packet_parse_quant_matrix_extension()
716 gst_mpeg_video_packet_parse_picture_extension (const GstMpegVideoPacket * in gst_mpeg_video_packet_parse_picture_extension()
816 gst_mpeg_video_packet_parse_picture_header (const GstMpegVideoPacket * packet, in gst_mpeg_video_packet_parse_picture_header()
893 gst_mpeg_video_packet_parse_gop (const GstMpegVideoPacket * packet, in gst_mpeg_video_packet_parse_gop()
944 gst_mpeg_video_packet_parse_slice_header (const GstMpegVideoPacket * packet, in gst_mpeg_video_packet_parse_slice_header()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_cl.h152 #define cl_packet_header(packet) V3DX(packet ## _header) argument
153 #define cl_packet_length(packet) V3DX(packet ## _length) argument
154 #define cl_aligned_packet_length(packet, alignment) ALIGN(cl_packet_length(packet), alignment) argument
155 #define cl_packet_pack(packet) V3DX(packet ## _pack) argument
156 #define cl_packet_struct(packet) V3DX(packet) argument
172 #define cl_emit(cl, packet, name) \ argument
186 #define cl_emit_with_prepacked(cl, packet, prepacked, name) \ argument
218 #define cl_emit_prepacked_sized(cl, packet, size) do { \ argument
223 #define cl_emit_prepacked(cl, packet) \ argument
226 #define v3dvx_pack(packed, packet, name) \ argument
/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisdeclib.h94 gst_ogg_packet_wrapper_map (ogg_packet * packet, GstBuffer * buffer, GstMapInfo *map) in gst_ogg_packet_wrapper_map()
103 gst_ogg_packet_wrapper_unmap (ogg_packet * packet, GstBuffer * buffer, GstMapInfo *map) in gst_ogg_packet_wrapper_unmap()
110 gst_ogg_packet_from_wrapper (ogg_packet_wrapper * packet) in gst_ogg_packet_from_wrapper()
123 ogg_packet packet; member
144 gst_ogg_packet_wrapper_map (ogg_packet_wrapper * packet, in gst_ogg_packet_wrapper_map()
170 gst_ogg_packet_wrapper_unmap (ogg_packet_wrapper * packet, in gst_ogg_packet_wrapper_unmap()
181 gst_ogg_packet_from_wrapper (ogg_packet_wrapper * packet) in gst_ogg_packet_from_wrapper()
Dgstvorbisdec.c231 vorbis_handle_comment_packet (GstVorbisDec * vd, ogg_packet * packet) in vorbis_handle_comment_packet()
329 vorbis_handle_header_packet (GstVorbisDec * vd, ogg_packet * packet) in vorbis_handle_header_packet()
378 ogg_packet *packet; in vorbis_dec_handle_header_buffer() local
455 vorbis_handle_data_packet (GstVorbisDec * vd, ogg_packet * packet, in vorbis_handle_data_packet()
667 ogg_packet *packet; in vorbis_dec_handle_frame() local
/third_party/gstreamer/gstreamer/libs/gst/net/
Dgstnettimepacket.c90 gst_net_time_packet_free (GstNetTimePacket * packet) in gst_net_time_packet_free()
104 gst_net_time_packet_copy (const GstNetTimePacket * packet) in gst_net_time_packet_copy()
129 gst_net_time_packet_serialize (const GstNetTimePacket * packet) in gst_net_time_packet_serialize()
215 gst_net_time_packet_send (const GstNetTimePacket * packet, in gst_net_time_packet_send()
Dgstntppacket.c174 gst_ntp_packet_free (GstNtpPacket * packet) in gst_ntp_packet_free()
188 gst_ntp_packet_copy (const GstNtpPacket * packet) in gst_ntp_packet_copy()
214 gst_ntp_packet_serialize (const GstNtpPacket * packet) in gst_ntp_packet_serialize()
332 gst_ntp_packet_send (const GstNtpPacket * packet, in gst_ntp_packet_send()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dmpegvideoparser.c72 GstMpegVideoPacket packet; in GST_START_TEST() local
95 GstMpegVideoPacket packet; in GST_START_TEST() local
120 GstMpegVideoPacket packet; in GST_START_TEST() local
145 GstMpegVideoPacket packet = { 0, }; in GST_START_TEST() local
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_cl.h198 #define cl_packet_header(packet) V3DX(packet ## _header) argument
199 #define cl_packet_length(packet) V3DX(packet ## _length) argument
200 #define cl_packet_pack(packet) V3DX(packet ## _pack) argument
201 #define cl_packet_struct(packet) V3DX(packet) argument
225 #define cl_emit(cl, packet, name) \ argument
239 #define cl_emit_with_prepacked(cl, packet, prepacked, name) \ argument
256 #define cl_emit_prepacked_sized(cl, packet, size) do { \ argument
261 #define cl_emit_prepacked(cl, packet) \ argument
264 #define v3dx_pack(packed, packet, name) \ argument
/third_party/vk-gl-cts/framework/referencerenderer/
DrrShadingContext.hpp78 tcu::Vector<T, 4> readPointVarying (const FragmentPacket& packet, const FragmentShadingContext& con… in readPointVarying()
87 tcu::Vector<T, 4> readLineVarying (const FragmentPacket& packet, const FragmentShadingContext& cont… in readLineVarying()
94 tcu::Vector<T, 4> readTriangleVarying (const FragmentPacket& packet, const FragmentShadingContext& … in readTriangleVarying()
102 tcu::Vector<T, 4> readVarying (const FragmentPacket& packet, const FragmentShadingContext& context,… in readVarying()
142 inline void dFdxVarying (tcu::Vector<T, 4> outFragmentdFdx[4], const FragmentPacket& packet, const … in dFdxVarying()
156 inline void dFdyVarying (tcu::Vector<T, 4> outFragmentdFdy[4], const FragmentPacket& packet, const … in dFdyVarying()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_perfetto.cc87 auto packet = ctx.NewTracePacket(); in OnStop() local
102 auto packet = ctx.NewTracePacket(); in send_descriptors() local
157 auto packet = tctx.NewTracePacket(); in stage_end() local
208 auto packet = tctx.NewTracePacket(); in sync_timestamp() local
237 auto packet = tctx.NewTracePacket(); in emit_submit_id() local
/third_party/lwip/src/netif/ppp/
Ddemand.c68 struct packet { struct
70 struct packet *next; argument
74 struct packet *pend_q; argument
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_cl.h221 #define cl_packet_header(packet) V3D21_ ## packet ## _header argument
222 #define cl_packet_length(packet) V3D21_ ## packet ## _length argument
223 #define cl_packet_pack(packet) V3D21_ ## packet ## _pack argument
224 #define cl_packet_struct(packet) V3D21_ ## packet argument
250 #define cl_emit(cl, packet, name) \ argument
266 #define cl_emit_prepacked(cl, packet) do { \ argument
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtph263.c67 guint8 packet[] = { in GST_START_TEST() local
87 guint8 packet[] = { in GST_START_TEST() local
107 guint8 packet[] = { in GST_START_TEST() local
268 guint8 packet[] = { in GST_START_TEST() local
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Drtp.c797 GstRTCPPacket packet; in GST_START_TEST() local
901 GstRTCPPacket packet; in GST_START_TEST() local
1078 GstRTCPPacket packet; in GST_START_TEST() local
1099 GstRTCPPacket packet; in GST_START_TEST() local
1193 GstRTCPPacket packet; in GST_START_TEST() local
1244 GstRTCPPacket packet; in GST_START_TEST() local
1294 GstRTCPPacket packet; in GST_START_TEST() local
1387 GstRTCPPacket packet; in GST_START_TEST() local
1450 GstRTCPPacket packet; in GST_START_TEST() local
1507 GstRTCPPacket packet; in GST_START_TEST() local
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.hpp68 rr::VertexPacket* const packet = packets[packetNdx]; in shadeVertices() local
106 rr::VertexPacket* const packet = packets[packetNdx]; in shadeVertices() local
143 rr::VertexPacket* const packet = packets[packetNdx]; in shadeVertices() local
185 const rr::FragmentPacket& packet = packets[packetNdx]; in shadeFragments() local
237 const rr::FragmentPacket& packet = packets[packetNdx]; in shadeFragments() local
279 const rr::FragmentPacket& packet = packets[packetNdx]; in shadeFragments() local
/third_party/libwebsockets/plugins/raw-proxy/
Dprotocol_lws_raw_proxy.c41 struct packet { struct
42 void *payload;
43 uint32_t len;
44 uint32_t ticket;
/third_party/flutter/engine/flutter/shell/platform/android/io/flutter/embedding/android/
DAndroidTouchProcessor.java96 ByteBuffer packet = ByteBuffer.allocateDirect( in onTouchEvent() local
160 ByteBuffer packet = ByteBuffer.allocateDirect( in onGenericMotionEvent() local
180 ByteBuffer packet in addPointerForIndex()
/third_party/libcoap/src/
Dcoap_io_lwip.c28 void coap_packet_get_memmapped(coap_packet_t *packet, unsigned char **address, size_t *length) in coap_packet_get_memmapped()
34 void coap_free_packet(coap_packet_t *packet) in coap_free_packet()
41 struct pbuf *coap_packet_extract_pbuf(coap_packet_t *packet) in coap_packet_extract_pbuf()
63 coap_packet_t *packet; in coap_recv() local
/third_party/mesa3d/src/tool/pps/
Dpps_datasource.cc111 auto packet = ctx.NewTracePacket(); in close_callback() local
242 auto packet = ctx.NewTracePacket(); in trace() local
247 auto packet = ctx.NewTracePacket(); in trace() local
282 auto packet = ctx.NewTracePacket(); in trace() local
/third_party/toybox/toys/pending/
Dtftp.c181 static inline int check_data( uint8_t *packet, uint16_t *opcode, in check_data()
193 static int mkpkt_data(int fd, off_t offset, uint8_t *packet, uint16_t blockno) in mkpkt_data()
213 static int read_ack(int sd, uint8_t *packet, struct sockaddr_storage *server, in read_ack()
270 uint8_t *packet; in file_get() local
385 uint8_t *packet; in file_put() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstmpeg2decoder.c490 GstMpegVideoPacket * packet) in gst_mpeg2_decoder_handle_sequence()
536 GstMpegVideoPacket * packet) in gst_mpeg2_decoder_handle_sequence_ext()
592 GstMpegVideoPacket * packet) in gst_mpeg2_decoder_handle_sequence_display_ext()
625 GstMpegVideoPacket * packet) in gst_mpeg2_decoder_handle_sequence_scalable_ext()
655 GstMpegVideoPacket * packet) in gst_mpeg2_decoder_handle_quant_matrix_ext()
672 GstMpegVideoPacket * packet) in gst_mpeg2_decoder_handle_picture_ext()
715 GstMpegVideoPacket * packet) in gst_mpeg2_decoder_handle_gop()
738 GstMpegVideoPacket * packet) in gst_mpeg2_decoder_handle_picture()
991 GstMpegVideoPacket * packet) in gst_mpeg2_decoder_handle_slice()
1047 GstMpegVideoPacket * packet) in gst_mpeg2_decoder_decode_packet()
[all …]
/third_party/pulseaudio/src/modules/raop/
Draop-client.c273 static size_t write_ALAC_data(uint8_t *packet, const size_t max, uint8_t *raw, size_t *length, bool… in write_ALAC_data()
311 static size_t build_tcp_audio_packet(pa_raop_client *c, pa_memchunk *block, pa_memchunk *packet) { in build_tcp_audio_packet()
360 pa_memchunk *packet = NULL; in send_tcp_audio_packet() local
402 static size_t build_udp_audio_packet(pa_raop_client *c, pa_memchunk *block, pa_memchunk *packet) { in build_udp_audio_packet()
451 pa_memchunk *packet = NULL; in send_udp_audio_packet() local
486 static size_t rebuild_udp_audio_packet(pa_raop_client *c, uint16_t seq, pa_memchunk *packet) { in rebuild_udp_audio_packet()
508 pa_memchunk *packet = NULL; in resend_udp_audio_packets() local
542 static size_t build_udp_sync_packet(pa_raop_client *c, uint32_t stamp, uint32_t **packet) { in build_udp_sync_packet()
570 uint32_t * packet = NULL; in send_udp_sync_packet() local
583 static size_t handle_udp_control_packet(pa_raop_client *c, const uint8_t packet[], ssize_t size) { in handle_udp_control_packet()
[all …]
/third_party/ffmpeg/doc/examples/
Dhw_decode.c77 static int decode_write(AVCodecContext *avctx, AVPacket *packet) in decode_write()
156 AVPacket packet; in main() local

12345678910