/frameworks/wilhelm/tests/examples/ |
slesTestRecBuffQueue.cpp | 198 recSource.pFormat = NULL; 213 recDest.pFormat = (void * ) &pcm;
|
slesTestSendToPresetReverb.cpp | 139 audioSink.pFormat = NULL; 198 audioSource.pFormat = (void*)&mime;
|
/frameworks/wilhelm/tests/listening/ |
slesTest_playMuteSolo.cpp | 213 audioSink.pFormat = NULL; 234 audioSource.pFormat = (void*)&mime;
|
/frameworks/wilhelm/tests/mimeUri/ |
slesTestGetPositionUri.cpp | 188 audioSource.pFormat = (void *)&mime; 195 audioSink.pFormat = NULL;
|
slesTestManyPlayers.cpp | 169 audioSource.pFormat = (void *)&mime; 176 audioSink.pFormat = NULL;
|
slesTestPlayUri.cpp | 181 audioSource.pFormat = (void *)&mime; 188 audioSink.pFormat = NULL;
|
slesTestSlowDownUri.cpp | 230 audioSource.pFormat = (void *)&mime; 237 audioSink.pFormat = NULL;
|
/frameworks/wilhelm/tests/sandbox/ |
playbq.c | 337 audioSrc.pFormat = &format_pcm; 345 audioSnk.pFormat = NULL;
|
playbq.cpp | 337 audioSrc.pFormat = &format_pcm; 345 audioSnk.pFormat = NULL;
|
xaplay.c | 414 dataSrc.pFormat = &fmtMime; 422 audioSnk.pFormat = NULL; 432 imageVideoSink.pFormat = NULL; [all...] |
/frameworks/wilhelm/tests/sandbox/streamSource/ |
slesTestPlayStream.cpp | 240 audioSource.pFormat = (void *)&mime; 247 audioSink.pFormat = NULL;
|
/frameworks/wilhelm/src/desktop/ |
SndFile.c | 141 SLuint32 formatType = *(SLuint32 *)pAudioSrc->pFormat;
|
/external/chromium_org/third_party/jinja2/ |
utils.py | 247 def pformat(obj, verbose=False): function 255 from pprint import pformat namespace 256 return pformat(obj)
|
filters.py | 16 from jinja2.utils import Markup, escape, pformat, urlize, soft_unicode namespace 376 return pformat(value, verbose=verbose)
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
image.c | 240 enum pipe_format pformat = vg_format_to_pipe(format); local 259 assert(screen->is_format_supported(screen, pformat, PIPE_TEXTURE_2D, 264 pt.format = pformat;
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
image.c | 240 enum pipe_format pformat = vg_format_to_pipe(format); local 259 assert(screen->is_format_supported(screen, pformat, PIPE_TEXTURE_2D, 264 pt.format = pformat;
|
/frameworks/wilhelm/src/android/ |
MediaPlayer_to_android.cpp | 313 const SLuint32 sourceFormatType = *(SLuint32 *)pSrc->pFormat; 315 //const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSnk->pFormat; 323 SLDataFormat_MIME *df_mime = (SLDataFormat_MIME *) pSrc->pFormat;
|
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | [all...] |
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.cpp | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ssl.py | 108 sys.stdout.write("\n" + pprint.pformat(p) + "\n") 120 sys.stdout.write("\n" + pprint.pformat(p) + "\n") 395 pprint.pformat(s.getpeercert())) 428 sys.stdout.write(" client cert is " + pprint.pformat(cert) + "\n") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ssl.py | 108 sys.stdout.write("\n" + pprint.pformat(p) + "\n") 120 sys.stdout.write("\n" + pprint.pformat(p) + "\n") 395 pprint.pformat(s.getpeercert())) 428 sys.stdout.write(" client cert is " + pprint.pformat(cert) + "\n") [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
SimpleDateFormatTest.java | 37 static SimpleDateFormat pFormat = new SimpleDateFormat("", Locale.ENGLISH); 83 pFormat.applyPattern(pattern); 85 Date result = pFormat.parse(input, position); [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/ |
case.py | 729 difflib.ndiff(pprint.pformat(seq1).splitlines(), 730 pprint.pformat(seq2).splitlines())) 841 pprint.pformat(d1).splitlines(), 842 pprint.pformat(d2).splitlines()))) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 722 difflib.ndiff(pprint.pformat(seq1).splitlines(), 723 pprint.pformat(seq2).splitlines())) 834 pprint.pformat(d1).splitlines(), 835 pprint.pformat(d2).splitlines()))) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/ |
case.py | 722 difflib.ndiff(pprint.pformat(seq1).splitlines(), 723 pprint.pformat(seq2).splitlines())) 834 pprint.pformat(d1).splitlines(), 835 pprint.pformat(d2).splitlines()))) [all...] |