HomeSort by relevance Sort by last modified time
    Searched refs:pOutput (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoWriter.cpp 116 inline bool helper_write_list(OutputFile &pOutput,
131 if (pOutput.write(&item, sizeof(item)) != sizeof(item)) {
133 rsinfo::GetItemTypeName<ItemType>(), pOutput.getName().c_str(),
134 pOutput.getErrorMessage().c_str());
144 bool RSInfo::write(OutputFile &pOutput) {
145 off_t initial_offset = pOutput.tell();
146 const char *output_filename = pOutput.getName().c_str();
148 if (pOutput.hasError()) {
150 output_filename, pOutput.getErrorMessage().c_str());
160 if (pOutput.write(&mHeader, sizeof(mHeader)) != sizeof(mHeader))
    [all...]
RSExecutable.cpp 162 void RSExecutable::dumpDisassembly(OutputFile &pOutput) const {
164 if (pOutput.hasError()) {
185 Disassemble(pOutput, DEFAULT_TARGET_TRIPLE_STRING, func_name,
  /frameworks/compile/mclinker/include/mcld/LD/
ObjectWriter.h 30 FileOutputBuffer& pOutput) = 0;
EhFrameHdr.h 47 void emitOutput(FileOutputBuffer& pOutput)
69 void EhFrameHdr::emitOutput<32>(FileOutputBuffer& pOutput);
ELFObjectWriter.h 41 std::error_code writeObject(Module& pModule, FileOutputBuffer& pOutput);
47 FileOutputBuffer& pOutput, LDSection *section);
57 FileOutputBuffer& pOutput) const;
66 FileOutputBuffer& pOutput) const;
70 void emitProgramHeader(FileOutputBuffer& pOutput) const;
75 FileOutputBuffer& pOutput);
  /frameworks/compile/libbcc/include/bcc/Support/
Disassembler.h 42 DisassembleResult Disassemble(llvm::raw_ostream &pOutput, const char *pTriple,
46 DisassembleResult Disassemble(OutputFile &pOutput, const char *pTriple,
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 123 bool emitOutput(FileOutputBuffer& pOutput);
126 bool postProcessing(FileOutputBuffer& pOutput);
153 void normalSyncRelocationResult(FileOutputBuffer& pOutput);
157 void partialSyncRelocationResult(FileOutputBuffer& pOutput);
161 void writeRelocationResult(Relocation& pReloc, uint8_t* pOutput);
  /frameworks/compile/libbcc/lib/Support/
Disassembler.cpp 68 DisassembleResult Disassemble(llvm::raw_ostream &pOutput, const char *pTriple,
132 pOutput << "Disassembled code: " << pFuncName << "\n";
157 pOutput.indent(4);
158 pOutput << "0x";
159 pOutput.write_hex(reinterpret_cast<uintptr_t>(inst_addr));
160 pOutput << ": 0x";
161 pOutput.write_hex(*reinterpret_cast<const uint32_t *>(inst_addr));
162 inst_printer->printInst(&inst, pOutput, /* Annot */"");
163 pOutput << "\n";
171 pOutput << "\n"
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Process.c 56 LVM_INT32 *pOutput = pOutData;
103 if(pInput != pOutput)
110 MonoTo2I_32(pInput, pOutput, NumSamples);
113 (LVM_INT16 *)pOutput,
145 ReverbBlock(pInput, pOutput, pLVREV_Private, (LVM_UINT16)SamplesToProcess);
148 pOutput = (LVM_INT32 *)(pOutput+(SamplesToProcess*2)); // Always stereo output
179 void ReverbBlock(LVM_INT32 *pInput, LVM_INT32 *pOutput, LVREV_Instance_st *pPrivate, LVM_UINT16 NumSamples)
465 pOutput,
471 pOutput,
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
pixelutils.cpp 27 uint32* pOutput = static_cast<uint32*>(env->GetDirectBufferAddress(output));
28 uint32* pOutRow = pOutput + offset;
colorspace.cpp 59 Rgba* const pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output));
66 Rgba* pOutColor = pOutput;
101 Rgba* pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output));
105 Rgba& color_out = *pOutput++;
116 Rgba* pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output));
122 Rgba& color_out = *pOutput++;
159 Rgba* pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output));
164 Rgba& color_out = *pOutput++;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.h 163 * @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);
FwdLockConv.c 544 * @param[out] pOutput The output from the conversion process.
549 FwdLockConv_Output_t *pOutput) {
555 pOutput->fromConvertData.pBuffer = malloc(pSession->outputBufferSize);
556 if (pOutput->fromConvertData.pBuffer == NULL) {
566 memcpy(pOutput->fromConvertData.pBuffer, pSession->topHeader, TOP_HEADER_SIZE);
567 memcpy((char *)pOutput->fromConvertData.pBuffer + TOP_HEADER_SIZE,
569 memcpy((char *)pOutput->fromConvertData.pBuffer + encryptedSessionKeyPos,
573 memset((char *)pOutput->fromConvertData.pBuffer + dataSignaturePos, 0,
575 memset((char *)pOutput->fromConvertData.pBuffer + headerSignaturePos, 0,
578 pOutput->fromConvertData.numBytes = pSession->dataOffset
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H264SwDecApi.c 316 pOutput pointer to output struct
338 H264SwDecOutput *pOutput)
351 if (pInput == NULL || pOutput == NULL)
353 DEC_API_TRC("H264SwDecDecode# ERROR: pInput or pOutput is NULL");
378 sprintf(pDecCont->str, "H264SwDecDecode# decInst %p pInput %p pOutput %p",
379 decInst, (void*)pInput, (void*)pOutput);
383 pOutput->pStrmCurrPos = NULL;
410 pOutput->pStrmCurrPos = tmpStream;
514 pOutput pointer to output structure
524 H264SwDecPicture *pOutput, u32 flushBuffer
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 25 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height,
313 int encode(const char* pInput, const char* pOutput, bool bEmitHeader, const char* pDiffFile) {
337 if ((pOut = fopen(pOutput, "wb")) == NULL) {
338 fprintf(stderr, "Could not open output file %s: %d\n", pOutput, errno);
348 pOutput, errno);
356 pOutput, errno);
366 if (readPKMFile(pOutput, &pDiffImage, &outWidth, &outHeight)) {
405 int writePNGFile(const char* pOutput, png_uint_32 width, png_uint_32 height,
423 if ((pOut = fopen(pOutput, "wb")) == NULL) {
424 fprintf(stderr, "Could not open output file %s: %d\n", pOutput, errno)
    [all...]
  /frameworks/compile/mclinker/include/mcld/CodeGen/
TargetMachine.h 71 mcld::ToolOutputFile& pOutput,
88 llvm::formatted_raw_ostream &pOutput,
92 llvm::raw_ostream &pOutput,
  /external/srec/audio/AudioIn/UNIX/include/
filter.h 53 typeSample *pOutput, FIR_struct *pFIR);
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_ReverbGenerator.h 83 LVM_INT16 *pOutput,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H264SwDecApi.h 144 H264SwDecOutput *pOutput);
150 H264SwDecPicture *pOutput,
  /frameworks/compile/mclinker/include/mcld/
Linker.h 55 bool emit(FileOutputBuffer& pOutput);
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 192 mcld::ToolOutputFile& pOutput,
218 pOutput.formatted_os(),
229 pOutput.formatted_os(),
239 pOutput.fd(),
249 pOutput.fd(),
259 pOutput.fd(),
269 pOutput.fd(),
280 llvm::formatted_raw_ostream &pOutput,
303 m_pLLVMTarget->createAsmStreamer(*Context, pOutput,
323 llvm::raw_ostream &pOutput,
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 55 FileOutputBuffer& pOutput, LDSection *section)
71 region = pOutput.request(section->offset(), section->size());
122 FileOutputBuffer& pOutput)
136 target().emitInterp(pOutput);
139 target().emitDynNamePools(pModule, pOutput);
144 target().emitRegNamePools(pModule, pOutput);
155 writeSection(pModule, pOutput, *sect);
162 writeSection(pModule, pOutput, *sect);
164 emitShStrTab(target().getOutputFormat()->getShStrTab(), pModule, pOutput);
169 writeELFHeader<32>(m_Config, pModule, pOutput);
    [all...]
EhFrameHdr.cpp 40 void EhFrameHdr::emitOutput<32>(FileOutputBuffer& pOutput)
42 MemoryRegion ehframehdr_region = pOutput.request(m_EhFrameHdr.offset(),
45 MemoryRegion ehframe_region = pOutput.request(m_EhFrame.offset(),
  /external/chromium_org/net/http/
http_auth_sspi_win.h 56 PSecBufferDesc pOutput,
99 PSecBufferDesc pOutput,
104 pInput, Reserved2, phNewContext, pOutput,
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 124 virtual void emitRegNamePools(const Module& pModule, FileOutputBuffer& pOutput);
127 virtual void emitDynNamePools(Module& pModule, FileOutputBuffer& pOutput);
131 FileOutputBuffer& pOutput);
135 FileOutputBuffer& pOutput);
142 virtual void emitInterp(FileOutputBuffer& pOutput);
427 void postProcessing(FileOutputBuffer& pOutput);

Completed in 1096 milliseconds

1 2