/external/opencore/engines/author/test/src/ |
D | test_pv_mediainput_author_engine.cpp | 395 …fprintf(iFile, " Mem stats: TotalAllocs(%d), TotalBytes(%d),\n AllocFailures(%d), AllocLeak(%d)\n… in test() 400 …fprintf(iFile, "Retrieving memory statistics after running test case failed! Memory statistics res… in test() 405 … fprintf(iFile, "Memory audit not available! Memory statistics result is not available.\n"); in test() 428 …fprintf(iFile, "Retrieving memory statistics before running test case failed! Memory statistics re… in test() 433 … fprintf(iFile, "Memory audit not available! Memory statistics result would be invalid.\n"); in test() 451 fprintf(iFile, "\nPlace Holder Not actual testcase %d: ", iNextTestCase); in test() 461 fprintf(iFile, "\nPlace Holder Not actual testcase %d: ", iNextTestCase); in test() 466 fprintf(iFile, "\nStarting Test %d: ", iNextTestCase); in test() 475 testparam.iStdOut = iFile; in test() 478 fprintf(iFile, "\nNo Default Parameters specified for test case:%d\n", iNextTestCase); in test() [all …]
|
D | test_pv_author_engine_testset5.cpp | 83 fprintf(iFile, "Recording finished, Closing file please wait *******\n"); in HandleInformationalEvent() 109 fprintf(iFile, "Recording finished, Closing file please wait *******\n"); in HandleInformationalEvent() 703 fprintf(iFile, "Creating Author Engine \n"); in Run() 723 fprintf(iFile, "Opening Author Engine\n"); in Run() 730 fprintf(iFile, "Add Data Source\n"); in Run() 749 fprintf(iFile, "Select Composer\n"); in Run() 757 fprintf(iFile, "Query Interface\n"); in Run() 768 fprintf(iFile, "Add Media Track\n"); in Run() 782 fprintf(iFile, "Initializing Author Engine\n"); in Run() 789 fprintf(iFile, "Starting Author Engine\n"); in Run() [all …]
|
D | test_pv_mediainput_author_engine.h | 47 FILE* iFile; member 291 iFile(aTestParam.iMediainputParam.iFile), in PVMediaInputAuthorEngineTest() 308 FILE* iFile; variable
|
D | test_pv_author_engine_testset5.h | 56 , iFile(aTestParam.iStdOut) in pvauthor_async_test_base() 191 FILE* iFile; variable
|
D | test_pv_author_engine_testset6.h | 177 FILE* iFile; variable
|
D | test_pv_author_engine_testset6.cpp | 601 fprintf(iFile, "Error: Recording timeout, stop engine please wait *******\n"); in Run()
|
D | pvaetest.cpp | 2360 testparam.iMediainputParam.iFile = file; in RunUnCompressedTest()
|
/external/opencore/fileformats/common/parser/src/ |
D | pvfile.cpp | 38 if (iFile) in Seek() 39 return iFile->Seek(offset, origin); in Seek() 68 if (iFile) in Tell() 69 return (TOsclFileOffsetInt32)iFile->Tell(); in Tell() 81 if (iFile) in Read() 82 return iFile->Read(buffer, size, numelements); in Read() 100 if (iFile) in Flush() 101 return iFile->Flush(); in Flush() 130 else if (iFile) in Close() 135 result = iFile->Flush(); in Close() [all …]
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
D | pvdl_config_file.cpp | 29 , iFile(NULL) in PVDlCfgFile() 77 if (iFile) in ~PVDlCfgFile() 79 iFile->Flush(); in ~PVDlCfgFile() 80 iFile->Close(); in ~PVDlCfgFile() 81 OSCL_DELETE(iFile); in ~PVDlCfgFile() 82 iFile = NULL; in ~PVDlCfgFile() 133 if (iFile) in SaveConfig() 135 iFile->Close(); in SaveConfig() 140 OSCL_TRY(err, iFile = OSCL_NEW(Oscl_File, (PVDL_CFG_FILE_CACHE_BUF));); in SaveConfig() 141 if ((err != OsclErrNone) || (iFile == NULL)) in SaveConfig() [all …]
|
D | pvdl_config_file.h | 350 Oscl_File *iFile; variable
|
/external/opencore/oscl/oscl/osclio/src/ |
D | oscl_file_native.cpp | 46 iFile = 0; in OsclNativeFile() 71 iFile = aHandle.Handle(); in Open() 141 if ((iFile = fopen(filename, openmode)) == NULL) in OpenFileOrSharedFd() 174 if ((iFile = _wfopen(filename, convopenmode)) == NULL) in Open() 240 else if (iFile != NULL) in Close() 242 closeret = fclose(iFile); in Close() 243 iFile = NULL; in Close() 292 if (iFile) in Read() 294 … return fread(buffer, OSCL_STATIC_CAST(int32, size), OSCL_STATIC_CAST(int32, numelements), iFile); in Read() 330 if (iFile) in Write() [all …]
|
D | oscl_file_native.h | 134 FILE* iFile; variable
|
/external/srec/audio/test/AudioHardwareRecordLoop/src/ |
D | AudioHardwareRecordLoop.c | 52 unsigned int iFile; in main() local 67 for (iFile = 1; iFile <= N_RECORDINGS; iFile++) in main() 89 printf("Recording: %3d of %3d\n", iFile, N_RECORDINGS); in main() 123 sprintf(szFilename, "output_AudioHardwareRecordLoop_%03d.pcm", iFile); in main()
|
/external/opencore/fileformats/common/parser/include/ |
D | pvfile.h | 116 iFile = a.iFile; in Copy() 140 iFile = NULL; in Reset() 186 iFile = a.iFile; in SetAccess() 193 (iFile != NULL) || in IsOpen() 254 Oscl_File* iFile; variable
|
/external/opencore/nodes/pvmp3ffparsernode/src/ |
D | pvmf_mp3ffparser_node.h | 363 PVFile* iFile;
|