Home
last modified time | relevance | path

Searched refs:iFs (Results 1 – 24 of 24) sorted by relevance

/external/opencore/android/
Dmediascanner.cpp87 Oscl_FileServer iFs; in parseMP3() local
90 if (iFs.Connect() != 0) in parseMP3()
98 …f (0 != fileHandle.Open((oscl_wchar *)output, Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, iFs) ) in parseMP3()
107 iFs.Close(); in parseMP3()
347 Oscl_FileServer iFs; in parseMP4() local
349 if (iFs.Connect() != 0) in parseMP4()
359 …peg4File *mp4Input = IMpeg4File::readMP4File(mpegfilename, NULL, NULL, 1 /* parsing_mode */, &iFs); in parseMP4()
418 iFs.Close(); in parseMP4()
425 iFs.Close(); in parseMP4()
780 Oscl_FileServer iFs; in extractMP3AlbumArt() local
[all …]
Dandroid_surface_output.h271 Oscl_FileServer iFs; variable
/external/opencore/fileformats/common/parser/src/
Dpvmi_datastreamsyncinterface_ref_impl.cpp53 iFs.Connect(); in PVMIDataStreamSyncInterfaceRefImpl()
63 iFs.Connect(); in PVMIDataStreamSyncInterfaceRefImpl()
73 iFs.Close(); in ~PVMIDataStreamSyncInterfaceRefImpl()
113 result = iFileObject->Open(iFileName.get_cstr(), Oscl_File::MODE_READ, iFs); in OpenSession()
/external/opencore/nodes/pvdownloadmanagernode/src/
Dpvmf_filebufferdatastream_factory.cpp207 iFs.Connect(); in PVMFFileBufferReadDataStreamImpl()
220 iFs.Close(); in ~PVMFFileBufferReadDataStreamImpl()
264 result = iFileObject->Open(iFileName.get_cstr(), Oscl_File::MODE_READ, iFs); in OpenSession()
627 iFs.Connect(); in PVMFFileBufferWriteDataStreamImpl()
640 iFs.Close(); in ~PVMFFileBufferWriteDataStreamImpl()
690 … result = iFileObject->Open(iFileName.get_cstr(), Oscl_File::MODE_READWRITE, iFs); in OpenSession()
697 … result = iFileObject->Open(iFileName.get_cstr(), Oscl_File::MODE_READ_PLUS, iFs); in OpenSession()
704 result = iFileObject->Open(iFileName.get_cstr(), Oscl_File::MODE_APPEND, iFs); in OpenSession()
710 result = iFs.Oscl_DeleteFile(iFileName.get_cstr()); in OpenSession()
716 … result = iFileObject->Open(iFileName.get_cstr(), Oscl_File::MODE_READWRITE, iFs); in OpenSession()
/external/opencore/nodes/pvdummyinputnode/src/
Dpvmf_fileinput_port.cpp453 if (node->iFs.Connect() != 0) return false; in pvmiGetPortFormatSpecificInfoSync()
454 …en(node->iSettings.iFileName.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, node->iFs); in pvmiGetPortFormatSpecificInfoSync()
494 if (node->iFs.Connect() != 0) return false; in pvmiSetPortFormatSpecificInfoSync()
496 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, node->iFs); in pvmiSetPortFormatSpecificInfoSync()
Dpvmf_dummy_fileinput_node.cpp852 if (iFs.Connect() != 0) return; in DoStart()
855 …InputFile.Open(iSettings.iFileName.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, iFs)) in DoStart()
1335 iFs.Close(); in CloseInputFile()
1343 if (iFs.Connect() != 0) return 0; in Initialize()
1347 …InputFile.Open(iSettings.iFileName.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, iFs)) in Initialize()
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_node.cpp187 iFs.Close(); in CloseOutputFile()
454 iFs); in SetOutputFileDescriptor()
859 if (iFs.Connect() != 0) in WriteFormatSpecificInfo()
867 …tputFile.Open(iOutputFileName.get_cstr(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, iFs)) in WriteFormatSpecificInfo()
1447 if (iFs.Connect() != 0) in DoStart()
1455 …tputFile.Open(iOutputFileName.get_cstr(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, iFs)) in DoStart()
Dpvmf_fileoutput_node.h390 Oscl_FileServer iFs; variable
/external/opencore/nodes/pvdownloadmanagernode/include/
Dpvmf_filebufferdatastream_factory.h251 Oscl_FileServer iFs; variable
403 Oscl_FileServer iFs; variable
/external/opencore/fileformats/common/parser/include/
Dpvmi_datastreamsyncinterface_ref_impl.h171 Oscl_FileServer iFs; variable
/external/opencore/pvmi/pvmf/include/
Dpvmi_datastreamsyncinterface_ref_impl.h171 Oscl_FileServer iFs; variable
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
Dpvmi_mio_fileinput.cpp302 iFs.Close(); in CloseInputFile()
841 if (iFs.Connect() != 0) in DoInit()
847 …InputFile.Open(iSettings.iFileName.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, iFs)) in DoInit()
1305 if (iFs.Connect() != 0) in DoStart()
1312 …InputFile.Open(iSettings.iFileName.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, iFs)) in DoStart()
2360 if (iFs.Connect() != 0) in RetrieveFSI()
2367 …InputFile.Open(iSettings.iFileName.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, iFs); in RetrieveFSI()
Dpvmi_mio_fileinput.h299 Oscl_FileServer iFs; variable
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.cpp447 iFs.Connect(); in ~PVMp4FFComposerNode()
448 iFs.Oscl_DeleteFile(iFileName.get_cstr()); in ~PVMp4FFComposerNode()
449 iFs.Close(); in ~PVMp4FFComposerNode()
789 iFs); in SetOutputFileDescriptor()
1594 iFileType, &iFs, iAuthoringMode)); in DoStart()
1602 (void*) & iFs, iAuthoringMode, ErrFileName, iCacheSize); in DoStart()
1616 (void*) & iFs, iAuthoringMode, iFileName, iCacheSize); in DoStart()
1629 (void*) & iFs, iAuthoringMode, iFileName, iCacheSize); in DoStart()
Dpvmp4ffcn_node.h361 Oscl_FileServer iFs; variable
/external/opencore/nodes/pvdummyinputnode/include/
Dpvmf_dummy_fileinput_node.h212 Oscl_FileServer iFs; variable
/external/opencore/nodes/pvdummyoutputnode/src/
Dpvmf_dummy_fileoutput_node.cpp190 iFs.Close(); in CloseOutputFile()
1118 if (iFs.Connect() != 0) in DoStart()
1126 …tputFile.Open(iOutputFileName.get_cstr(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, iFs)) in DoStart()
Dpvmf_dummy_fileoutput_node.h411 Oscl_FileServer iFs; variable
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
Dpvmf_cpmplugin_passthru_oma1.cpp1068 iFs.Connect(); in PVMFCPMPassThruPlugInOMA1DataStreamSyncInterfaceImpl()
1079 iFs.Close(); in ~PVMFCPMPassThruPlugInOMA1DataStreamSyncInterfaceImpl()
1114 result = iFileObject->Open(iContainer.iFilename.get_cstr(), Oscl_File::MODE_READ, iFs); in OpenSession()
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp211 if (iFs.Connect() == 0) in initData()
312 iFs.Close(); in ~PVRefFileOutput()
489 …ile.Open(iOutputFileName.get_cstr(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, iFs) != 0) in Init()
1717 …ile.Open(iOutputFileName.get_cstr(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, iFs) != 0) in setParametersSync()
2217 …ile.Open(iOutputFileName.get_cstr(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, iFs) == 0) in HandleReConfig()
/external/opencore/pvmi/media_io/pvmiofileoutput/include/
Dpvmi_media_io_fileoutput.h374 Oscl_FileServer iFs; variable
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/include/
Dpvmf_cpmplugin_passthru_oma1.h445 Oscl_FileServer iFs; variable
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h374 Oscl_FileServer iFs; variable
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp5497 iFs.Connect(); in construct()
5501 …tPostCorrelationFile.Open(aLocalFileName, Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, iFs) == 0) in construct()
5508 …tPostCorrelationFile.Open(aLocalFileName, Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, iFs)) in construct()
5510 iFs.Close(); in construct()
5528 iFs.Close(); in closeFile()