Searched defs:pInput (Results 1 - 25 of 46) sorted by path

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/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/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/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c162 * \param pInput [IN] The input buffer param.
166 VO_U32 VO_API voAACEncSetInputData(VO_HANDLE hCodec, VO_CODECBUFFER * pInput) argument
171 if(NULL == hCodec || NULL == pInput || NULL == pInput->Buffer)
179 hAacEnc->inbuf = (short *)pInput->Buffer;
180 hAacEnc->inlen = pInput->Length / sizeof(short);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DH264SwDecApi.c313 pInput pointer to input struct
337 H264SwDecRet H264SwDecDecode(H264SwDecInst decInst, H264SwDecInput *pInput, argument
351 if (pInput == NULL || pOutput == NULL)
353 DEC_API_TRC("H264SwDecDecode# ERROR: pInput or pOutput is NULL");
357 if ((pInput->pStream == NULL) || (pInput->dataLen == 0))
378 sprintf(pDecCont->str, "H264SwDecDecode# decInst %p pInput %p pOutput %p",
379 decInst, (void*)pInput, (void*)pOutput);
386 strmLen = pInput->dataLen;
387 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/libbcc/lib/Core/
H A DSource.cpp38 // and take the ownership of input memory buffer (i.e., pInput). On error,
39 // return NULL and will NOT take the ownership of pInput.
41 llvm::MemoryBuffer *pInput) {
42 llvm::ErrorOr<llvm::Module *> moduleOrError = llvm::getLazyBitcodeModule(pInput, pContext);
45 pInput->getBufferIdentifier(), ec.message().c_str());
40 helper_load_bitcode(llvm::LLVMContext &pContext, llvm::MemoryBuffer *pInput) argument
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoReader.cpp149 RSInfo *RSInfo::ReadFromFile(InputFile &pInput) { argument
155 const char *input_filename = pInput.getName().c_str();
156 const off_t cur_input_offset = pInput.tell();
158 if (pInput.hasError()) {
160 pInput.getErrorMessage().c_str());
164 filesize = pInput.getSize();
165 if (pInput.hasError()) {
167 input_filename, pInput.getErrorMessage().c_str());
172 map = pInput.createMap(/* pOffset */cur_input_offset,
176 input_filename, pInput
[all...]
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h292 Input& pInput);
300 Input& pInput);
335 mcld::Input& pInput)
338 node->data = &pInput;
334 insert(mcld::TreeIteratorBase pRoot, mcld::Input& pInput) argument
/frameworks/compile/mclinker/include/mcld/LD/
H A DBinaryReader.h27 virtual bool isMyFormat(Input& pInput, bool &pContinue) const argument
H A DDiagnosticPrinter.h28 virtual void beginInput(const Input& pInput, const LinkerConfig& pConfig) {} argument
H A DIdenticalCodeFolding.h40 FoldingCandidate(LDSection* pCode, LDSection* pReloc, Input* pInput) argument
41 : sect(pCode), reloc_sect(pReloc), obj(pInput)
H A DRelocator.h61 /// @param pInput - the input file of relocation
66 Input& pInput) = 0;
72 /// @ param pInput - the input file of relocation
75 Input& pInput);
77 /// initializeScan - do initialization before scan relocations in pInput
79 virtual bool initializeScan(Input& pInput) argument
82 /// finalizeScan - do finalization after scan relocations in pInput
84 virtual bool finalizeScan(Input& pInput) argument
87 /// initializeApply - do initialization before apply relocations in pInput
89 virtual bool initializeApply(Input& pInput) argument
94 finalizeApply(Input& pInput) argument
[all...]
/frameworks/compile/mclinker/include/mcld/Object/
H A DSectionMap.h111 void append(Input* pInput) { m_InputList.push_back(pInput); } argument
198 bool matched(const Input& pInput,
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeData.h61 virtual bool preMerge(const Input &pInput) { return true; } argument
64 virtual bool merge(const LinkerConfig& pConfig, const Input &pInput,
69 virtual bool postMerge(const LinkerConfig& pConfig, const Input &pInput) argument
H A DTargetLDBackend.h134 virtual bool readSection(Input& pInput, SectionData& pSD) argument
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp276 LDSection* IRBuilder::CreateELFHeader(Input& pInput, argument
288 pInput.context()->appendSection(*header);
339 Fragment* IRBuilder::CreateRegion(Input& pInput, size_t pOffset, size_t pLength) argument
341 if (!pInput.hasMemArea()) {
342 fatal(diag::fatal_cannot_read_input) << pInput.path();
349 llvm::StringRef region = pInput.memArea()->request(pOffset, pLength);
407 LDSymbol* IRBuilder::AddSymbol(Input& pInput, argument
431 if (pInput.noExport() && (pDesc != ResolveInfo::Undefined)) {
437 switch (pInput.type()) {
452 pInput
541 addSymbolFromDynObj(Input& pInput, const std::string& pName, ResolveInfo::Type pType, ResolveInfo::Desc pDesc, ResolveInfo::Binding pBinding, ResolveInfo::SizeType pSize, LDSymbol::ValueType pValue, ResolveInfo::Visibility pVisibility) argument
[all...]
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 DBSDArchiveReader.cpp30 bool BSDArchiveReader::isMyFormat(Input& pInput, bool &pContinue) const argument
H A DELFBinaryReader.cpp36 bool ELFBinaryReader::isMyFormat(Input& pInput, bool &pContinue) const argument
42 bool ELFBinaryReader::readBinary(Input& pInput) argument
45 m_Builder.CreateELFHeader(pInput,
53 m_Builder.CreateELFHeader(pInput,
61 size_t data_size = pInput.memArea()->size();
62 Fragment* frag = m_Builder.CreateRegion(pInput, 0x0, data_size);
66 m_Builder.CreateELFHeader(pInput,
73 m_Builder.CreateELFHeader(pInput,
80 m_Builder.AddSymbol(pInput,
91 std::string mangled_name = pInput
[all...]
H A DELFDynObjReader.cpp47 bool ELFDynObjReader::isMyFormat(Input &pInput, bool &pContinue) const argument
49 assert(pInput.hasMemArea());
54 if (pInput.memArea()->size() < hdr_size)
57 llvm::StringRef region = pInput.memArea()->request(pInput.fileOffset(),
79 bool ELFDynObjReader::readHeader(Input& pInput) argument
81 assert(pInput.hasMemArea());
84 llvm::StringRef region = pInput.memArea()->request(pInput.fileOffset(),
88 bool shdr_result = m_pELFReader->readSectionHeaders(pInput, ELF_hd
97 readSymbols(Input& pInput) argument
[all...]
H A DELFObjectReader.cpp62 bool ELFObjectReader::isMyFormat(Input &pInput, bool &pContinue) const argument
64 assert(pInput.hasMemArea());
69 if (pInput.memArea()->size() < hdr_size)
72 llvm::StringRef region = pInput.memArea()->request(pInput.fileOffset(),
94 bool ELFObjectReader::readHeader(Input& pInput) argument
96 assert(pInput.hasMemArea());
99 if (pInput.memArea()->size() < hdr_size)
102 llvm::StringRef region = pInput.memArea()->request(pInput
110 readSections(Input& pInput) argument
280 readSymbols(Input& pInput) argument
312 readRelocations(Input& pInput) argument
[all...]
H A DELFReader.cpp57 ELFReader<32, true>::readRegularSection(Input& pInput, SectionData& pSD) const argument
59 uint32_t offset = pInput.fileOffset() + pSD.getSection().offset();
62 Fragment* frag = IRBuilder::CreateRegion(pInput, offset, size);
68 bool ELFReader<32, true>::readSymbols(Input& pInput, argument
86 pInput.context()->addSymbol(LDSymbol::Null());
90 bool is_dyn_obj = (pInput.type()==Input::DynObj);
110 if (pInput.type() == Input::Object &&
113 if (NULL == pInput.context()->getSection(st_shndx))
121 ResolveInfo::Desc ld_desc = getSymDesc(st_shndx, pInput);
127 uint64_t ld_value = getSymValue(st_value, st_shndx, pInput);
213 readRela(Input& pInput, LDSection& pSection, llvm::StringRef pRegion) const argument
241 readRel(Input& pInput, LDSection& pSection, llvm::StringRef pRegion) const argument
315 readSectionHeaders(Input& pInput, const void* pELFHeader) const argument
451 readSignature(Input& pInput, LDSection& pSymTab, uint32_t pSymIdx) const argument
582 readRegularSection(Input& pInput, SectionData& pSD) const argument
593 readSymbols(Input& pInput, IRBuilder& pBuilder, llvm::StringRef pRegion, const char* pStrTab) const argument
733 readRela(Input& pInput, LDSection& pSection, llvm::StringRef pRegion) const argument
763 readRel(Input& pInput, LDSection& pSection, llvm::StringRef pRegion) const argument
836 readSectionHeaders(Input& pInput, const void* pELFHeader) const argument
972 readSignature(Input& pInput, LDSection& pSymTab, uint32_t pSymIdx) const argument
[all...]
H A DELFReaderIf.cpp45 ResolveInfo::Desc ELFReaderIF::getSymDesc(uint16_t pShndx, const Input& pInput) const
54 if (NULL == pInput.context()->getSection(pShndx) ||
55 LDFileFormat::Ignore == pInput.context()->getSection(pShndx)->kind())
98 ELFReaderIF::getSymFragmentRef(Input& pInput, argument
103 if (Input::DynObj == pInput.type())
112 LDSection* sect_hdr = pInput.context()->getSection(pShndx);
116 << pInput.path().native();
137 const Input& pInput) const
139 if (Input::Object == pInput.type()) {

Completed in 3452 milliseconds

12