HomeSort by relevance Sort by last modified time
    Searched refs:pFormat (Results 51 - 75 of 92) sorted by null

1 23 4

  /frameworks/base/media/libmedia/
mediaplayer.cpp 712 /*static*/ sp<IMemory> MediaPlayer::decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat)
718 p = service->decode(url, pSampleRate, pNumChannels, pFormat);
732 /*static*/ sp<IMemory> MediaPlayer::decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat)
738 p = service->decode(fd, offset, length, pSampleRate, pNumChannels, pFormat);
  /device/moto/wingray/libaudio/
AudioHardware.h 210 int *pFormat,
277 int *pFormat,
  /device/samsung/crespo/libaudio/
AudioHardware.h 215 int *pFormat,
285 int *pFormat,
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.h 192 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat);
193 virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat);
MediaPlayerService.cpp     [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 242 int *pFormat,
279 int *pFormat,
  /system/media/wilhelm/tests/examples/
slesTestEqFdPath.cpp 109 audioSink.pFormat = NULL;
142 audioSource.pFormat = (void*)&mime;
slesTestEqOutputPath.cpp 118 audioSink.pFormat = NULL;
149 audioSource.pFormat = (void*)&mime;
slesTestSendToPresetReverb.cpp 139 audioSink.pFormat = NULL;
198 audioSource.pFormat = (void*)&mime;
slesTestDecodeToBuffQueue.cpp 340 decSource.pFormat = (void *) &decMime;
356 decDest.pFormat = (void * ) &pcm;
  /system/media/wilhelm/tests/listening/
slesTest_playMuteSolo.cpp 213 audioSink.pFormat = NULL;
234 audioSource.pFormat = (void*)&mime;
  /system/media/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;
slesTestSlowDownUri.cpp 230 audioSource.pFormat = (void *)&mime;
237 audioSink.pFormat = NULL;
  /system/media/wilhelm/tests/sandbox/
monkey.c 108 audioSrc.pFormat = &format_mime;
115 audioSnk.pFormat = NULL;
playbq.c 251 audioSrc.pFormat = &format_pcm;
259 audioSnk.pFormat = NULL;
  /system/media/wilhelm/tests/sandbox/streamSource/
slesTestPlayStream.cpp 240 audioSource.pFormat = (void *)&mime;
247 audioSink.pFormat = NULL;
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 35 SimpleDateFormat pFormat = new SimpleDateFormat("", Locale.ENGLISH);
55 pFormat.applyPattern(pattern);
57 Date result = pFormat.parse(input, position);
  /external/quake/quake/src/WinQuake/
snd_android.cpp 164 audioSource.pFormat = (void *)&pcm;
171 audioSink.pFormat = NULL;
  /system/media/wilhelm/src/android/
AudioRecorder_to_android.cpp 172 SLuint32 formatType = *(SLuint32 *)pAudioSnk->pFormat;
174 SLDataFormat_PCM *df_pcm = (SLDataFormat_PCM *)ar->mDataSink.u.mSink.pFormat;
AudioPlayer_to_android.cpp 562 const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSink->pFormat;
    [all...]
MediaPlayer_to_android.cpp 301 const SLuint32 sourceFormatType = *(SLuint32 *)pSrc->pFormat;
303 //const SLuint32 sinkFormatType = *(SLuint32 *)pAudioSnk->pFormat;
311 SLDataFormat_MIME *df_mime = (SLDataFormat_MIME *) pSrc->pFormat;
  /system/media/wilhelm/tests/automated/
BufferQueue_test.cpp 129 audiosrc.pFormat = &pcm;
131 audiosnk.pFormat = NULL;
  /system/media/wilhelm/src/desktop/
SndFile.c 141 SLuint32 formatType = *(SLuint32 *)pAudioSrc->pFormat;
  /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...]

Completed in 1164 milliseconds

1 23 4