Home
last modified time | relevance | path

Searched refs:switch_byte_t (Results 1 – 25 of 37) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_bitpack.h42 static inline char *print_bits(switch_byte_t byte, char *x) in print_bits()
76 … inline int8_t switch_bitpack_init(switch_bitpack_t *pack, switch_byte_t bitlen, switch_byte_t *bu… in DoxyDefine()
96 switch_byte_t this_byte = pack->this_byte; in pack_check_over()
108 switch_byte_t mask = SWITCH_BITS_PER_BYTE - pack->over; in pack_check_over()
155 switch_byte_t this_byte; in DoxyDefine()
168 switch_byte_t next = unpack->bits_cur + unpack->frame_bits; in DoxyDefine()
169 switch_byte_t under_in; in DoxyDefine()
170 switch_byte_t mask; in DoxyDefine()
235 switch_byte_t a = 0, b = 0, rem, nxt; in DoxyDefine()
263 pack->shiftby = (switch_byte_t) (pack->shiftby + pack->frame_bits); in DoxyDefine()
[all …]
H A Dswitch_stun.h295 …end) && attribute->type && (((switch_byte_t *)attribute + switch_stun_attribute_padded_length(att…
297 …d) && attribute->type && (((switch_byte_t *)attribute + switch_stun_attribute_padded_length_hbo(a…
H A Dswitch_types.h257 typedef uint8_t switch_byte_t; typedef
533 switch_byte_t *buf;
535 switch_byte_t *cur;
538 switch_byte_t bits_cur;
539 switch_byte_t bits_rem;
540 switch_byte_t frame_bits;
541 switch_byte_t shiftby;
542 switch_byte_t this_byte;
543 switch_byte_t under;
544 switch_byte_t over;
H A Dswitch_module_interfaces.h361 switch_byte_t *dbuf;
450 switch_byte_t *dbuf;
507 switch_byte_t *dbuf;
H A Dswitch_utils.h60 static inline char *switch_get_hex_bytes(switch_byte_t *buf, switch_size_t datalen, char *new_buf, … in switch_get_hex_bytes()
62 switch_byte_t *p, *e; in switch_get_hex_bytes()
522 static inline switch_byte_t switch_true_byte(const char *expr) in switch_true_byte()
524 return (switch_byte_t)switch_true(expr); in switch_true_byte()
H A Dswitch_ivr.h51 switch_byte_t write_frame_data[SWITCH_RECOMMENDED_BUFFER_SIZE];
1007 switch_byte_t is_priority,
H A Dswitch_rtp.h582 SWITCH_DECLARE(switch_byte_t) switch_rtp_check_auto_adj(switch_rtp_t *rtp_session);
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_amr/
H A Dmod_amr.c110 switch_byte_t max_ptime;
111 switch_byte_t ptime;
112 switch_byte_t channels;
113 switch_byte_t flags;
114 switch_byte_t enc_modes;
115 switch_byte_t enc_mode;
124 switch_byte_t enc_modes;
125 switch_byte_t enc_mode;
127 switch_byte_t flags;
136 switch_byte_t default_bitrate;
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_amrwb/
H A Dmod_amrwb.c73 switch_byte_t enc_modes;
74 switch_byte_t enc_mode;
76 switch_byte_t max_ptime;
77 switch_byte_t ptime;
78 switch_byte_t channels;
79 switch_byte_t flags;
87 switch_byte_t default_bitrate;
88 switch_byte_t volte;
89 switch_byte_t adjust_bitrate;
271 context->enc_mode = (switch_byte_t) i; in switch_amrwb_init()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_rtmp/
H A Drtmp_video.c130 switch_byte_t *pdata = data + 2; in rtmp_rtmp2rtpH264()
197 switch_byte_t * pdata = data + 5; in rtmp_rtmp2rtpH264()
200 switch_byte_t *nal_buf = NULL; in rtmp_rtmp2rtpH264()
233 switch_byte_t * remaining = nal_buf; in rtmp_rtmp2rtpH264()
242 switch_byte_t start = (uint8_t) 0x80; in rtmp_rtmp2rtpH264()
249 switch_byte_t payload[MAX_RTP_PAYLOAD_SIZE]; in rtmp_rtmp2rtpH264()
250 switch_byte_t end; in rtmp_rtmp2rtpH264()
256 end = (switch_byte_t) ((remaining_len > 0) ? 0 : 0x40); in rtmp_rtmp2rtpH264()
299 switch_byte_t *payload = frame->data; in rtmp_rtp2rtmpH264()
H A Dmod_rtmp.c423 switch_byte_t *data; in rtmp_read_frame()
488 data = (switch_byte_t *) tech_pvt->read_frame.data; in rtmp_read_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_esf/
H A Dmod_esf.c48 switch_byte_t op;
49 switch_byte_t channel;
58 switch_byte_t codec;
59 switch_byte_t flags;
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_httapi/
H A Dmod_httapi.c41 switch_byte_t set_params;
42 switch_byte_t set_vars;
43 switch_byte_t get_vars;
44 switch_byte_t extended_data;
45 switch_byte_t execute_apps;
46 switch_byte_t expand_vars;
48 switch_byte_t enabled;
49 switch_byte_t set_context;
50 switch_byte_t set_dp;
56 switch_byte_t enabled;
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_buffer.c43 switch_byte_t *data;
44 switch_byte_t *head;
H A Dswitch_core_port_allocator.c104 alloc->track = switch_core_alloc(pool, (alloc->track_len + 2) * sizeof(switch_byte_t)); in switch_core_port_allocator_new()
H A Dswitch_ivr_async.c49 switch_byte_t is_regex;
50 switch_byte_t is_priority;
65 switch_byte_t my_pool;
78 switch_byte_t is_match;
139 switch_byte_t my_pool = 0; in switch_ivr_dmachine_create()
256 switch_byte_t is_priority, in switch_ivr_dmachine_bind()
3034 switch_byte_t read_data[2048];
3035 switch_byte_t write_data[2048];
3036 switch_byte_t read_out[2048];
3037 switch_byte_t write_out[2048];
[all …]
H A Dswitch_core.c1789 switch_byte_t *byte; in switch_core_set_serial()
1799 byte = (switch_byte_t *) & ipi; in switch_core_set_serial()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_verto/
H A Dmod_verto.h189 switch_byte_t text_read_frame_data[SWITCH_RTP_MAX_BUF_LEN];
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_mp4/
H A Dmod_mp4.cpp307 switch_byte_t *data = (switch_byte_t *) pt->frame->packet; in play_video_function()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_reference/
H A Dmod_reference.c290 switch_byte_t *data; in channel_read_frame()
332 data = (switch_byte_t *) tech_pvt->read_frame.data; in channel_read_frame()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_shell_stream/
H A Dmod_shell_stream.c59 switch_byte_t data[MY_BUF_LEN]; in buffer_thread_run()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/applications/mod_fsv/
H A Dmod_fsv.c410 switch_byte_t *d = (switch_byte_t *) vid_frame.packet; in SWITCH_STANDARD_APP()
512 switch_byte_t *yuv = NULL; in SWITCH_STANDARD_APP()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dfreeswitch_wrap.cxx2250 switch_byte_t *arg2 = (switch_byte_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_bitpack_t_buf_set___()
2294 switch_byte_t *arg2 = (switch_byte_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_bitpack_t_cur_set___()
2360 switch_byte_t arg2 ; in CSharp_FreeSWITCHfNative_switch_bitpack_t_bits_cur_set___()
2382 switch_byte_t arg2 ; in CSharp_FreeSWITCHfNative_switch_bitpack_t_bits_rem_set___()
2404 switch_byte_t arg2 ; in CSharp_FreeSWITCHfNative_switch_bitpack_t_frame_bits_set___()
2426 switch_byte_t arg2 ; in CSharp_FreeSWITCHfNative_switch_bitpack_t_shiftby_set___()
20174 switch_byte_t *arg1 = (switch_byte_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_get_hex_bytes___()
28511 switch_byte_t *arg2 = (switch_byte_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_file_handle_dbuf_set___()
29889 switch_byte_t *arg2 = (switch_byte_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_asr_handle_dbuf_set___()
30717 switch_byte_t *arg2 = (switch_byte_t *) 0 ; in CSharp_FreeSWITCHfNative_switch_speech_handle_dbuf_set___()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/formats/mod_local_stream/
H A Dmod_local_stream.c127 switch_byte_t *abuf;
229 switch_byte_t *dist_buf; in read_stream_thread()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_unicall/
H A Dmod_unicall.c1015 switch_byte_t *data; in unicall_read_frame()
1030 data = (switch_byte_t *) tech_pvt->read_frame.data; in unicall_read_frame()

12