search for: this_

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

Did you mean: this
2015 Apr 16
3
Availability of the 1.1.1 stable version
...size = frame_size; > mode = st->prev_mode; > > *_As the mode is made as prev mode now, which was a silk, this goes > inside,_* > > /* SILK processing */ > if (mode != MODE_CELT_ONLY) > { > > *_Then in this function called this_*, > > silk_ret = silk_Decode( silk_dec, &st->DecControl, > lost_flag, first_frame, &dec, > pcm_ptr, &silk_frame_size ); > > > *_And finally, somehow, the "silk_frame_size" is a negative value (...
2015 Apr 16
2
Availability of the 1.1.1 stable version
...*_As the mode is made as prev mode now, which was a silk, this > goes > > inside,_* > > > > /* SILK processing */ > > if (mode != MODE_CELT_ONLY) > > { > > > > *_Then in this function called this_*, > > > > silk_ret = silk_Decode( silk_dec, &st->DecControl, > > lost_flag, first_frame, &dec, > > pcm_ptr, &silk_frame_size ); > > > > > > *_And finally, som...
2015 Apr 16
0
Availability of the 1.1.1 stable version
...t->prev_mode; > > > > *_As the mode is made as prev mode now, which was a silk, this goes > > inside,_* > > > > /* SILK processing */ > > if (mode != MODE_CELT_ONLY) > > { > > > > *_Then in this function called this_*, > > > > silk_ret = silk_Decode( silk_dec, &st->DecControl, > > lost_flag, first_frame, &dec, > > pcm_ptr, &silk_frame_size ); > > > > > > *_And finally, somehow, the "silk_frame_s...
2006 Jul 06
3
Understanding date_select naming conventions
I am using the date_select helper to generate date select elements in a form. I notice that the generated HTML shows that these selects have the following names: Month: current_job[StartDate(2i)] Day: current_job[StartDate(3i)] Year: current_job[StartDate(1i)] I''m assuming that the Xi identifiers somehow specify the appropriate date part from a date or time value. Can anyone
2015 Apr 20
1
Availability of the 1.1.1 stable version
...ow, which was a silk, this > > goes > > > inside,_* > > > > > > /* SILK processing */ > > > if (mode != MODE_CELT_ONLY) > > > { > > > > > > *_Then in this function called this_*, > > > > > > silk_ret = silk_Decode( silk_dec, &st->DecControl, > > > lost_flag, first_frame, &dec, > > > pcm_ptr, &silk_frame_size ); > > > > > > > &...
2015 Apr 21
2
Availability of the 1.1.1 stable version
...; > inside,_* > > > > > > > > /* SILK processing */ > > > > if (mode != MODE_CELT_ONLY) > > > > { > > > > > > > > *_Then in this function called this_*, > > > > > > > > silk_ret = silk_Decode( silk_dec, > &st->DecControl, > > > > lost_flag, first_frame, > > &dec, > > > > pcm_ptr, &silk_fra...
2015 Apr 21
0
Availability of the 1.1.1 stable version
...> goes > > > inside,_* > > > > > > /* SILK processing */ > > > if (mode != MODE_CELT_ONLY) > > > { > > > > > > *_Then in this function called this_*, > > > > > > silk_ret = silk_Decode( silk_dec, &st->DecControl, > > > lost_flag, first_frame, > &dec, > > > pcm_ptr, &silk_frame_size ); > > &...
2015 Apr 21
3
Availability of the 1.1.1 stable version
...> > > > > > /* SILK processing */ > > > > > if (mode != MODE_CELT_ONLY) > > > > > { > > > > > > > > > > *_Then in this function called this_*, > > > > > > > > > > silk_ret = silk_Decode( silk_dec, > > &st->DecControl, > > > > > lost_flag, > > first_frame, > > > &...
2015 Apr 21
0
Availability of the 1.1.1 stable version
...> > > > > > > > /* SILK processing */ > > > > if (mode != MODE_CELT_ONLY) > > > > { > > > > > > > > *_Then in this function called this_*, > > > > > > > > silk_ret = silk_Decode( silk_dec, > &st->DecControl, > > > > lost_flag, > first_frame, > > &dec, > > >...
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
2003 Mar 01
12
encrypt authentication credentials with payload in the clear?
Is it possible to use encryption only for authenticate and then switch to no encryption? I've looked at the code for OpenSSH 3.5p1, cipher.c, and it looks like the answer is no, at least for protocol 1. However, I cannot tell if that is a deliberate design limitation of the implementation or if it is inherent in ssh protocol 2. My dilemma is a customer who wants to use their network IDS
2015 Apr 22
0
Availability of the 1.1.1 stable version
...; > > > /* SILK processing */ >> > > > > if (mode != MODE_CELT_ONLY) >> > > > > { >> > > > > >> > > > > *_Then in this function called this_*, >> > > > > >> > > > > silk_ret = silk_Decode( silk_dec, >> > &st->DecControl, >> > > > > lost_flag, >> > first_frame, >>...
2011 May 13
0
Wine release 1.3.20
...Mesh::CloneMesh without vertex buffer conversion. d3dx9: Implement D3DXMESHOPT_COMPACT for ID3DXMesh::OptimizeInplace. d3dx9: Create compact_mesh helper function for OptimizeInplace. d3dx9: Implement D3DXMESHOPT_ATTRSORT|D3DXMESHOPT_IGNOREVERTS. include: Replace a THIS, with THIS_ for a method with parameters. Eric Pouech (7): winedump: Correctly get to the optional header for 64 bit images. winedump: Simplify code a bit by using get_dir_and_size(). winedump: Simplify code a bit by using IMAGE_FIRST_SECTION() macro. dbghelp: Don't try to load fie...
2011 May 27
0
Wine release 1.3.21
...nplace. d3dx9/tests: Fix a normal comparison for triangles with zero area. d3dxof: Remove assumption of 4 bytes pointers for LPSTR value. d3dx9: Implement D3DXFrameDestroy. d3dx9/tests: Correct ok messages to be consistent with their test. include: Replace a THIS, with THIS_ for a method with parameters. ddraw: Avoid clearing some memory unnecessarily. ddraw: Don't interpret end padding as dwCaps2 for x64. ddraw: Keep a function declaration within the include guard. d3dx9: Implement D3DXLoadMeshHierarchy for only loading frames. d3dx9:...