Searched defs:cvt (Results 1 - 7 of 7) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/audio/
H A DSDL_audiocvt.c30 void SDLCALL SDL_ConvertMono(SDL_AudioCVT *cvt, Uint16 format) argument
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
137 SDL_ConvertStrip(SDL_AudioCVT *cvt, Uint16 format) argument
253 SDL_ConvertStrip_2(SDL_AudioCVT *cvt, Uint16 format) argument
368 SDL_ConvertStereo(SDL_AudioCVT *cvt, Uint16 format) argument
406 SDL_ConvertSurround(SDL_AudioCVT *cvt, Uint16 format) argument
583 SDL_ConvertSurround_4(SDL_AudioCVT *cvt, Uint16 format) argument
736 SDL_Convert16LSB(SDL_AudioCVT *cvt, Uint16 format) argument
759 SDL_Convert16MSB(SDL_AudioCVT *cvt, Uint16 format) argument
783 SDL_Convert8(SDL_AudioCVT *cvt, Uint16 format) argument
809 SDL_ConvertSign(SDL_AudioCVT *cvt, Uint16 format) argument
838 SDL_ConvertEndian(SDL_AudioCVT *cvt, Uint16 format) argument
860 SDL_RateMUL2(SDL_AudioCVT *cvt, Uint16 format) argument
898 SDL_RateMUL2_c2(SDL_AudioCVT *cvt, Uint16 format) argument
941 SDL_RateMUL2_c4(SDL_AudioCVT *cvt, Uint16 format) argument
997 SDL_RateMUL2_c6(SDL_AudioCVT *cvt, Uint16 format) argument
1064 SDL_RateDIV2(SDL_AudioCVT *cvt, Uint16 format) argument
1099 SDL_RateDIV2_c2(SDL_AudioCVT *cvt, Uint16 format) argument
1137 SDL_RateDIV2_c4(SDL_AudioCVT *cvt, Uint16 format) argument
1180 SDL_RateDIV2_c6(SDL_AudioCVT *cvt, Uint16 format) argument
1229 SDL_RateSLOW(SDL_AudioCVT *cvt, Uint16 format) argument
1303 SDL_ConvertAudio(SDL_AudioCVT *cvt) argument
1327 SDL_BuildAudioCVT(SDL_AudioCVT *cvt, Uint16 src_format, Uint8 src_channels, int src_rate, Uint16 dst_format, Uint8 dst_channels, int dst_rate) argument
[all...]
/external/stlport/test/unit/
H A Dcodecvt_test.cpp512 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
[all...]
/external/freetype/src/truetype/
H A Dttinterp.h84 /* 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) */
H A Dttobjs.h230 /* 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: */
251 /* cvt[index] / ratio */
317 FT_Long* cvt; member in struct:TT_SizeRec_
/external/stlport/src/
H A Dlocale_impl.cpp164 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);
/external/freetype/include/freetype/internal/
H A Dtttypes.h1213 /* cvt_program_size :: The size in bytecodes of the face's cvt */
1216 /* cvt_program :: The face's cvt program (bytecode stream) */
1224 /* cvt :: The face's original control value table. */
1226 /* units. Comes from the `cvt ' table. */
1351 /* the cvt program, if any */
1357 FT_Short* cvt; member in struct:TT_FaceRec_
/external/chromium/third_party/icu/source/test/intltest/
H A Drbbitst.cpp826 UConverter *cvt = ucnv_open("UTF-8", &status); local
835 ucnv_fromUChars(cvt, u8word, 500, word->getBuffer(), word->length(),
843 ucnv_close(cvt);

Completed in 127 milliseconds