HomeSort by relevance Sort by last modified time
    Searched refs:WriteOutput (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
EvaluationTestBench.c 22 void WriteOutput(FILE *fid, u8 *data, u32 picSize);
121 * comment out WriteOutput function call. Also prints to stdout might
185 WriteOutput(foutput, (u8*)decPicture.pOutputPicture,
228 WriteOutput(foutput, (u8*)decPicture.pOutputPicture, picSize);
254 Function name: WriteOutput
261 void WriteOutput(FILE *fid, u8 *data, u32 picSize)
DecTestBench.c 39 void WriteOutput(char *filename, u8 *data, u32 picSize);
344 WriteOutput(outFileName, tmpImage, picSize);
348 WriteOutput(outFileName, imageData, picSize);
403 WriteOutput(outFileName, tmpImage, picSize);
407 WriteOutput(outFileName, imageData, picSize);
435 Function name: WriteOutput
442 void WriteOutput(char *filename, u8 *data, u32 picSize)
TestBenchMultipleInstance.c 35 void WriteOutput(FILE *fid, u8 *data, u32 picSize);
370 WriteOutput(foutput, tmpImage, picSize);
377 WriteOutput(foutput, imageData, picSize);
385 void WriteOutput(FILE *fid, u8 *data, u32 picSize)
  /external/pdfium/core/src/fpdftext/
txtproc.h 41 void WriteOutput(CFX_WideString& str, FX_FLOAT leftx, FX_FLOAT width, int iWidth);
59 void WriteOutput(CFX_WideStringArray& lines, int iMinWidth);
fpdf_text.cpp 191 void CTextPage::WriteOutput(CFX_WideStringArray& lines, int iMinWidth)
282 pBaseLine->WriteOutput(str, MinLeftX, MaxRightX - MinLeftX, iMinWidth);
633 void CTextBaseLine::WriteOutput(CFX_WideString& str, FX_FLOAT leftx, FX_FLOAT pagewidth,
749 texts.WriteOutput(lines, iMinWidth);
  /build/tools/
event_log_tags.py 119 def WriteOutput(output_file, data):
java-event-log-tags.py 152 event_log_tags.WriteOutput(output_file, buffer)
merge-event-log-tags.py 184 event_log_tags.WriteOutput(output_file, buffer)
  /packages/experimental/procstatlog/
procstatreport.py 151 def WriteOutput(history, log_filename, filename):
672 WriteOutput(history, argv[1], argv[2])

Completed in 1067 milliseconds