Searched defs:pFormat (Results 1 - 16 of 16) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.cpp24 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) argument
27 if (pFormat.hasGOT())
31 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) argument
34 if (pFormat.hasGOT())
35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp22 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) { argument
24 if (m_HasGOTPLT ? pFormat.hasGOTPLT() : pFormat.hasGOT())
28 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) { argument
31 if (pFormat.hasGOTPLT())
32 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
34 else if (pFormat.hasGOT())
35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.cpp37 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) argument
40 if (pFormat.hasGOT())
51 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) argument
54 if (pFormat.hasGOT())
55 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
60 applyOne(MIPS_LOCAL_GOTNO, getLocalGotNum(pFormat));
61 applyOne(MIPS_SYMTABNO, getSymTabNum(pFormat));
62 applyOne(MIPS_GOTSYM, getGotSym(pFormat));
65 size_t MipsELFDynamic::getSymTabNum(const ELFFileFormat& pFormat) const
67 if (!pFormat
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp90 const ELFFileFormat& pFormat)
99 if (pFormat.hasInit())
102 if (pFormat.hasFini())
105 if (pFormat.hasInitArray()) {
110 if (pFormat.hasFiniArray()) {
115 if (pFormat.hasHashTab())
118 if (pFormat.hasDynSymTab()) {
123 if (pFormat.hasDynStrTab()) {
128 reserveTargetEntries(pFormat); // DT_PLTGOT
130 if (pFormat
89 reserveEntries(const MCLDInfo& pLDInfo, const ELFFileFormat& pFormat) argument
153 applyEntries(const MCLDInfo& pInfo, const ELFFileFormat& pFormat) argument
[all...]
/frameworks/wilhelm/src/
H A Ddata.c336 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat, argument
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,
[all...]
H A Ddata.h47 DataFormat *pFormat; member in struct:__anon1596::__anon1597::__anon1598
57 #define SL_DATAFORMAT_NULL 0 // application specified a NULL value for pFormat
/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp83 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat) argument
91 *pFormat = (audio_format_t) reply.readInt32();
95 virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat) argument
105 *pFormat = (audio_format_t) reply.readInt32();
H A Dmediaplayer.cpp757 /*static*/ sp<IMemory> MediaPlayer::decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat) argument
763 p = service->decode(url, pSampleRate, pNumChannels, pFormat);
777 /*static*/ sp<IMemory> MediaPlayer::decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat) argument
783 p = service->decode(fd, offset, length, pSampleRate, pNumChannels, pFormat);
H A DIAudioFlinger.cpp364 audio_format_t *pFormat,
372 audio_format_t format = pFormat ? *pFormat : AUDIO_FORMAT_DEFAULT;
392 if (pFormat) *pFormat = format;
441 audio_format_t *pFormat,
447 audio_format_t format = pFormat ? *pFormat : AUDIO_FORMAT_DEFAULT;
463 if (pFormat) *pFormat
361 openOutput(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags) argument
438 openInput(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask) argument
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioEncoder.cpp673 M4ENCODER_AudioFormat format, M4ENCODER_AudioFormat* pFormat,
678 VIDEOEDITOR_CHECK(M4OSA_NULL != pFormat, M4ERR_PARAMETER);
681 ALOGV("VideoEditorAudioEncoder_getInterface 0x%x 0x%x",pFormat,
686 *pFormat = format;
730 M4ENCODER_AudioFormat* pFormat,
733 M4ENCODER_kAAC, pFormat, pEncoderInterface);
737 M4ENCODER_AudioFormat* pFormat,
741 M4ENCODER_kAMRNB, pFormat, pEncoderInterface);
745 M4ENCODER_AudioFormat* pFormat,
750 M4ENCODER_kMP3, pFormat, pEncoderInterfac
672 VideoEditorAudioEncoder_getInterface( M4ENCODER_AudioFormat format, M4ENCODER_AudioFormat* pFormat, M4ENCODER_AudioGlobalInterface** pEncoderInterface) argument
729 VideoEditorAudioEncoder_getInterface_AAC( M4ENCODER_AudioFormat* pFormat, M4ENCODER_AudioGlobalInterface** pEncoderInterface) argument
736 VideoEditorAudioEncoder_getInterface_AMRNB( M4ENCODER_AudioFormat* pFormat, M4ENCODER_AudioGlobalInterface** pEncoderInterface) argument
744 VideoEditorAudioEncoder_getInterface_MP3( M4ENCODER_AudioFormat* pFormat, M4ENCODER_AudioGlobalInterface** pEncoderInterface) argument
[all...]
H A DVideoEditorVideoEncoder.cpp1217 M4ENCODER_Format* pFormat,
1222 VIDEOEDITOR_CHECK(M4OSA_NULL != pFormat, M4ERR_PARAMETER);
1225 ALOGV("VideoEditorVideoEncoder_getInterface begin 0x%x 0x%x %d", pFormat,
1231 *pFormat = format;
1283 M4OSA_ERR VideoEditorVideoEncoder_getInterface_H263(M4ENCODER_Format* pFormat, argument
1285 return VideoEditorVideoEncoder_getInterface(M4ENCODER_kH263, pFormat,
1289 M4OSA_ERR VideoEditorVideoEncoder_getInterface_MPEG4(M4ENCODER_Format* pFormat, argument
1291 return VideoEditorVideoEncoder_getInterface(M4ENCODER_kMPEG4, pFormat,
1295 M4OSA_ERR VideoEditorVideoEncoder_getInterface_H264(M4ENCODER_Format* pFormat, argument
1297 return VideoEditorVideoEncoder_getInterface(M4ENCODER_kH264, pFormat,
1216 VideoEditorVideoEncoder_getInterface(M4ENCODER_Format format, M4ENCODER_Format* pFormat, M4ENCODER_GlobalInterface** pEncoderInterface, M4ENCODER_OpenMode mode) argument
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1303 sp<IMemory> MediaPlayerService::decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat) argument
1351 *pFormat = cache->format();
1352 ALOGV("return memory @ %p, sampleRate=%u, channelCount = %d, format = %d", mem->pointer(), *pSampleRate, *pNumChannels, *pFormat);
1359 sp<IMemory> MediaPlayerService::decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat) argument
1398 *pFormat = cache->format();
1399 ALOGV("return memory @ %p, sampleRate=%u, channelCount = %d, format = %d", mem->pointer(), *pSampleRate, *pNumChannels, *pFormat);
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp1349 audio_format_t *pFormat,
1360 return af->openOutput((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask,
1368 audio_format_t *pFormat,
1378 return af->openOutput(module, pDevices, pSamplingRate, pFormat, pChannelMask,
1429 audio_format_t *pFormat,
1439 return af->openInput((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask);
1446 audio_format_t *pFormat,
1455 return af->openInput(module, pDevices, pSamplingRate, pFormat, pChannelMask);
1346 aps_open_output(void *service, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags) argument
1364 aps_open_output_on_module(void *service, audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags) argument
1426 aps_open_input(void *service, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, audio_in_acoustics_t acoustics) argument
1442 aps_open_input_on_module(void *service, audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask) argument
H A DAudioFlinger.cpp6754 audio_format_t *pFormat,
6764 format: pFormat ? *pFormat : AUDIO_FORMAT_DEFAULT,
6821 if (pFormat != NULL) *pFormat = config.format;
6971 audio_format_t *pFormat,
6979 format: pFormat ? *pFormat : AUDIO_FORMAT_DEFAULT,
7036 if (pFormat != NULL) *pFormat
6751 openOutput(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, audio_channel_mask_t *pChannelMask, uint32_t *pLatencyMs, audio_output_flags_t flags) argument
6968 openInput(audio_module_handle_t module, audio_devices_t *pDevices, uint32_t *pSamplingRate, audio_format_t *pFormat, uint32_t *pChannelMask) argument
[all...]
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h368 void *pFormat; member in struct:SLDataSource_
374 void *pFormat; member in struct:SLDataSink_
/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h294 void * pFormat; member in struct:XADataSink_
299 void * pFormat; member in struct:XADataSource_

Completed in 285 milliseconds