Searched refs:pFormat (Results 1 - 25 of 62) 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.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...]
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.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());
H A DARMELFDynamic.h25 void reserveTargetEntries(const ELFFileFormat& pFormat);
26 void applyTargetEntries(const ELFFileFormat& pFormat);
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86ELFDynamic.cpp24 void X86ELFDynamic::reserveTargetEntries(const ELFFileFormat& pFormat) argument
27 if (pFormat.hasGOTPLT())
31 void X86ELFDynamic::applyTargetEntries(const ELFFileFormat& pFormat) argument
34 if (pFormat.hasGOTPLT())
35 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.cpp89 const ELFFileFormat& pFormat)
98 if (pFormat.hasInit())
101 if (pFormat.hasFini())
104 if (pFormat.hasInitArray()) {
109 if (pFormat.hasFiniArray()) {
114 if (pFormat.hasHashTab())
117 if (pFormat.hasDynSymTab()) {
122 if (pFormat.hasDynStrTab()) {
127 reserveTargetEntries(pFormat); // DT_PLTGOT
129 if (pFormat
88 reserveEntries(const MCLDInfo& pLDInfo, const ELFFileFormat& pFormat) argument
174 applyEntries(const MCLDInfo& pInfo, const ELFFileFormat& pFormat) argument
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFDynamic.h120 const ELFFileFormat& pFormat);
127 const ELFFileFormat& pFormat);
148 virtual void reserveTargetEntries(const ELFFileFormat& pFormat) = 0;
151 virtual void applyTargetEntries(const ELFFileFormat& pFormat) = 0;
/frameworks/av/include/media/
H A DIMediaPlayerService.h51 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat) = 0;
52 virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat) = 0;
H A Dmediaplayer.h221 static sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat);
222 static sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat);
H A DIAudioFlinger.h138 audio_format_t *pFormat,
151 audio_format_t *pFormat,
/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:__anon1618::__anon1619::__anon1620
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/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.cpp89 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat) argument
97 *pFormat = (audio_format_t) reply.readInt32();
101 virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, audio_format_t* pFormat) argument
111 *pFormat = (audio_format_t) reply.readInt32();
/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;
H A DslesTestPlayFdPath.cpp99 audioSink.pFormat = NULL;
126 audioSource.pFormat = (void*)&mime;
H A DslesTestSawtoothBufferQueue.cpp177 audioSource.pFormat = (void *)&pcm;
184 audioSink.pFormat = NULL;

Completed in 5370 milliseconds

123