Home
last modified time | relevance | path

Searched refs:GUINT16_FROM_BE (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/pcapparse/
Dgstpcapparse.c385 eth_type = GUINT16_FROM_BE (*((guint16 *) (buf + ETH_MAC_ADDRESSES_LEN))); in gst_pcap_parse_scan_frame()
393 GUINT16_FROM_BE (*((guint16 *) (buf + ETH_MAC_ADDRESSES_LEN + in gst_pcap_parse_scan_frame()
404 eth_type = GUINT16_FROM_BE (*((guint16 *) (buf + 14))); in gst_pcap_parse_scan_frame()
438 (GUINT16_FROM_BE (*((guint16 *) (buf_ip + 6))) & 0x1fff) * 8; in gst_pcap_parse_scan_frame()
454 ip_packet_len = GUINT16_FROM_BE (*(guint16 *) (buf_ip + 2)); in gst_pcap_parse_scan_frame()
457 src_port = GUINT16_FROM_BE (*((guint16 *) (buf_proto + 0))); in gst_pcap_parse_scan_frame()
458 dst_port = GUINT16_FROM_BE (*((guint16 *) (buf_proto + 2))); in gst_pcap_parse_scan_frame()
462 len = GUINT16_FROM_BE (*((guint16 *) (buf_proto + 4))); in gst_pcap_parse_scan_frame()
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/
Dgtypes.in.h307 #define GUINT16_FROM_BE(val) (GUINT16_TO_BE (val))
332 #define g_ntohs(val) (GUINT16_FROM_BE (val))
/third_party/glib/glib/
Dgtypes.h388 #define GUINT16_FROM_BE(val) (GUINT16_TO_BE (val)) macro
417 #define g_ntohs(val) (GUINT16_FROM_BE (val))
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpstreamdepay.c211 size = GUINT16_FROM_BE (size); in gst_rtp_stream_depay_handle_frame()
/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_mjpgdemux.c456 segment_size = GUINT16_FROM_BE (*((guint16 *) (info.data + i + 2))); in gst_uvc_h264_mjpg_demux_chain()
491 aux_header.version = GUINT16_FROM_BE (aux_header.version); in gst_uvc_h264_mjpg_demux_chain()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-dither.c415 (dither->orc_mask64 << 16) | GUINT16_FROM_BE (dither->mask[i]); in gst_video_dither_new()
/third_party/glib/gio/
Dgdatainputstream.c417 v = GUINT16_FROM_BE (v); in g_data_input_stream_read_uint16()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt551 GUINT16_FROM_BE