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

/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMELFDynamic.cpp25 void ARMELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) argument
28 if (pFormat.hasGOT())
32 void ARMELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) argument
35 if (pFormat.hasGOT())
36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonELFDynamic.cpp24 void HexagonELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) argument
27 if (pFormat.hasGOTPLT())
31 void HexagonELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) argument
34 if (pFormat.hasGOTPLT())
35 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp25 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) argument
28 if (pFormat.hasGOTPLT())
32 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) argument
35 if (pFormat.hasGOTPLT())
36 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOTPLT().addr());
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsELFDynamic.cpp38 void MipsELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) argument
41 if (pFormat.hasGOT())
52 void MipsELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) argument
55 if (pFormat.hasGOT())
56 applyOne(llvm::ELF::DT_PLTGOT, pFormat.getGOT().addr());
61 applyOne(MIPS_LOCAL_GOTNO, getLocalGotNum(pFormat));
62 applyOne(MIPS_SYMTABNO, getSymTabNum(pFormat));
63 applyOne(MIPS_GOTSYM, getGotSym(pFormat));
66 size_t MipsELFDynamic::getSymTabNum(const ELFFileFormat& pFormat) const
68 if (!pFormat
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DELFDynamic.cpp99 void ELFDynamic::reserveEntries(const ELFFileFormat& pFormat) argument
108 if (pFormat.hasInit())
111 if (pFormat.hasFini())
114 if (pFormat.hasInitArray()) {
119 if (pFormat.hasFiniArray()) {
124 if (pFormat.hasHashTab())
128 if (pFormat.hasGNUHashTab())
131 if (pFormat.hasDynSymTab()) {
136 if (pFormat.hasDynStrTab()) {
141 reserveTargetEntries(pFormat); // DT_PLTGO
201 applyEntries(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:__anon1701::__anon1702::__anon1703
57 #define SL_DATAFORMAT_NULL 0 // application specified a NULL value for pFormat
/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp90 audio_format_t* pFormat,
103 *pFormat = (audio_format_t)reply.readInt32();
111 int* pNumChannels, audio_format_t* pFormat,
126 *pFormat = (audio_format_t)reply.readInt32();
89 decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat, const sp<IMemoryHeap>& heap, size_t *pSize) argument
110 decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat, const sp<IMemoryHeap>& heap, size_t *pSize) argument
H A Dmediaplayer.cpp780 int* pNumChannels, audio_format_t* pFormat,
787 status = service->decode(url, pSampleRate, pNumChannels, pFormat, heap, pSize);
804 audio_format_t* pFormat,
812 pNumChannels, pFormat, heap, pSize);
779 decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat, const sp<IMemoryHeap>& heap, size_t *pSize) argument
802 decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat, const sp<IMemoryHeap>& heap, size_t *pSize) argument
H A DIAudioFlinger.cpp387 audio_format_t *pFormat,
396 audio_format_t format = pFormat != NULL ? *pFormat : AUDIO_FORMAT_DEFAULT;
422 if (pFormat != NULL) *pFormat = format;
471 audio_format_t *pFormat,
477 audio_format_t format = pFormat != NULL ? *pFormat : AUDIO_FORMAT_DEFAULT;
494 if (pFormat != NULL) *pFormat
384 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, const audio_offload_info_t *offloadInfo) argument
468 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.cpp1180 audio_format_t* pFormat,
1230 *pFormat = cache->format();
1232 *pSize, *pSampleRate, *pNumChannels, *pFormat);
1242 audio_format_t* pFormat,
1285 *pFormat = cache->format();
1287 *pSize, *pSampleRate, *pNumChannels, *pFormat);
1179 decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat, const sp<IMemoryHeap>& heap, size_t *pSize) argument
1240 decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat, const sp<IMemoryHeap>& heap, size_t *pSize) argument
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp1463 audio_format_t *pFormat,
1474 return af->openOutput((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask,
1482 audio_format_t *pFormat,
1493 return af->openOutput(module, pDevices, pSamplingRate, pFormat, pChannelMask,
1544 audio_format_t *pFormat,
1554 return af->openInput((audio_module_handle_t)0, pDevices, pSamplingRate, pFormat, pChannelMask);
1561 audio_format_t *pFormat,
1570 return af->openInput(module, pDevices, pSamplingRate, pFormat, pChannelMask);
1460 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
1478 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, const audio_offload_info_t *offloadInfo) argument
1541 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
1557 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.cpp1448 audio_format_t *pFormat,
1458 config.format = (pFormat != NULL) ? *pFormat : AUDIO_FORMAT_DEFAULT;
1527 if (pFormat != NULL) {
1528 *pFormat = config.format;
1674 audio_format_t *pFormat,
1682 config.format = (pFormat != NULL) ? *pFormat : AUDIO_FORMAT_DEFAULT;
1797 if (pFormat != NULL) {
1798 *pFormat
1445 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, const audio_offload_info_t *offloadInfo) argument
1671 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/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 1284 milliseconds