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

  /external/libvpx/vpx_mem/
vpx_mem_tracker.c 135 } g_logging = {NULL, 0, NULL, NULL}; variable in typeref:struct:__anon5165
139 #define g_logging vpxglobalm(vpxmem,g_logging) macro
252 if (!g_logging.type && g_logging.file && g_logging.file != stderr)
255 fclose(g_logging.file);
257 g_logging.file = NULL;
364 g_logging.type = 0;
368 g_logging.file = stderr
    [all...]
  /external/libvpx/vpx_mem/intel_linux/
vpx_mem_tracker.c 136 } g_logging = {0}; variable in typeref:struct:__anon5161
247 if ((g_logging.type == 0) && (g_logging.file != 0)) //&& (g_logging.file != stderr) )
250 fclose(g_logging.file);
252 g_logging.file = NULL;
362 g_logging.type = 0;
366 // g_logging.file = stderr;
373 if (g_logging.file = fopen((char *)option, "w"))
381 g_logging.type = type
    [all...]

Completed in 90 milliseconds