Home
last modified time | relevance | path

Searched refs:iFile (Results 1 – 15 of 15) sorted by relevance

/external/opencore/engines/author/test/src/
Dtest_pv_mediainput_author_engine.cpp395 …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 …]
Dtest_pv_author_engine_testset5.cpp83 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 …]
Dtest_pv_mediainput_author_engine.h47 FILE* iFile; member
291 iFile(aTestParam.iMediainputParam.iFile), in PVMediaInputAuthorEngineTest()
308 FILE* iFile; variable
Dtest_pv_author_engine_testset5.h56 , iFile(aTestParam.iStdOut) in pvauthor_async_test_base()
191 FILE* iFile; variable
Dtest_pv_author_engine_testset6.h177 FILE* iFile; variable
Dtest_pv_author_engine_testset6.cpp601 fprintf(iFile, "Error: Recording timeout, stop engine please wait *******\n"); in Run()
Dpvaetest.cpp2360 testparam.iMediainputParam.iFile = file; in RunUnCompressedTest()
/external/opencore/fileformats/common/parser/src/
Dpvfile.cpp38 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/
Dpvdl_config_file.cpp29 , 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 …]
Dpvdl_config_file.h350 Oscl_File *iFile; variable
/external/opencore/oscl/oscl/osclio/src/
Doscl_file_native.cpp46 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 …]
Doscl_file_native.h134 FILE* iFile; variable
/external/srec/audio/test/AudioHardwareRecordLoop/src/
DAudioHardwareRecordLoop.c52 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/
Dpvfile.h116 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/
Dpvmf_mp3ffparser_node.h363 PVFile* iFile;