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

1 2 3 4

  /frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorAudioEncoder.h 30 M4ENCODER_AudioFormat* pFormat,
34 M4ENCODER_AudioFormat* pFormat,
38 M4ENCODER_AudioFormat* pFormat,
VideoEditorVideoEncoder.h 27 M4OSA_ERR VideoEditorVideoEncoder_getInterface_H263(M4ENCODER_Format* pFormat,
30 M4OSA_ERR VideoEditorVideoEncoder_getInterface_MPEG4(M4ENCODER_Format* pFormat,
33 M4OSA_ERR VideoEditorVideoEncoder_getInterface_H264(M4ENCODER_Format* pFormat,
  /cts/tests/tests/nativemedia/src/
SLObjectCreationTest.cpp 130 audioSink.pFormat = NULL;
140 audioSource.pFormat = &formatMimeSrc;
152 audioSource.pFormat = &formatMimeSrc;
166 audioSink.pFormat = (void *) &formatPcmSnk;
217 audioSource.pFormat = &pcm;
233 audioSource.pFormat = (void *)&formatMimeSrc;
271 audioSource.pFormat = (void *) &formatMimeSrc;
288 audioSource.pFormat = NULL;
  /frameworks/base/include/media/
IMediaPlayerService.h 46 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) = 0;
47 virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) = 0;
IAudioFlinger.h 116 uint32_t *pFormat,
127 uint32_t *pFormat,
mediaplayer.h 193 static sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat);
194 static sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat);
  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.cpp 175 AudioHardware* hw, uint32_t devices, int *pFormat, uint32_t *pChannels, uint32_t *pRate)
177 int lFormat = pFormat ? *pFormat : 0;
193 if (pFormat) *pFormat = format();
199 if (pFormat) *pFormat = lFormat;
  /device/generic/goldfish/audio/
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...]
AudioHardwareGeneric.h 45 int *pFormat,
78 int *pFormat,
  /hardware/libhardware_legacy/audio/
AudioHardwareGeneric.cpp 196 int *pFormat,
200 int lFormat = pFormat ? *pFormat : 0;
213 if (pFormat) *pFormat = format();
219 if (pFormat) *pFormat = lFormat;
315 int *pFormat,
320 if (pFormat == 0 || pChannels == 0 || pRate == 0) return BAD_VALUE;
321 LOGV("AudioStreamInGeneric::set(%p, %d, %d, %d, %u)", hw, fd, *pFormat, *pChannels, *pRate)
    [all...]
AudioPolicyCompatClient.cpp 35 uint32_t *pFormat,
40 return mServiceOps->open_output(mService, pDevices, pSamplingRate, pFormat,
68 uint32_t *pFormat,
72 return mServiceOps->open_input(mService, pDevices, pSamplingRate, pFormat,
AudioPolicyCompatClient.h 40 uint32_t *pFormat,
51 uint32_t *pFormat,
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,
A2dpAudioInterface.cpp 236 uint32_t device, int *pFormat, uint32_t *pChannels, uint32_t *pRate)
238 int lFormat = pFormat ? *pFormat : 0;
253 if (pFormat) *pFormat = format();
259 if (pFormat) *pFormat = lFormat;
AudioHardwareGeneric.h 46 int *pFormat,
79 int *pFormat,
  /system/media/wilhelm/src/
data.c 336 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat,
343 if (NULL == pFormat) {
346 formatType = *(SLuint32 *)pFormat;
350 pDataFormat->mPCM = *(SLDataFormat_PCM *)pFormat;
482 pDataFormat->mMIME = *(SLDataFormat_MIME *)pFormat;
503 pDataFormat->mRawImage = *(XADataFormat_RawImage *)pFormat;
745 pDataLocatorFormat->u.mSource.pFormat = &pDataLocatorFormat->mFormat;
773 // Per the spec, the pFormat field is ignored in some cases
775 myDataSrc.pFormat = NULL;
803 result = checkDataFormat(name, myDataSrc.pFormat, &pDataLocatorFormat->mFormat
    [all...]
data.h 47 DataFormat *pFormat;
57 #define SL_DATAFORMAT_NULL 0 // application specified a NULL value for pFormat
  /system/media/wilhelm/tests/sandbox/
xa.c 90 dataSrc.pFormat = &fmtMime;
96 audioSnk.pFormat = NULL;
103 imageVideoSink.pFormat = NULL;
srcsink.c 52 audioSrc.pFormat = &format_pcm;
60 audioSnk.pFormat = NULL;
96 audioSnk.pFormat = (void *) 0xDEADBEEF;
101 audioSnk.pFormat = NULL;
urimime.c 66 audioSrc.pFormat = &format_mime;
74 audioSnk.pFormat = NULL;
  /frameworks/base/media/libmedia/
IMediaPlayerService.cpp 81 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat)
89 *pFormat = reply.readInt32();
93 virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat)
103 *pFormat = reply.readInt32();
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp 666 M4ENCODER_AudioFormat format, M4ENCODER_AudioFormat* pFormat,
671 VIDEOEDITOR_CHECK(M4OSA_NULL != pFormat, M4ERR_PARAMETER);
674 LOGV("VideoEditorAudioEncoder_getInterface 0x%x 0x%x",pFormat,
679 *pFormat = format;
723 M4ENCODER_AudioFormat* pFormat,
726 M4ENCODER_kAAC, pFormat, pEncoderInterface);
730 M4ENCODER_AudioFormat* pFormat,
734 M4ENCODER_kAMRNB, pFormat, pEncoderInterface);
738 M4ENCODER_AudioFormat* pFormat,
743 M4ENCODER_kMP3, pFormat, pEncoderInterface)
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 175 uint32_t *pFormat,
197 uint32_t *pFormat,
  /system/media/wilhelm/tests/listening/
seekTorture.c 69 audiosrc.pFormat = &mime;
71 audiosnk.pFormat = NULL;

Completed in 252 milliseconds

1 2 3 4