/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/ |
D | pvmp4ffrec.cpp | 37 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/ |
D | pvamrffrec_plugin.cpp | 40 …if (!(pvfile.Open(tmpfilename.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, fileServ)… in Recognize()
|
/external/opencore/pvmi/recognizer/plugins/pvwavffrecognizer/src/ |
D | pvwavffrec_plugin.cpp | 40 …if (!(pvfile.Open(tmpfilename.get_cstr(), Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, fileServ)… in Recognize()
|
/external/opencore/fileformats/mp4/parser/src/ |
D | impeg4file.cpp | 78 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()
|
D | chunkoffsetatom.cpp | 107 … Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in ChunkOffsetAtom()
|
D | samplesizeatom.cpp | 128 … Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in SampleSizeAtom()
|
D | sampletableatom.cpp | 585 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/ |
D | mp3utils.cpp | 45 Oscl_File::MODE_READ | Oscl_File::MODE_BINARY, in OpenFile()
|
D | imp3ff.cpp | 117 …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/ |
D | pvoma1_kmj_recognizer.cpp | 36 int32 ret = pvfile.Open( NULL,Oscl_File::MODE_READ | Oscl_File::MODE_BINARY,fileServ); in Recognize()
|
/external/opencore/android/ |
D | android_logger_config.h | 65 if(0 != iLogFile.Open(iLogFileName,Oscl_File::MODE_READ, iFileServer)) in ReadAndParseLoggerConfigFile()
|
/external/opencore/oscl/oscl/osclio/src/ |
D | oscl_file_io.h | 95 MODE_READ = 0x0001, enumerator
|
D | oscl_file_native.cpp | 95 else if (mode & Oscl_File::MODE_READ) in OpenModeToString()
|
D | oscl_file_io.cpp | 257 …bool asyncEnable = ((mode == MODE_READ || mode == MODE_READ + MODE_BINARY) && iAsyncReadBufferSize… in OpenFileCacheOrAsyncBuffer()
|
D | oscl_file_cache.cpp | 131 || (_mode & Oscl_File::MODE_READ) in Read()
|
/external/opencore/oscl/oscl/oscllib/src/ |
D | oscl_library_list.cpp | 81 if (0 != configFile.Open(aConfigFile.get_cstr(), Oscl_File::MODE_READ, fileserver)) in Populate()
|
/external/opencore/engines/2way/pvlogger/src/ |
D | pv_logger_impl.cpp | 66 if (ESuccess != iLogFile.Open(iLogFileName, Oscl_File::MODE_READ, iFileServer)) in ReadAndParseLoggerConfigFile()
|
/external/opencore/nodes/pvdummyinputnode/src/ |
D | pvmf_fileinput_port.cpp | 454 …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/ |
D | pvmi_datastreamsyncinterface_ref_impl.cpp | 113 result = iFileObject->Open(iFileName.get_cstr(), Oscl_File::MODE_READ, iFs); in OpenSession()
|
D | pvfile.cpp | 184 else if (mode & Oscl_File::MODE_READ) in Open()
|
/external/opencore/engines/author/test/src/ |
D | test_pv_author_engine_logger.cpp | 71 if (filehandle.Open(pwszConfigFile, Oscl_File::MODE_READ, fs) == 0) in ParseConfigFile()
|
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/ |
D | pvmi_mio_fileinput.cpp | 846 …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/ |
D | pvwavfileparser.cpp | 183 …if (ipWAVFile->Open(aClip.get_cstr(), (Oscl_File::MODE_READ | Oscl_File::MODE_BINARY), *aFileSessi… in InitWavParser()
|
/external/opencore/android/drm/oma1/test/ |
D | test_pv_drm_plugin.cpp | 177 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/ |
D | aacfileparser.cpp | 1594 …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()
|