Searched refs:pOutput (Results 1 - 23 of 23) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DEhFrameHdr.h46 void emitOutput(FileOutputBuffer& pOutput) { argument
68 void EhFrameHdr::emitOutput<32>(FileOutputBuffer& pOutput);
H A DObjectWriter.h29 FileOutputBuffer& pOutput) = 0;
H A DELFObjectWriter.h37 std::error_code writeObject(Module& pModule, FileOutputBuffer& pOutput);
43 FileOutputBuffer& pOutput,
53 FileOutputBuffer& pOutput) const;
62 FileOutputBuffer& pOutput) const;
66 void emitProgramHeader(FileOutputBuffer& pOutput) const;
71 FileOutputBuffer& pOutput);
/frameworks/compile/mclinker/include/mcld/Object/
H A DObjectLinker.h121 bool emitOutput(FileOutputBuffer& pOutput);
124 bool postProcessing(FileOutputBuffer& pOutput);
151 void normalSyncRelocationResult(FileOutputBuffer& pOutput);
155 void partialSyncRelocationResult(FileOutputBuffer& pOutput);
159 void writeRelocationResult(Relocation& pReloc, uint8_t* pOutput);
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
H A DLVCS_ReverbGenerator.h89 LVM_FLOAT *pOutput,
94 LVM_INT16 *pOutput,
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dpixelutils.cpp27 uint32* pOutput = static_cast<uint32*>(env->GetDirectBufferAddress(output)); local
28 uint32* pOutRow = pOutput + offset;
H A Dcolorspace.cpp59 Rgba* const pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output)); local
66 Rgba* pOutColor = pOutput;
98 Rgba* pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output)); local
102 Rgba& color_out = *pOutput++;
113 Rgba* pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output)); local
119 Rgba& color_out = *pOutput++;
156 Rgba* pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output)); local
161 Rgba& color_out = *pOutput++;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.h163 * @param[out] pOutput The output from the conversion process (initialized).
170 FwdLockConv_Status_t FwdLockConv_OpenSession(int *pSessionId, FwdLockConv_Output_t *pOutput);
179 * @param[in,out] pOutput The output from the conversion process (allocated/reallocated).
195 FwdLockConv_Output_t *pOutput);
203 * @param[in,out] pOutput The output from the conversion process (deallocated and overwritten).
211 FwdLockConv_Status_t FwdLockConv_CloseSession(int sessionId, FwdLockConv_Output_t *pOutput);
H A DFwdLockConv.c545 * @param[out] pOutput The output from the conversion process.
550 FwdLockConv_Output_t *pOutput) {
556 pOutput->fromConvertData.pBuffer = malloc(pSession->outputBufferSize);
557 if (pOutput->fromConvertData.pBuffer == NULL) {
567 memcpy(pOutput->fromConvertData.pBuffer, pSession->topHeader, TOP_HEADER_SIZE);
568 memcpy((char *)pOutput->fromConvertData.pBuffer + TOP_HEADER_SIZE,
570 memcpy((char *)pOutput->fromConvertData.pBuffer + encryptedSessionKeyPos,
574 memset((char *)pOutput->fromConvertData.pBuffer + dataSignaturePos, 0,
576 memset((char *)pOutput->fromConvertData.pBuffer + headerSignaturePos, 0,
579 pOutput
549 FwdLockConv_WriteHeader(FwdLockConv_Session_t *pSession, FwdLockConv_Output_t *pOutput) argument
595 FwdLockConv_MatchMimeHeaders(FwdLockConv_Session_t *pSession, int ch, FwdLockConv_Output_t *pOutput) argument
833 FwdLockConv_WriteEncryptedChar(FwdLockConv_Session_t *pSession, unsigned char ch, FwdLockConv_Output_t *pOutput) argument
867 FwdLockConv_MatchBinaryEncodedData(FwdLockConv_Session_t *pSession, int ch, FwdLockConv_Output_t *pOutput) argument
935 FwdLockConv_MatchBase64EncodedData(FwdLockConv_Session_t *pSession, int ch, FwdLockConv_Output_t *pOutput) argument
1076 FwdLockConv_PushChar(FwdLockConv_Session_t *pSession, int ch, FwdLockConv_Output_t *pOutput) argument
1111 FwdLockConv_OpenSession(int *pSessionId, FwdLockConv_Output_t *pOutput) argument
1168 FwdLockConv_ConvertData(int sessionId, const void *pBuffer, size_t numBytes, FwdLockConv_Output_t *pOutput) argument
1201 FwdLockConv_CloseSession(int sessionId, FwdLockConv_Output_t *pOutput) argument
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DH264SwDecApi.c326 pOutput pointer to output struct
348 H264SwDecOutput *pOutput)
361 if (pInput == NULL || pOutput == NULL)
363 DEC_API_TRC("H264SwDecDecode# ERROR: pInput or pOutput is NULL");
388 sprintf(pDecCont->str, "H264SwDecDecode# decInst %p pInput %p pOutput %p",
389 decInst, (void*)pInput, (void*)pOutput);
393 pOutput->pStrmCurrPos = NULL;
420 pOutput->pStrmCurrPos = tmpStream;
524 pOutput pointer to output structure
534 H264SwDecPicture *pOutput, u3
347 H264SwDecDecode(H264SwDecInst decInst, H264SwDecInput *pInput, H264SwDecOutput *pOutput) argument
533 H264SwDecNextPicture(H264SwDecInst decInst, H264SwDecPicture *pOutput, u32 flushBuffer) argument
[all...]
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
H A DLVREV_Process.c64 LVM_FLOAT *pOutput = pOutData; local
67 LVM_INT32 *pOutput = pOutData; local
115 if(pInput != pOutput)
122 MonoTo2I_32(pInput, pOutput, NumSamples);
125 (LVM_INT16 *)pOutput,
130 MonoTo2I_Float(pInput, pOutput, NumSamples);
133 pOutput,
166 ReverbBlock(pInput, pOutput, pLVREV_Private, (LVM_UINT16)SamplesToProcess);
169 pOutput = (LVM_FLOAT *)(pOutput
204 ReverbBlock(LVM_INT32 *pInput, LVM_INT32 *pOutput, LVREV_Instance_st *pPrivate, LVM_UINT16 NumSamples) argument
508 ReverbBlock(LVM_FLOAT *pInput, LVM_FLOAT *pOutput, LVREV_Instance_st *pPrivate, LVM_UINT16 NumSamples) argument
[all...]
H A DLVREV_Private.h298 LVM_FLOAT *pOutput,
303 LVM_INT32 *pOutput,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H A DH264SwDecApi.h144 H264SwDecOutput *pOutput);
150 H264SwDecPicture *pOutput,
/frameworks/compile/mclinker/include/mcld/
H A DLinker.h51 bool emit(FileOutputBuffer& pOutput);
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectWriter.cpp52 FileOutputBuffer& pOutput,
69 region = pOutput.request(section->offset(), section->size());
120 FileOutputBuffer& pOutput) {
133 target().emitInterp(pOutput);
136 target().emitDynNamePools(pModule, pOutput);
141 target().emitRegNamePools(pModule, pOutput);
152 writeSection(pModule, pOutput, *sect);
159 writeSection(pModule, pOutput, *sect);
161 emitShStrTab(target().getOutputFormat()->getShStrTab(), pModule, pOutput);
166 writeELFHeader<32>(m_Config, pModule, pOutput);
51 writeSection(Module& pModule, FileOutputBuffer& pOutput, LDSection* section) argument
119 writeObject(Module& pModule, FileOutputBuffer& pOutput) argument
364 emitShStrTab(const LDSection& pShStrTab, const Module& pModule, FileOutputBuffer& pOutput) argument
[all...]
H A DEhFrameHdr.cpp40 void EhFrameHdr::emitOutput<32>(FileOutputBuffer& pOutput) { argument
42 pOutput.request(m_EhFrameHdr.offset(), m_EhFrameHdr.size());
45 pOutput.request(m_EhFrame.offset(), m_EhFrame.size());
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c214 VO_U32 VO_API voAACEncGetOutputData(VO_HANDLE hCodec, VO_CODECBUFFER * pOutput, VO_AUDIO_OUTPUTINFO * pOutInfo) argument
242 pOutput->Length = 0;
249 if(NULL == pOutput || NULL == pOutput->Buffer || pOutput->Length < (6144/8)*hAacEnc->config.nChannelsOut/(sizeof(Word32)))
257 pOutput->Buffer,
258 &pOutput->Length);
/frameworks/compile/mclinker/include/mcld/Target/
H A DGNULDBackend.h123 FileOutputBuffer& pOutput);
126 virtual void emitDynNamePools(Module& pModule, FileOutputBuffer& pOutput);
130 FileOutputBuffer& pOutput);
134 FileOutputBuffer& pOutput);
141 virtual void emitInterp(FileOutputBuffer& pOutput);
425 void postProcessing(FileOutputBuffer& pOutput);
H A DTargetLDBackend.h91 virtual void postProcessing(FileOutputBuffer& pOutput) = 0;
/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp242 bool Linker::emit(FileOutputBuffer& pOutput) { argument
244 m_pObjLinker->emitOutput(pOutput);
247 m_pObjLinker->postProcessing(pOutput);
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp850 bool ObjectLinker::emitOutput(FileOutputBuffer& pOutput) { argument
851 return std::error_code() == getWriter()->writeObject(*m_pModule, pOutput);
855 bool ObjectLinker::postProcessing(FileOutputBuffer& pOutput) { argument
857 normalSyncRelocationResult(pOutput);
859 partialSyncRelocationResult(pOutput);
864 m_LDBackend.postProcessing(pOutput);
868 void ObjectLinker::normalSyncRelocationResult(FileOutputBuffer& pOutput) { argument
869 uint8_t* data = pOutput.getBufferStart();
927 void ObjectLinker::partialSyncRelocationResult(FileOutputBuffer& pOutput) { argument
928 uint8_t* data = pOutput
954 writeRelocationResult(Relocation& pReloc, uint8_t* pOutput) argument
[all...]
/frameworks/compile/mclinker/lib/Target/
H A DGNULDBackend.cpp915 FileOutputBuffer& pOutput) {
924 pOutput.request(symtab_sect.offset(), symtab_sect.size());
926 pOutput.request(strtab_sect.offset(), strtab_sect.size());
983 FileOutputBuffer& pOutput) {
997 pOutput.request(symtab_sect.offset(), symtab_sect.size());
999 pOutput.request(strtab_sect.offset(), strtab_sect.size());
1000 MemoryRegion dyn_region = pOutput.request(dyn_sect.offset(), dyn_sect.size());
1028 emitGNUHashTab(symbols, pOutput);
1032 emitELFHashTab(symbols, pOutput);
1100 FileOutputBuffer& pOutput) {
914 emitRegNamePools(const Module& pModule, FileOutputBuffer& pOutput) argument
982 emitDynNamePools(Module& pModule, FileOutputBuffer& pOutput) argument
1099 emitELFHashTab(const Module::SymbolTable& pSymtab, FileOutputBuffer& pOutput) argument
1137 emitGNUHashTab(Module::SymbolTable& pSymtab, FileOutputBuffer& pOutput) argument
1274 emitInterp(FileOutputBuffer& pOutput) argument
2583 postProcessing(FileOutputBuffer& pOutput) argument
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A DvoAMRWBEnc.c1734 VO_CODECBUFFER * pOutput, /* o: The output audio data */
1763 gData->outputStream = (unsigned short*)pOutput->Buffer;
1767 pOutput->Length = gData->outputSize; /* get the output buffer length */
1732 voAMRWB_GetOutputData( VO_HANDLE hCodec, VO_CODECBUFFER * pOutput, VO_AUDIO_OUTPUTINFO * pAudioFormat ) argument

Completed in 657 milliseconds