/external/opencore/oscl/pvlogger/src/ |
D | pvlogger_file_appender.h | 61 Oscl_File::MODE_READWRITE | Oscl_File::MODE_TEXT, 226 Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, 269 Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY,
|
D | pvlogger_mem_appender.h | 55 Oscl_File::MODE_READWRITE | Oscl_File::MODE_TEXT,
|
/external/opencore/engines/adapters/player/framemetadatautility/test/src/ |
D | test_pv_frame_metadata_utility_testset1.cpp | 162 …if (iMetadataFile.Open(outputfilename.get_str(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_TEXT,… in Run() 179 if (iFrameFile.Open(outputfilename.get_str(), Oscl_File::MODE_READWRITE, iFS)) in Run() 616 …if (iMetadataFile.Open(outputfilename.get_str(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_TEXT,… in Run() 631 if (iFrameFile.Open(outputfilename.get_str(), Oscl_File::MODE_READWRITE, iFS)) in Run() 1063 if (iFrameFile.Open(outputfilename.get_str(), Oscl_File::MODE_READWRITE, iFS)) in Run() 1318 if (iFrameFile.Open(outputfilename.get_str(), Oscl_File::MODE_READWRITE, iFS)) in Run() 1548 if (iFrameFile.Open(outputfilename.get_str(), Oscl_File::MODE_READWRITE, iFS)) in Run() 1977 …if (iMetadataFile.Open(outputfilename.get_str(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_TEXT,… in Run() 1992 if (iFrameFile.Open(outputfilename.get_str(), Oscl_File::MODE_READWRITE, iFS)) in Run() 2630 if (iFrameFile.Open(outputfilename.get_str(), Oscl_File::MODE_READWRITE, iFS)) in Run() [all …]
|
/external/opencore/oscl/oscl/osclio/src/ |
D | oscl_file_cache.cpp | 130 if ((_mode & Oscl_File::MODE_READWRITE) in Read() 220 if ((_mode & Oscl_File::MODE_READWRITE) in Write()
|
D | oscl_file_io.h | 101 MODE_READWRITE = 0x0002, enumerator
|
D | oscl_file_native.cpp | 81 if (mode & Oscl_File::MODE_READWRITE) in OpenModeToString()
|
/external/opencore/fileformats/mp4/composer/src/ |
D | mediadataatom.cpp | 122 …int retVal = PVA_FF_AtomUtils::openFile(&_pofstream, targetFileName, Oscl_File::MODE_READWRITE | O… in PVA_FF_MediaDataAtom() 242 …PVA_FF_AtomUtils::openFile(&_pofstream, _tempFilename, Oscl_File::MODE_READWRITE | Oscl_File::MODE… in prepareTempFile()
|
D | mpeg4file.cpp | 1580 … PVA_FF_AtomUtils::openFile(&fp, filename, Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY); in renderToFile() 1866 PVA_FF_AtomUtils::openFile(&fp, filename, Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY); in renderTruncatedFile()
|
/external/opencore/fileformats/common/parser/src/ |
D | pvfile.cpp | 178 if (mode & Oscl_File::MODE_READWRITE) in Open()
|
/external/opencore/nodes/pvfileoutputnode/src/ |
D | pvmf_fileoutput_node.cpp | 453 Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, in SetOutputFileDescriptor() 867 …if (0 != iOutputFile.Open(iOutputFileName.get_cstr(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_… in WriteFormatSpecificInfo() 1455 …if (0 != iOutputFile.Open(iOutputFileName.get_cstr(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_… in DoStart()
|
/external/opencore/nodes/pvdownloadmanagernode/src/ |
D | pvmf_filebufferdatastream_factory.cpp | 690 … result = iFileObject->Open(iFileName.get_cstr(), Oscl_File::MODE_READWRITE, iFs); in OpenSession() 716 … result = iFileObject->Open(iFileName.get_cstr(), Oscl_File::MODE_READWRITE, iFs); in OpenSession()
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
D | pvdl_config_file.cpp | 148 …int32 retval = iFile->Open(iConfigFileName.get_cstr(), Oscl_File::MODE_READWRITE | Oscl_File::MODE… in SaveConfig()
|
/external/opencore/pvmi/media_io/pvmiofileoutput/src/ |
D | pvmi_media_io_fileoutput.cpp | 489 …if (iOutputFile.Open(iOutputFileName.get_cstr(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINAR… in Init() 1717 …if (iOutputFile.Open(iOutputFileName.get_cstr(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINAR… in setParametersSync() 2217 …if (iOutputFile.Open(iOutputFileName.get_cstr(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINAR… in HandleReConfig()
|
/external/opencore/nodes/pvdummyoutputnode/src/ |
D | pvmf_dummy_fileoutput_node.cpp | 1126 …if (0 != iOutputFile.Open(iOutputFileName.get_cstr(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_… in DoStart()
|
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
D | pvmp4ffcn_node.cpp | 788 Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, in SetOutputFileDescriptor()
|
/external/opencore/protocols/rtsp_client_engine/src/ |
D | pvrtsp_client_engine_node.cpp | 5508 …if (iGetPostCorrelationFile.Open(aLocalFileName, Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINAR… in construct()
|
/external/opencore/engines/player/test/src/ |
D | test_pv_player_engine_testset7.cpp | 5359 …if (iTimeLogFile.Open(sinkfilename.get_str(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_TEXT, iF… in Run()
|
D | test_pv_player_engine_testset1.cpp | 14706 …if (iTimeLogFile.Open(SinkFileName.get_str(), Oscl_File::MODE_READWRITE | Oscl_File::MODE_TEXT, iF… in Run()
|
D | test_pv_player_engine_testset13.cpp | 23709 … uint32 result = sinkfile.Open(sinkfilename.get_cstr(), Oscl_File::MODE_READWRITE, fs); in PrintMetadataInfo()
|