Searched defs:pInput (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/av/media/libeffects/lvm/lib/Bass/src/
H A DLVDBE_Process.c85 LVM_INT16 *pInput = (LVM_INT16 *)pInData; local
115 Int16LShiftToInt32_16x32(pInput, /* Source 16-bit data */
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Process.c64 LVM_INT16 *pInput = (LVM_INT16 *)pInData; local
131 pInput = pOutData;
145 pInput,
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_Process.c75 const LVM_INT16 *pInput; local
86 pInput = pScratch + (2*NumSamples);
88 (LVM_INT16 *)pInput, /* Destination */
94 pInput = pInData;
125 pInput, /* Pointer to the input (unprocessed) data */
/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagnosticPrinter.h31 virtual void beginInput(const Input& pInput, const LinkerConfig& pConfig) {} argument
H A DRelocator.h69 /// initializeScan - do initialization before scan relocations in pInput
71 virtual bool initializeScan(Input& pInput) argument
74 /// finalizeScan - do finalization after scan relocations in pInput
76 virtual bool finalizeScan(Input& pInput) argument
79 /// initializeApply - do initialization before apply relocations in pInput
81 virtual bool initializeApply(Input& pInput) argument
84 /// finalizeApply - do finalization after apply relocations in pInput
86 virtual bool finalizeApply(Input& pInput) argument
/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp46 mcld::Input& pInput)
49 node->data = &pInput;
44 insert(TreeIteratorBase pRoot, const InputTree::Mover& pMover, mcld::Input& pInput) argument
/frameworks/compile/mclinker/lib/LD/
H A DELFBinaryReader.cpp41 bool ELFBinaryReader::readBinary(Input& pInput) argument
44 m_Builder.CreateELFHeader(pInput,
52 m_Builder.CreateELFHeader(pInput,
60 size_t data_size = pInput.memArea()->handler()->size();
61 Fragment* frag = m_Builder.CreateRegion(pInput, 0x0, data_size);
65 m_Builder.CreateELFHeader(pInput,
72 m_Builder.CreateELFHeader(pInput,
79 m_Builder.AddSymbol(pInput,
90 std::string mangled_name = pInput.path().filename().native();
98 m_Builder.AddSymbol(pInput,
[all...]
H A DELFReaderIf.cpp49 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, const Input& pInput) const
58 if (NULL == pInput.context()->getSection(pShndx) ||
59 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind())
102 ELFReaderIF::getSymFragmentRef(Input& pInput, argument
107 if (Input::DynObj == pInput.type())
116 LDSection* sect_hdr = pInput.context()->getSection(pShndx);
120 << pInput.path().native();
141 const Input& pInput) const
143 if (Input::Object == pInput.type()) {
H A DELFDynObjReader.cpp47 bool ELFDynObjReader::isMyFormat(Input &pInput) const
49 assert(pInput.hasMemArea());
54 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(),
67 pInput.memArea()->release(region);
72 bool ELFDynObjReader::readHeader(Input& pInput) argument
74 assert(pInput.hasMemArea());
77 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(),
81 bool shdr_result = m_pELFReader->readSectionHeaders(pInput, ELF_hd
91 readSymbols(Input& pInput) argument
[all...]
H A DTextDiagnosticPrinter.cpp159 void TextDiagnosticPrinter::beginInput(const Input& pInput, const LinkerConfig& pConfig) argument
161 m_pInput = &pInput;
H A DELFObjectReader.cpp60 bool ELFObjectReader::isMyFormat(Input &pInput) const
62 assert(pInput.hasMemArea());
67 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(),
80 pInput.memArea()->release(region);
85 bool ELFObjectReader::readHeader(Input& pInput) argument
87 assert(pInput.hasMemArea());
90 MemoryRegion* region = pInput.memArea()->request(pInput.fileOffset(),
93 bool result = m_pELFReader->readSectionHeaders(pInput, ELF_hd
99 readSections(Input& pInput) argument
267 readSymbols(Input& pInput) argument
301 readRelocations(Input& pInput) argument
[all...]
H A DEhFrameReader.cpp91 bool EhFrameReader::read<32, true>(Input& pInput, EhFrame& pEhFrame) argument
131 uint64_t file_off = pInput.fileOffset() + section.offset();
133 pInput.memArea()->request(file_off, section.size());
140 MemoryRegion* entry = pInput.memArea()->request(token.file_off, token.size);
144 debug(diag::debug_cannot_scan_eh) << pInput.name();
162 debug(diag::debug_cannot_parse_eh) << pInput.name();
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp92 const std::string& pInput,
98 if (pNamePair.from.size() > pInput.size())
104 if (0 == strncmp(pInput.c_str(),
91 matched(const NamePair& pNamePair, const std::string& pInput, unsigned int pHashValue) const argument
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_Process.c55 LVM_INT32 *pInput = (LVM_INT32 *)pInData; local
103 if(pInput != pOutput)
110 MonoTo2I_32(pInput, pOutput, NumSamples);
112 Copy_16((LVM_INT16 *)pInput,
145 ReverbBlock(pInput, pOutput, pLVREV_Private, (LVM_UINT16)SamplesToProcess);
147 pInput = (LVM_INT32 *)(pInput +(SamplesToProcess*format));
179 void ReverbBlock(LVM_INT32 *pInput, LVM_INT32 *pOutput, LVREV_Instance_st *pPrivate, LVM_UINT16 NumSamples) argument
219 pIn = pInput;
227 From2iToMono_32( pInput,
[all...]
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoReader.cpp176 RSInfo *RSInfo::ReadFromFile(InputFile &pInput, const DependencyTableTy &pDeps) { argument
182 const char *input_filename = pInput.getName().c_str();
183 const off_t cur_input_offset = pInput.tell();
185 if (pInput.hasError()) {
187 pInput.getErrorMessage().c_str());
191 filesize = pInput.getSize();
192 if (pInput.hasError()) {
194 input_filename, pInput.getErrorMessage().c_str());
199 map = pInput.createMap(/* pOffset */cur_input_offset,
203 input_filename, pInput
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DTargetLDBackend.h126 virtual bool readSection(Input& pInput, SectionData& pSD) argument
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c158 * \param pInput [IN] The input buffer param.
162 VO_U32 VO_API voAACEncSetInputData(VO_HANDLE hCodec, VO_CODECBUFFER * pInput) argument
167 if(NULL == hCodec || NULL == pInput || NULL == pInput->Buffer)
175 hAacEnc->inbuf = (short *)pInput->Buffer;
176 hAacEnc->inlen = pInput->Length / sizeof(short);
/frameworks/compile/libbcc/lib/Core/
H A DSource.cpp37 // and take the ownership of input memory buffer (i.e., pInput). On error,
38 // return NULL and will NOT take the ownership of pInput.
40 llvm::MemoryBuffer *pInput) {
42 llvm::Module *module = llvm::getLazyBitcodeModule(pInput, pContext, &error);
46 pInput->getBufferIdentifier(), error.c_str());
39 helper_load_bitcode(llvm::LLVMContext &pContext, llvm::MemoryBuffer *pInput) argument
/frameworks/compile/mclinker/lib/MC/
H A DInputBuilder.cpp108 bool InputBuilder::setContext(Input& pInput, bool pCheck) argument
114 if (0 != pInput.fileOffset() || !pCheck) {
115 // pInput is an object in an archive file. Produce a new context in this
120 // Using pInput.path() to avoid from creating context for identical file
122 context = m_pContextFactory->produce(pInput.path());
125 pInput.setContext(context);
129 bool InputBuilder::setMemory(Input& pInput, argument
133 MemoryArea *memory = m_pMemFactory->produce(pInput.path(), pMode, pPerm);
138 pInput.setMemArea(memory);
142 bool InputBuilder::setMemory(Input& pInput, voi argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DH264SwDecApi.c310 pInput pointer to input struct
334 H264SwDecRet H264SwDecDecode(H264SwDecInst decInst, H264SwDecInput *pInput, argument
348 if (pInput == NULL || pOutput == NULL)
350 DEC_API_TRC("H264SwDecDecode# ERROR: pInput or pOutput is NULL");
354 if ((pInput->pStream == NULL) || (pInput->dataLen == 0))
375 sprintf(pDecCont->str, "H264SwDecDecode# decInst %p pInput %p pOutput %p",
376 decInst, (void*)pInput, (void*)pOutput);
383 strmLen = pInput->dataLen;
384 tmpStream = pInput
[all...]
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dcolorspace.cpp58 uint8* const pInput = static_cast<uint8*>(env->GetDirectBufferAddress(input)); local
63 uint8* pInY = pInput;
64 uint8* pInU = pInput + size;
65 uint8* pInV = pInput + size + size / 4;
100 Rgba* pInput = static_cast<Rgba*>(env->GetDirectBufferAddress(input)); local
104 Rgba color_in = *pInput++;
115 Rgba* pInput = static_cast<Rgba*>(env->GetDirectBufferAddress(input)); local
121 Rgba color_in = *pInput++;
158 Rgba* pInput = static_cast<Rgba*>(env->GetDirectBufferAddress(input)); local
163 Rgba color_in = *pInput
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h296 Input& pInput);
304 Input& pInput);
339 mcld::Input& pInput)
342 node->data = &pInput;
338 insert(mcld::TreeIteratorBase pRoot, mcld::Input& pInput) argument
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsGOT.cpp221 void MipsGOT::initializeScan(const Input& pInput) argument
224 m_pInput = &pInput;
228 m_pInput = &pInput;
233 void MipsGOT::finalizeScan(const Input& pInput) argument
312 SizeTraits<32>::Address MipsGOT::getGPAddr(const Input& pInput) const
317 if (it->m_Inputs.count(&pInput))
328 SizeTraits<32>::Offset MipsGOT::getGPRelOffset(const Input& pInput,
331 SizeTraits<32>::Address gpAddr = getGPAddr(pInput);
H A DMipsRelocator.cpp115 bool MipsRelocator::initializeScan(Input& pInput) argument
117 getTarget().getGOT().initializeScan(pInput);
121 bool MipsRelocator::finalizeScan(Input& pInput) argument
123 getTarget().getGOT().finalizeScan(pInput);
127 bool MipsRelocator::initializeApply(Input& pInput) argument
129 m_pApplyingInput = &pInput;
133 bool MipsRelocator::finalizeApply(Input& pInput) argument
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMLDBackend.cpp424 bool ARMGNULDBackend::readSection(Input& pInput, SectionData& pSD) argument
427 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset();
430 MemoryRegion* region = pInput.memArea()->request(offset, size);

Completed in 3403 milliseconds

12