Searched refs:FDKprintf (Results 1 – 7 of 7) sorted by relevance
/external/aac/libSYS/src/mips/ |
D | genericStds_mips.cpp | 192 FDKprintf("Config ISP/DSP: %d/%d\n", hasISPRAM, hasDSPRAM); in getSram() 197 FDKprintf("wrong\n"); in getSram() 203 FDKprintf("ok\n"); in getSram() 205 FDKprintf("addr %d\n", (int)addr); in getSram() 247 FDKprintf("SRAM @ 0x%08x, size = 0x%x\n", (unsigned int) addr, MIPS_SRAM_SIZE); in FDKprolog()
|
/external/aac/libSYS/src/ |
D | cmdl_parser.cpp | 142 FDKprintf("No command line arguments\n"); in IIS_ScanCmdl() 148 FDKprintf("Error allocating memory line %d, file %s\n", __LINE__, __FILE__); in IIS_ScanCmdl() 161 FDKprintf("Error allocating memory line %d, file %s\n", __LINE__, __FILE__); in IIS_ScanCmdl() 528 FDKprintf("\ncould not open config file %s", tmp); in IIS_ProcessCmdlList() 530 FDKprintf("\ncould not open config file %s", param_filename); in IIS_ProcessCmdlList() 574 FDKprintf("main returned %d\n", retval); in IIS_ProcessCmdlList()
|
D | genericStds.cpp | 130 void FDKprintf( const char* szFmt, ...) { in FDKprintf() function 181 void FDKprintf( const char* szFmt, ...) { /* stub! */; } in FDKprintf() function 485 FDKprintf( in FDKprintDisclaimer()
|
D | wav_file.cpp | 308 FDKprintf("WAV_InputRead(): unsupported data-compression!!") ; in WAV_InputRead() 541 FDKprintf("WAV_OutputClose(): fseek() failed.\n"); in WAV_OutputClose()
|
/external/aac/libSYS/include/ |
D | genericStds.h | 238 void FDKprintf ( const char* szFmt, ...);
|
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 212 FDKprintf(" Concealment method was reverted to 1 !\n"); in aacDecoder_ConfigCallback()
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_lib.cpp | 1006 … FDKprintf("ERROR: Bufferfullness accounting failed. remainder=%d, nAU=%d\n", hTp->remainder, nAU); in transportDec_readStream()
|