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

1 2

  /frameworks/compile/mclinker/include/mcld/LD/
ObjectWriter.h 29 FileOutputBuffer& pOutput) = 0;
EhFrameHdr.h 46 void emitOutput(FileOutputBuffer& pOutput) {
68 void EhFrameHdr::emitOutput<32>(FileOutputBuffer& pOutput);
ELFObjectWriter.h 37 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);
  /external/mesa3d/src/gallium/state_trackers/nine/
authenticatedchannel9.h 57 void *pOutput );
63 D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT *pOutput );
authenticatedchannel9.c 55 void *pOutput )
64 D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT *pOutput )
  /frameworks/compile/mclinker/include/mcld/Object/
ObjectLinker.h 121 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/
LVCS_ReverbGenerator.h 89 LVM_FLOAT *pOutput,
94 LVM_INT16 *pOutput,
  /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;
98 Rgba* pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output));
102 Rgba& color_out = *pOutput++;
113 Rgba* pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output));
119 Rgba& color_out = *pOutput++;
156 Rgba* pOutput = static_cast<Rgba*>(env->GetDirectBufferAddress(output));
161 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 545 * @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->fromConvertData.numBytes = pSession->dataOffset
    [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/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Process.c 64 LVM_FLOAT *pOutput = pOutData;
67 LVM_INT32 *pOutput = pOutData;
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 + (SamplesToProcess * 2)); // Always stereo outpu
    [all...]
LVREV_Private.h 298 LVM_FLOAT *pOutput,
303 LVM_INT32 *pOutput,
  /frameworks/compile/mclinker/include/mcld/
Linker.h 51 bool emit(FileOutputBuffer& pOutput);
  /frameworks/compile/mclinker/lib/LD/
ELFObjectWriter.cpp 52 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);
    [all...]
EhFrameHdr.cpp 40 void EhFrameHdr::emitOutput<32>(FileOutputBuffer& pOutput) {
42 pOutput.request(m_EhFrameHdr.offset(), m_EhFrameHdr.size());
45 pOutput.request(m_EhFrame.offset(), m_EhFrame.size());
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 123 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);
TargetLDBackend.h 91 virtual void postProcessing(FileOutputBuffer& pOutput) = 0;
  /external/aac/libSBRdec/src/
pvc_dec.h 231 * \param[out] pOutput Output array for predicted energies
235 const int lengthOutputVector, FIXP_DBL *pOutput,
  /hardware/qcom/camera/msm8998/QCamera2/util/
QCameraHALPP.h 50 * @pOutput : received qcamera_hal_pp_data_t data
53 typedef void (*halPPBufNotify) (qcamera_hal_pp_data_t *pOutput,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sql_1.h 90 int Parse(SQL_LEVEL_1_RPN_EXPRESSION **pOutput);
  /frameworks/compile/mclinker/lib/Core/
Linker.cpp 242 bool Linker::emit(FileOutputBuffer& pOutput) {
244 m_pObjLinker->emitOutput(pOutput);
247 m_pObjLinker->postProcessing(pOutput);
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 850 bool ObjectLinker::emitOutput(FileOutputBuffer& pOutput) {
851 return std::error_code() == getWriter()->writeObject(*m_pModule, pOutput);
855 bool ObjectLinker::postProcessing(FileOutputBuffer& pOutput) {
857 normalSyncRelocationResult(pOutput);
859 partialSyncRelocationResult(pOutput);
864 m_LDBackend.postProcessing(pOutput);
868 void ObjectLinker::normalSyncRelocationResult(FileOutputBuffer& pOutput) {
869 uint8_t* data = pOutput.getBufferStart();
    [all...]
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 225 OMX_BUFFERHEADERTYPE *pOutput = *pBuffers[OUTPORT_INDEX];
226 pOutput->nFilledLen = 0;
243 OMX_BUFFERHEADERTYPE *pOutput = *pBuffers[OUTPORT_INDEX];
244 pOutput->nFilledLen = 0;

Completed in 1445 milliseconds

1 2