Searched refs:GUINT16_FROM_BE (Results 1 – 8 of 8) sorted by relevance
385 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()
307 #define GUINT16_FROM_BE(val) (GUINT16_TO_BE (val))332 #define g_ntohs(val) (GUINT16_FROM_BE (val))
388 #define GUINT16_FROM_BE(val) (GUINT16_TO_BE (val)) macro417 #define g_ntohs(val) (GUINT16_FROM_BE (val))
211 size = GUINT16_FROM_BE (size); in gst_rtp_stream_depay_handle_frame()
456 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()
415 (dither->orc_mask64 << 16) | GUINT16_FROM_BE (dither->mask[i]); in gst_video_dither_new()
417 v = GUINT16_FROM_BE (v); in g_data_input_stream_read_uint16()
551 GUINT16_FROM_BE