search for: part_

Displaying 14 results from an estimated 14 matches for "part_".

Did you mean: part
2015 Apr 16
3
Availability of the 1.1.1 stable version
...MODE_CELT_ONLY) > { > pcm_transition = pcm_transition_celt; > opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, > audiosize), 0); > } > > *_In "opus_decode_frame" again, as data is passed as NULL, goes to > else part_* > > if (data != NULL) > { > audiosize = st->frame_size; > mode = st->mode; > ec_dec_init(&dec,(unsigned char*)data,len); > } else { > audiosize = frame_size; > mode = st->prev_mode; >...
2015 Apr 16
2
Availability of the 1.1.1 stable version
...nsition = pcm_transition_celt; > > opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, > > audiosize), 0); > > } > > > > *_In "opus_decode_frame" again, as data is passed as NULL, goes to > > else part_* > > > > if (data != NULL) > > { > > audiosize = st->frame_size; > > mode = st->mode; > > ec_dec_init(&dec,(unsigned char*)data,len); > > } else { > >...
2015 Apr 16
0
Availability of the 1.1.1 stable version
...; > pcm_transition = pcm_transition_celt; > > opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, > > audiosize), 0); > > } > > > > *_In "opus_decode_frame" again, as data is passed as NULL, goes to > > else part_* > > > > if (data != NULL) > > { > > audiosize = st->frame_size; > > mode = st->mode; > > ec_dec_init(&dec,(unsigned char*)data,len); > > } else { > > audiosize = frame_size; >...
2003 Dec 24
8
G729 troubles
Hello, I've successfully installed Asterisk from last CVS and configured it for using with DLINK-DG104S as mgcp CPE and PGW2200 as external sip server. All are work fine at G711 codecs, but then I disable all codecs except g729 some calls failed (Not all calls. Some calls passed at g729 succesfully). All my devices configred to use only g729 and I don't see other codecs at mgcp or sip
2015 Apr 20
1
Availability of the 1.1.1 stable version
...> > opus_decode_frame(st, NULL, 0, pcm_transition, IMIN(F5, > > > audiosize), 0); > > > } > > > > > > *_In "opus_decode_frame" again, as data is passed as NULL, > goes to > > > else part_* > > > > > > if (data != NULL) > > > { > > > audiosize = st->frame_size; > > > mode = st->mode; > > > ec_dec_init(&dec,(unsigned char*)data,len); > > >...
2015 Apr 21
2
Availability of the 1.1.1 stable version
...on, > > IMIN(F5, > > > > audiosize), 0); > > > > } > > > > > > > > *_In "opus_decode_frame" again, as data is passed as > > NULL, goes to > > > > else part_* > > > > > > > > if (data != NULL) > > > > { > > > > audiosize = st->frame_size; > > > > mode = st->mode; > > > > ec_dec_init(&am...
2015 Apr 21
0
Availability of the 1.1.1 stable version
...ode_frame(st, NULL, 0, pcm_transition, > IMIN(F5, > > > audiosize), 0); > > > } > > > > > > *_In "opus_decode_frame" again, as data is passed as > NULL, goes to > > > else part_* > > > > > > if (data != NULL) > > > { > > > audiosize = st->frame_size; > > > mode = st->mode; > > > ec_dec_init(&dec,(unsigned char*)data,len...
2015 Apr 21
3
Availability of the 1.1.1 stable version
...> audiosize), 0); > > > > > } > > > > > > > > > > *_In "opus_decode_frame" again, as data is passed > as > > > NULL, goes to > > > > > else part_* > > > > > > > > > > if (data != NULL) > > > > > { > > > > > audiosize = st->frame_size; > > > > > mode = st->mode; > &gt...
2015 May 01
2
[LLVMdev] [cfe-dev] What does "debugger tuning" mean?
...y." "not LLDB" wouldn't be "on for GDB only" (it'd be "on for GDB and SCE" given the current debuggers) Poorly phrased on my part. The "not Darwin" part would become "not LLDB" and _when combined with the existing "not SCE" part_ could be refactored into "on for GDB only." Re extra artificial entries, the specific example being variables for local anonymous unions: I was inclined to just say it's a debugger bug and only enable the workaround when targeting that debugger specifically, and Eric wasn't. We...
2018 Jan 10
6
[PATCH 0/3] Handle GPT attribute flags
Hi all, Here is the series fixing the bug I mentioned on IRC regarding the GPT attribute flags to copy to the new disk in a virt-resize. Cédric Bosdonnat (3): daemon: make sgdisk_info_extract_uuid_field more generic New APIs: part_set_gpt_attributes and part_get_gpt_attributes resize: copy GPT partition flags daemon/parted.ml | 34 +++++++++++++++++++++++++++------- daemon/parted.mli | 3 +++ generator/actions_core.ml | 40 ++++++++++++++++++++++++++++++++++++++++ generator/proc_nr.ml | 2 ++ lib/M...
2015 Apr 21
0
Availability of the 1.1.1 stable version
...5, > > > > audiosize), 0); > > > > } > > > > > > > > *_In "opus_decode_frame" again, as data is passed as > > NULL, goes to > > > > else part_* > > > > > > > > if (data != NULL) > > > > { > > > > audiosize = st->frame_size; > > > > mode = st->mode; > > > >...
2015 Apr 13
2
Availability of the 1.1.1 stable version
Hi Jean-Marc, Thanks for your response. Please find the details as below. *Backtrace we got for this crash:* #0 0x0000000000800c54 in opus_decode_frame (st=0x38906b8f99d09c5, data=0xf0aa10b4ef1008ae <Address 0xf0aa10b4ef1008ae out of bounds>, len=-188613428, pcm=0x6e80016085efd57, frame_size=44037315, decode_fec=58716895) at src/opus_decoder.c:384 #1 0x00000000008009c0 in
2015 Apr 22
0
Availability of the 1.1.1 stable version
...>> > > > > } >> > > > > >> > > > > *_In "opus_decode_frame" again, as data is passed >> as >> > > NULL, goes to >> > > > > else part_* >> > > > > >> > > > > if (data != NULL) >> > > > > { >> > > > > audiosize = st->frame_size; >> > > > > mode = s...
2015 May 01
6
[LLVMdev] What does "debugger tuning" mean?
This is basically a reboot of the previous thread titled About the "debugger target" except that "target" was really too strong a term for what I had intended to use this feature for. "Debugger tuning" is more like it. You don't need to have read the previous thread, I'll recap here. Fundamentally, Clang/LLVM uses DWARF as the specification for the