Home
last modified time | relevance | path

Searched refs:MODE_READ (Results 1 – 25 of 53) sorted by relevance

123

/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Dpvmp4ffrec.cpp37 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in OSCL_DLL_ENTRY_POINT_DEFAULT()
152 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in IsMP4File()
/external/opencore/pvmi/recognizer/plugins/pvamrffrecognizer/src/
Dpvamrffrec_plugin.cpp40 …if (!(pvfile.Open(tmpfilename.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, fileServ)… in Recognize()
/external/opencore/pvmi/recognizer/plugins/pvwavffrecognizer/src/
Dpvwavffrec_plugin.cpp40 …if (!(pvfile.Open(tmpfilename.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, fileServ)… in Recognize()
/external/opencore/fileformats/mp4/parser/src/
Dimpeg4file.cpp78 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in OSCL_DLL_ENTRY_POINT_DEFAULT()
145 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in IsXXXable()
582 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in GetMetaDataSize()
Dchunkoffsetatom.cpp107 … Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in ChunkOffsetAtom()
Dsamplesizeatom.cpp128 … Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in SampleSizeAtom()
Dsampletableatom.cpp585 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in getSample()
745 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in getKeyMediaSampleNumAt()
948 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in getPrevKeyMediaSample()
1151 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in getNextKeyMediaSample()
1929 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in resetPlayBackbyTime()
2608 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in getNextNSamples()
/external/opencore/fileformats/mp3/parser/src/
Dmp3utils.cpp45 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in OpenFile()
Dimp3ff.cpp117 …if (iMP3File.Open(filename.get_cstr(), (Oscl_File::MODE_READ | Oscl_File::MODE_BINARY), *fileServS… in OSCL_DLL_ENTRY_POINT_DEFAULT()
127 …if (iScanFP.Open(filename.get_cstr(), (Oscl_File::MODE_READ | Oscl_File::MODE_BINARY), *fileServSe… in OSCL_DLL_ENTRY_POINT_DEFAULT()
1453 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in IsMp3File()
/external/opencore/android/drm/oma1/src/
Dpvoma1_kmj_recognizer.cpp36 int32 ret = pvfile.Open( NULL,Oscl_File::MODE_READ | Oscl_File::MODE_BINARY,fileServ); in Recognize()
/external/opencore/android/
Dandroid_logger_config.h65 if(0 != iLogFile.Open(iLogFileName,Oscl_File::MODE_READ, iFileServer)) in ReadAndParseLoggerConfigFile()
/external/opencore/oscl/oscl/osclio/src/
Doscl_file_io.h95 MODE_READ = 0x0001, enumerator
Doscl_file_native.cpp95 else if (mode & Oscl_File::MODE_READ) in OpenModeToString()
Doscl_file_io.cpp257 …bool asyncEnable = ((mode == MODE_READ || mode == MODE_READ + MODE_BINARY) && iAsyncReadBufferSize… in OpenFileCacheOrAsyncBuffer()
Doscl_file_cache.cpp131 || (_mode & Oscl_File::MODE_READ) in Read()
/external/opencore/oscl/oscl/oscllib/src/
Doscl_library_list.cpp81 if (0 != configFile.Open(aConfigFile.get_cstr(), Oscl_File::MODE_READ, fileserver)) in Populate()
/external/opencore/engines/2way/pvlogger/src/
Dpv_logger_impl.cpp66 if (ESuccess != iLogFile.Open(iLogFileName, Oscl_File::MODE_READ, iFileServer)) in ReadAndParseLoggerConfigFile()
/external/opencore/nodes/pvdummyinputnode/src/
Dpvmf_fileinput_port.cpp454 …node->iInputFile.Open(node->iSettings.iFileName.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE… in pvmiGetPortFormatSpecificInfoSync()
496 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, node->iFs); in pvmiSetPortFormatSpecificInfoSync()
/external/opencore/fileformats/common/parser/src/
Dpvmi_datastreamsyncinterface_ref_impl.cpp113 result = iFileObject->Open(iFileName.get_cstr(), Oscl_File::MODE_READ, iFs); in OpenSession()
Dpvfile.cpp184 else if (mode & Oscl_File::MODE_READ) in Open()
/external/opencore/engines/author/test/src/
Dtest_pv_author_engine_logger.cpp71 if (filehandle.Open(pwszConfigFile, Oscl_File::MODE_READ, fs) == 0) in ParseConfigFile()
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
Dpvmi_mio_fileinput.cpp846 …0 != iInputFile.Open(iSettings.iFileName.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BINARY… in DoInit()
993 …0 != iLogFile.Open(iSettings.iLogFileName.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BINAR… in DoInit()
1311 …if (iInputFile.Open(iSettings.iFileName.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BINARY,… in DoStart()
1934 …0 != iTextFile.Open(iSettings.iTextFileName.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BIN… in Get_Timed_Config_Info()
2329 …int32 ret = iInputFile.Open(iSettings.iFileName.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE… in RetrieveFSI()
/external/opencore/fileformats/wav/parser/src/
Dpvwavfileparser.cpp183 …if (ipWAVFile->Open(aClip.get_cstr(), (Oscl_File::MODE_READ | Oscl_File::MODE_BINARY), *aFileSessi… in InitWavParser()
/external/opencore/android/drm/oma1/test/
Dtest_pv_drm_plugin.cpp177 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in Run()
1100 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in SavePureMediaForCompare()
/external/opencore/fileformats/rawaac/parser/src/
Daacfileparser.cpp1594 …if (iAACFile.Open(aClip.get_cstr(), (Oscl_File::MODE_READ | Oscl_File::MODE_BINARY), *iFileSession… in InitAACFile()
2487 …if (iAACFileTemp.Open(aClip.get_cstr(), (Oscl_File::MODE_READ | Oscl_File::MODE_BINARY), *iFileSes… in getAACHeaderLen()
2533 …if (iAACFileTemp.Open(aClip.get_cstr(), (Oscl_File::MODE_READ | Oscl_File::MODE_BINARY), *aFileSes… in IsAACFile()

123