Searched refs:pFormat (Results 1 - 25 of 65) sorted by relevance

123

/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorAudioEncoder.h30 M4ENCODER_AudioFormat* pFormat,
34 M4ENCODER_AudioFormat* pFormat,
38 M4ENCODER_AudioFormat* pFormat,
H A DVideoEditorVideoEncoder.h27 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,
/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...]
H A DMipsELFDynamic.h31 void reserveTargetEntries(const ELFFileFormat& pFormat);
32 void applyTargetEntries(const ELFFileFormat& pFormat);
34 size_t getSymTabNum(const ELFFileFormat& pFormat) const;
35 size_t getGotSym(const ELFFileFormat& pFormat) const;
36 size_t getLocalGotNum(const ELFFileFormat& pFormat) const;
/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());
H A DARMELFDynamic.h25 void reserveTargetEntries(const ELFFileFormat& pFormat);
26 void applyTargetEntries(const ELFFileFormat& pFormat);
/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());
H A DHexagonELFDynamic.h26 void reserveTargetEntries(const ELFFileFormat& pFormat);
27 void applyTargetEntries(const ELFFileFormat& pFormat);
/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());
H A DX86ELFDynamic.h26 void reserveTargetEntries(const ELFFileFormat& pFormat);
27 void applyTargetEntries(const ELFFileFormat& pFormat);
/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/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h155 void reserveEntries(const ELFFileFormat& pFormat);
161 void applyEntries(const ELFFileFormat& pFormat);
176 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0;
179 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
/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:__anon1700::__anon1701::__anon1702
57 #define SL_DATAFORMAT_NULL 0 // application specified a NULL value for pFormat
/frameworks/wilhelm/tests/sandbox/
H A Dxa.c90 dataSrc.pFormat = &fmtMime;
96 audioSnk.pFormat = NULL;
103 imageVideoSink.pFormat = NULL;
H A Dsrcsink.c52 audioSrc.pFormat = &format_pcm;
60 audioSnk.pFormat = NULL;
96 audioSnk.pFormat = (void *) 0xDEADBEEF;
101 audioSnk.pFormat = NULL;
H A Durimime.c66 audioSrc.pFormat = &format_mime;
74 audioSnk.pFormat = NULL;
/frameworks/av/include/media/
H A DIMediaPlayerService.h53 audio_format_t* pFormat,
56 int* pNumChannels, audio_format_t* pFormat,
H A DIAudioFlinger.h148 audio_format_t *pFormat,
162 audio_format_t *pFormat,
H A Dmediaplayer.h228 audio_format_t* pFormat,
231 int* pNumChannels, audio_format_t* pFormat,
/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...]
/frameworks/wilhelm/tests/listening/
H A DseekTorture.c69 audiosrc.pFormat = &mime;
71 audiosnk.pFormat = NULL;
/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
/frameworks/wilhelm/tests/examples/
H A DslesTestFeedback.cpp310 audiosrc.pFormat = &pcm;
312 audiosnk.pFormat = NULL;
346 audiosrc.pFormat = NULL;
350 audiosnk.pFormat = &pcm;
H A DslesTestBassBoostPath.cpp104 audioSink.pFormat = NULL;
137 audioSource.pFormat = (void*)&mime;

Completed in 1336 milliseconds

123