HomeSort by relevance Sort by last modified time
    Searched refs:cvt (Results 1 - 23 of 23) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c 30 void SDLCALL SDL_ConvertMono(SDL_AudioCVT *cvt, Uint16 format)
43 src = cvt->buf;
44 dst = cvt->buf;
45 for ( i=cvt->len_cvt/2; i; --i ) {
57 src = (Sint8 *)cvt->buf;
58 dst = (Sint8 *)cvt->buf;
59 for ( i=cvt->len_cvt/2; i; --i ) {
71 src = cvt->buf;
72 dst = cvt->buf;
74 for ( i=cvt->len_cvt/4; i; --i )
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h 91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
203 * and rate, and initializes the 'cvt' structure with information needed
208 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
212 /* Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(),
213 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of
217 * cvt->buf should be allocated after the cvt structure is initialized by
218 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_audio.h 91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
203 * and rate, and initializes the 'cvt' structure with information needed
208 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
212 /* Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(),
213 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of
217 * cvt->buf should be allocated after the cvt structure is initialized by
218 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_audio.h 91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
203 * and rate, and initializes the 'cvt' structure with information needed
208 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
212 /* Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(),
213 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of
217 * cvt->buf should be allocated after the cvt structure is initialized by
218 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_audio.h 97 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
209 * and rate, and initializes the 'cvt' structure with information needed
214 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
218 /* Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(),
219 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of
223 * cvt->buf should be allocated after the cvt structure is initialized by
224 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_audio.h 91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
203 * and rate, and initializes the 'cvt' structure with information needed
208 extern DECLSPEC int SDLCALL SDL_BuildAudioCVT(SDL_AudioCVT *cvt,
212 /* Once you have initialized the 'cvt' structure using SDL_BuildAudioCVT(),
213 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of
217 * cvt->buf should be allocated after the cvt structure is initialized by
218 * SDL_BuildAudioCVT(), and should be cvt->len*cvt->len_mult bytes long
    [all...]
  /external/stlport/test/unit/
codecvt_test.cpp 512 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
519 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
530 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
539 int len = cvt.length(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), sizeof(wbuf) / sizeof(wchar_t));
544 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next,
555 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next,
570 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
579 int len = cvt.length(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), sizeof(wbuf) / sizeof(wchar_t));
584 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next
    [all...]
  /ndk/sources/android/stlport/test/unit/
codecvt_test.cpp 514 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
521 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc, to_next) == codecvt_base::ok );
523 CPPUNIT_ASSERT( cvt.in(state, &c, &c + 1, from_next, &wc, &wc + 1, to_next) == codecvt_base::ok );
532 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
541 int len = cvt.length(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), sizeof(wbuf) / sizeof(wchar_t));
546 res = cvt.in(state, cp936_str.data(), cp936_str.data() + cp936_str.size(), from_next,
557 res = cvt.out(state, cp936_wstr.data(), cp936_wstr.data() + cp936_wstr.size(), from_next,
572 codecvt<wchar_t, char, mbstate_t> const& cvt = use_facet<codecvt<wchar_t, char, mbstate_t> >(loc); local
581 int len = cvt.length(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), sizeof(wbuf) / sizeof(wchar_t));
586 res = cvt.in(state, utf8_str.data(), utf8_str.data() + utf8_str.size(), from_next
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_syswm.c 245 char *cvt = SDL_malloc(len + 1);
246 WideCharToMultiByte(CP_ACP, 0, lpsz, -1, cvt, len, NULL, NULL);
247 SetWindowText(SDL_Window, cvt);
248 SDL_free(cvt);
  /external/freetype/src/truetype/
ttpload.c 263 FT_TRACE2(( "CVT " ));
271 face->cvt = NULL;
279 if ( FT_NEW_ARRAY( face->cvt, face->cvt_size ) )
286 FT_Short* cur = face->cvt;
384 /* Load the cvt program. */
ttgxvar.c 207 /* cvt table, it will only be called once.) */
    [all...]
ttobjs.c 363 /* freeing the CVT */
364 FT_FREE( face->cvt );
452 /* disable CVT and glyph programs coderange */
556 FT_FREE( size->cvt );
625 /* allocate function defs, instruction defs, cvt, and storage area */
628 FT_NEW_ARRAY( size->cvt, size->cvt_size ) ||
681 /* rescale CVT when needed */
688 /* Scale the cvt values to the new ppem. */
689 /* We use by default the y ppem to scale the CVT. */
691 size->cvt[i] = FT_MulFix( face->cvt[i], size->ttmetrics.scale )
    [all...]
ttinterp.h 84 /* reading a cvt value. Take care of non-square pixels if necessary */
88 /* setting or moving a cvt value. Take care of non-square pixels */
154 FT_Long* cvt; member in struct:TT_ExecContextRec_
214 TT_Get_CVT_Func func_read_cvt; /* read a cvt entry */
215 TT_Set_CVT_Func func_write_cvt; /* write a cvt entry (in pixels) */
216 TT_Set_CVT_Func func_move_cvt; /* incr a cvt entry (in pixels) */
ttobjs.h 147 /* - the CVT Program */
205 /* The CVT is a one-dimensional array containing values that control */
210 /* to pixel coordinates before being used by the CVT and glyph programs. */
222 /* - All CVT values are scaled to the maximum ppem size. */
224 /* - When performing a read or write in the CVT, a ratio factor is used */
230 /* We choose ppem = x_ppem = 14 as the CVT scaling size. All cvt */
247 /* Reading a cvt value returns */
248 /* ratio * cvt[index] */
250 /* Writing a cvt value in pixels: *
317 FT_Long* cvt; member in struct:TT_SizeRec_
    [all...]
ttinterp.c 593 exec->cvt = size->cvt;
    [all...]
ttgload.c     [all...]
  /external/stlport/src/
locale_impl.cpp 164 locale::facet* cvt = 0; local
184 cvt = new codecvt_byname<char, char, mbstate_t>(name);
209 _STLP_UNWIND(delete cvt; delete ct);
213 this->insert(cvt, codecvt<char, char, mbstate_t>::id);
  /ndk/sources/android/stlport/src/
locale_impl.cpp 164 locale::facet* cvt = 0; local
184 cvt = new codecvt_byname<char, char, mbstate_t>(name);
209 _STLP_UNWIND(delete cvt; delete ct);
213 this->insert(cvt, codecvt<char, char, mbstate_t>::id);
  /frameworks/base/libs/rs/
rsAllocation.cpp 548 ElementConverter_t cvt = pickConverter(dst, src); local
549 cvt(texAlloc->getPtr(), data, w * h);
  /external/freetype/include/freetype/internal/
tttypes.h 1357 FT_Short* cvt; member in struct:TT_FaceRec_
    [all...]
  /bionic/libc/stdio/
vfprintf.c 120 static char *cvt(double, int, int, char *, int *, int, int *);
180 int ndig; /* actual number of digits returned by cvt */
515 cp = cvt(_double, prec, flags, &softsign,
1217 cvt(double value, int ndigits, int flags, char *sign, int *decpt, int ch, function
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 1072 vxor v2, v2, v11 ;# cvt Q0, P0 back to pels
1096 vxor v3, v3, v11 ;# cvt Q0, P0 back to pels
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.cpp 826 UConverter *cvt = ucnv_open("UTF-8", &status); local
    [all...]

Completed in 777 milliseconds