HomeSort by relevance Sort by last modified time
    Searched full:pformat (Results 1 - 25 of 28) sorted by null

1 2

  /external/webkit/WebCore/platform/win/
WCDataObject.h 48 virtual HRESULT STDMETHODCALLTYPE GetDataHere(FORMATETC* pformat, STGMEDIUM* pmedium);
49 virtual HRESULT STDMETHODCALLTYPE QueryGetData(FORMATETC* pformat);
51 virtual HRESULT STDMETHODCALLTYPE SetData(FORMATETC* pformat, STGMEDIUM*pmedium, BOOL release);
  /frameworks/base/libs/audioflinger/
AudioHardwareGeneric.cpp 194 int *pFormat,
198 int lFormat = pFormat ? *pFormat : 0;
211 if (pFormat) *pFormat = format();
217 if (pFormat) *pFormat = lFormat;
313 int *pFormat,
318 if (pFormat == 0 || pChannels == 0 || pRate == 0) return BAD_VALUE;
319 LOGV("AudioStreamInGeneric::set(%p, %d, %d, %d, %u)", hw, fd, *pFormat, *pChannels, *pRate)
    [all...]
A2dpAudioInterface.cpp 232 uint32_t device, int *pFormat, uint32_t *pChannels, uint32_t *pRate)
234 int lFormat = pFormat ? *pFormat : 0;
249 if (pFormat) *pFormat = format();
255 if (pFormat) *pFormat = lFormat;
AudioHardwareStub.h 32 virtual status_t set(int *pFormat, uint32_t *pChannels, uint32_t *pRate);
49 virtual status_t set(int *pFormat, uint32_t *pChannels, uint32_t *pRate, AudioSystem::audio_in_acoustics acoustics);
AudioHardwareStub.cpp 119 status_t AudioStreamOutStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate)
121 if (pFormat) *pFormat = format();
168 status_t AudioStreamInStub::set(int *pFormat, uint32_t *pChannels, uint32_t *pRate,
AudioHardwareGeneric.h 43 int *pFormat,
76 int *pFormat,
AudioPolicyService.h 88 uint32_t *pFormat,
98 uint32_t *pFormat,
A2dpAudioInterface.h 81 int *pFormat,
AudioPolicyService.cpp 439 uint32_t *pFormat,
450 return af->openOutput(pDevices, pSamplingRate, (uint32_t *)pFormat, pChannels, pLatencyMs, flags);
496 uint32_t *pFormat,
506 return af->openInput(pDevices, pSamplingRate, (uint32_t *)pFormat, pChannels, acoustics);
AudioFlinger.h 115 uint32_t *pFormat,
130 uint32_t *pFormat,
  /frameworks/base/include/media/
IMediaPlayerService.h 45 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) = 0;
46 virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) = 0;
IAudioFlinger.h 114 uint32_t *pFormat,
125 uint32_t *pFormat,
mediaplayer.h 162 static sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat);
163 static sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat);
  /frameworks/base/media/libmedia/
IMediaPlayerService.cpp 105 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat)
113 *pFormat = reply.readInt32();
117 virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat)
127 *pFormat = reply.readInt32();
IAudioFlinger.cpp 341 uint32_t *pFormat,
349 uint32_t format = pFormat ? *pFormat : 0;
368 if (pFormat) *pFormat = format;
415 uint32_t *pFormat,
422 uint32_t format = pFormat ? *pFormat : 0;
438 if (pFormat) *pFormat = format
    [all...]
mediaplayer.cpp 605 /*static*/ sp<IMemory> MediaPlayer::decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat)
611 p = service->decode(url, pSampleRate, pNumChannels, pFormat);
625 /*static*/ sp<IMemory> MediaPlayer::decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat)
631 p = service->decode(fd, offset, length, pSampleRate, pNumChannels, pFormat);
  /hardware/msm7k/libaudio/
AudioHardware.cpp 666 AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate)
668 int lFormat = pFormat ? *pFormat : 0;
683 if (pFormat) *pFormat = format();
689 if (pFormat) *pFormat = lFormat;
881 AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate,
884 if (pFormat == 0 || *pFormat != AUDIO_HW_IN_FORMAT)
    [all...]
AudioHardware.h 165 int *pFormat,
205 int *pFormat,
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 121 int pformat = 0; local
154 wglChoosePixelFormatARB(hdc, iAttribs, fAttribs, 1, &pformat, &matches) && pformat ) {
167 return pformat;
  /frameworks/base/media/libmediaplayerservice/
MediaPlayerService.h 191 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat);
192 virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat);
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 244 int *pFormat,
287 int *pFormat,
AudioHardware.cpp     [all...]
  /external/quake/quake/src/QW/client/
snd_win.c 187 WAVEFORMATEX format, pformat; local
286 pformat = format;
288 if (DS_OK != pDSPBuf->lpVtbl->SetFormat (pDSPBuf, &pformat))
  /external/quake/quake/src/WinQuake/
snd_win.cpp 189 WAVEFORMATEX format, pformat; local
288 pformat = format;
290 if (DS_OK != pDSPBuf->lpVtbl->SetFormat (pDSPBuf, &pformat))
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 148 uint32_t *pFormat,
170 uint32_t *pFormat,

Completed in 1280 milliseconds

1 2