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

1 2

  /frameworks/native/opengl/tests/gl_perfapp/jni/
gl_code.cpp 45 if (fOut) {
46 fclose(fOut);
47 fOut = NULL;
74 if (fOut != NULL) {
76 fclose(fOut);
77 fOut = NULL;
80 fOut = fopen(fileName, "w");
81 if (fOut == NULL) {
86 if (fOut) fprintf(fOut,"varColor, texCount, modulate, extraMath, texSize, blend, Mpps, DC60\r\n")
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
perf_print.h 53 __print_Boundary(FILE *fOut,
57 __print_Buffer(FILE *fOut,
64 __print_Command(FILE *fOut,
71 __print_Create(FILE *fOut,
75 __print_Done(FILE *fOut,
79 __print_Log(FILE *fOut,
85 __print_SyncAV(FILE *fOut,
92 __print_ThreadCreated(FILE *fOut,
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_print.c 53 void print_header(FILE *fOut)
55 fprintf(fOut, "time,PID,handle,name,domAD,domVD,domID,domAE,domVE,domIE,"
160 void print_print_location(PERF_Private *perf, FILE *fOut, int nValues)
172 fprintf(fOut, ",");
176 fprintf(fOut, "%s%s%s%lu%s%s%s\n",
190 fprintf(fOut, "\n");
197 #define print_print_location(perf, fOut, nValues)
205 FILE *fOut = NULL;
224 if (!strcasecmp(config->log_file, "STDOUT")) fOut = stdout;
225 else if (!strcasecmp(config->log_file, "STDERR")) fOut = stderr
    [all...]
perf_log.c 37 if (!me->fOut) me->fOut = fopen(me->fOutFile, "wb");
39 if (me->fOut)
42 me->fOut);
81 if (me->fOut) fclose(me->fOut);
82 me->fOut = NULL;
107 me->fOut = NULL;
135 me->fOut = fopen(me->fOutFile, "ab");
139 me->fOut = NULL
    [all...]
perf_rt.c 52 FILE *fOut = NULL;
179 if (!strcasecmp(config->rt_file, "STDOUT")) fOut = stdout;
180 else if (!strcasecmp(config->rt_file, "STDERR")) fOut = stderr;
190 fOut = fopen(fOutFile, "at");
198 if (!fOut) fOut = stderr;
200 me->fRt = fOut;
295 static void print_rate_info(FILE *fOut,
306 fprintf(fOut, "%c%c%c%c %s %ld+ %s[0x%lX]%s%s%s%s",
    [all...]
  /external/skia/src/pdf/
SkDeflate.cpp 62 SkWStream* fOut;
72 fImpl->fOut = out;
74 if (!fImpl->fOut) {
91 if (!fImpl->fOut) {
94 do_deflate(Z_FINISH, &fImpl->fZStream, fImpl->fOut, fImpl->fInBuffer,
97 fImpl->fOut = nullptr;
101 if (!fImpl->fOut) {
116 do_deflate(Z_NO_FLUSH, &fImpl->fZStream, fImpl->fOut,
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
MediaStoreSaver.java 52 FileOutputStream fOut = new FileOutputStream(file);
53 bitmap.compress(Bitmap.CompressFormat.PNG, 0, fOut);
55 fOut.flush();
56 fOut.close();
  /frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
MediaStoreSaver.java 58 FileOutputStream fOut = new FileOutputStream(file);
59 bitmap.compress(format, 100, fOut);
61 fOut.flush();
62 fOut.close();
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
MediaStoreSaver.java 51 FileOutputStream fOut = new FileOutputStream(file);
52 bitmap.compress(Bitmap.CompressFormat.PNG, 0, fOut);
54 fOut.flush();
55 fOut.close();
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/recommendation/
RecommendationBuilder.java 126 FileOutputStream fOut = new FileOutputStream(bitmapFile);
127 mBitmap.compress(Bitmap.CompressFormat.PNG, 85, fOut);
128 fOut.flush();
129 fOut.close();
  /cts/tests/tests/os/src/android/os/cts/
SeccompTest.java 255 FileOutputStream fOut = getContext().openFileOutput(fileName, 0);
256 fd = ParcelFileDescriptor.dup(fOut.getFD());
257 fOut.close();
349 FileOutputStream fOut = new FileOutputStream(fd.getFileDescriptor());
351 fOut.write('!');
352 fOut.close();
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphExporter.java 54 FileOutputStream fOut = myAppContext.openFileOutput(filename, Context.MODE_PRIVATE);
55 OutputStreamWriter dotFile = new OutputStreamWriter(fOut);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c 247 FILE* fIn, FILE* fOut);
254 FILE* fIn, FILE* fOut);
480 FILE *fOut = NULL, *fIn = NULL;
580 fOut = fopen(argv[2], "w");
581 if( fOut == NULL ) {
739 fOut = fopen(fname, "w");
740 if( fOut == NULL ) {
    [all...]
  /frameworks/native/opengl/tests/gl_perf/
fill_common.cpp 19 FILE * fOut = NULL;
129 if (fOut) {
130 fprintf(fOut, "%s, %f, %f\r\n", gCurrentTestName, mpps, dc60);
131 fflush(fOut);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 225 void writeITUFormat(OMX_U8* buffer, OMX_U32 length, FILE* fOut) ;
382 FILE* fOut = NULL;
454 fOut = fopen(argv[2], "w");
455 if( fOut == NULL ) {
536 fOut = fopen("TC6_G7291.g729", "w");
537 if( fOut == NULL ) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 196 FILE* fIn, FILE* fOut,
204 FILE* fIn, FILE* fOut,
564 FILE* fOut= NULL; /* ouput File pointer */
698 fOut = fopen(argv[2], "w");
699 if(fOut == NULL)
707 APP_DPRINT("%d :: APP: AAC Encoding Test --- fOut = [%p]\n",__LINE__, fOut);
799 if(fOut == NULL)
801 fOut = fopen(fname, "w");
802 if( fOut == NULL )
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 632 HANDLE fOut = NULL;
638 FILE* fOut = NULL;
791 fOut = CreateFile(szOutFile, GENERIC_WRITE, 0,
793 if (INVALID_HANDLE_VALUE == fOut)
1011 fOut = fopen(szOutFile, "w");
1012 if ( fOut == NULL ) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 336 FILE* fIn, FILE* fOut);
342 FILE* fIn, FILE* fOut);
534 FILE* fOut = NULL;
597 fOut = fopen(argv[2], "w");
598 if( fOut == NULL ) {
729 fOut = fopen("TC6_Amr1.amr", "w");
730 if( fOut == NULL ) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 321 FILE* fIn, FILE* fOut);
327 FILE* fIn, FILE* fOut);
512 FILE* fOut = NULL;
581 fOut = fopen(argv[2], "w");
583 if ( fOut == NULL ) {
717 fOut = fopen("TC6_WbAmr1.amr", "w");
719 if ( fOut == NULL ) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 200 FILE* fOut = NULL;
378 fOut = fopen(fname, "w");
379 if(fOut == NULL) {
434 error = testCases (pHandle, &rfds, tcID, fIn, fOut, &frmCnt, &totalFilled, &tv, gDasfMode, nIpBuffs, pInputBufferHeader, nOpBuffs, pOutputBufferHeader);
448 fclose(fOut);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 242 FILE* fIn, FILE* fOut);
248 FILE* fIn, FILE* fOut);
500 FILE* fOut = NULL;
607 /*FILE* fOut = NULL;*/
608 fOut = fopen(argv[2], "w");
609 if( fOut == NULL ) {
787 fOut = fopen(argv[2], "a");
788 if( fOut == NULL ) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 550 FILE* fOut = NULL;
551 fOut = fopen(argv[2], "w");
552 if( fOut == NULL ) {
705 fOut = fopen(argv[2], "w");
706 if( fOut == NULL ) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 469 FILE* fOut = NULL;
533 fOut = fopen(argv[2], "w");
534 if( fOut == NULL ) {
652 fOut = fopen("TC6_G7261.G726", "w");
653 if( fOut == NULL ) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 504 FILE* fOut = NULL;
507 fOut = fopen(argv[2], "w");
509 if( fOut == NULL ) {
661 fOut = fopen(argv[2], "w");
662 if( fOut == NULL ) {
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 79 FILE *fOut= NULL, *fIn = NULL;
731 fOut = fopen(argv[2], "w");
732 if(fOut == NULL) {
    [all...]

Completed in 1188 milliseconds

1 2