/external/opencore/fileformats/wav/parser/src/ |
D | pvwavfileparser.cpp | 206 if (ipWAVFile->Seek(0, Oscl_File::SEEKSET)) in InitWavParser() 314 if (ipWAVFile->Seek(filepos, Oscl_File::SEEKSET)) in InitWavParser() 353 if (ipWAVFile->Seek(filepos, Oscl_File::SEEKSET)) in InitWavParser() 395 if (ipWAVFile->Seek(filepos, Oscl_File::SEEKSET)) in InitWavParser() 588 … (ipWAVFile->Seek((iHeaderSize + (SampleNumber*NumChannels*(BytesPerSample))), Oscl_File::SEEKSET)) in SeekPCMSample()
|
/external/opencore/fileformats/common/parser/src/ |
D | pvfile.cpp | 45 if (origin == Oscl_File::SEEKSET) in Seek() 263 iFile->Seek(currPos, Oscl_File::SEEKSET); in GetRemainingBytes() 278 iFilePtr->Seek(currPos, Oscl_File::SEEKSET); in GetRemainingBytes() 385 if (origin == Oscl_File::SEEKSET) in Skip()
|
D | pvmi_datastreamsyncinterface_ref_impl.cpp | 129 iFileObject->Seek(0, Oscl_File::SEEKSET); in OpenSession() 272 seekType = Oscl_File::SEEKSET; in Seek()
|
/external/opencore/oscl/oscl/osclio/src/ |
D | oscl_file_cache.cpp | 338 case Oscl_File::SEEKSET: in Seek() 372 retval = iContainer.CallNativeSeek(pos, Oscl_File::SEEKSET); in Seek() 526 int32 result = iContainer.CallNativeSeek(newpos, Oscl_File::SEEKSET); in FillCacheFromFile() 592 int32 retval = iContainer.CallNativeSeek(pos, Oscl_File::SEEKSET); in WriteCacheToFile()
|
D | oscl_file_native.cpp | 221 if (Seek(curPos, Oscl_File::SEEKSET) == 0) in Size() 354 else if (origin == Oscl_File::SEEKSET) newpos = offset; in Seek() 370 else if (origin == Oscl_File::SEEKSET) in Seek()
|
D | oscl_file_async_read.cpp | 455 int32 ret = iNativeFileDuplicate->Seek(aOffset, Oscl_File::SEEKSET); in doRead() 983 int32 result = iNativeFile.Seek(aPosToReadFrom, Oscl_File::SEEKSET); in StartNextRead() 1057 else if (origin == Oscl_File::SEEKSET) in Seek()
|
D | oscl_file_io.h | 79 SEEKSET, enumerator
|
/external/opencore/fileformats/id3parcom/src/ |
D | pv_id3_parcom.cpp | 125 if (iInputFile->Seek(0, Oscl_File::SEEKSET) == -1) in GetID3TagSize() 132 if (iInputFile->Seek(0, Oscl_File::SEEKSET) == -1) in GetID3TagSize() 277 if (iInputFile->Seek(0, Oscl_File::SEEKSET) == -1) in ParseID3Tag() 284 if (iInputFile->Seek(currentFilePosn, Oscl_File::SEEKSET) == -1) in ParseID3Tag() 304 if (iInputFile->Seek(currentFilePosn, Oscl_File::SEEKSET) == -1) in ParseID3Tag() 318 if (iInputFile->Seek(currentFilePosn, Oscl_File::SEEKSET) == -1) in ParseID3Tag() 538 if (iInputFile->Seek(nBytes, Oscl_File::SEEKSET) == -1) in CheckForTagID3V1() 611 Oscl_File::SEEKSET) == -1) in LookForV2_4Footer() 660 if (iInputFile->Seek(0 , Oscl_File::SEEKSET) == -1) in SearchTagV2_4() 688 … if (iInputFile->Seek((iFileSizeInBytes - (aFileOffset + aBuffSz)), Oscl_File::SEEKSET) == -1) in SearchTagV2_4() [all …]
|
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/ |
D | pvmi_mio_fileinput.cpp | 862 iInputFile.Seek(fileStart, Oscl_File::SEEKSET); in DoInit() 893 iInputFile.Seek(fileStart, Oscl_File::SEEKSET); in DoInit() 1019 iInputFile.Seek(fileStart, Oscl_File::SEEKSET); in DoInit() 1032 iLogFile.Seek(offset, Oscl_File::SEEKSET); in DoInit() 1058 iLogFile.Seek(offset, Oscl_File::SEEKSET); in DoInit() 1069 iLogFile.Seek(offset, Oscl_File::SEEKSET); in DoInit() 1152 iInputFile.Seek(fileStart, Oscl_File::SEEKSET); in DoInit() 1174 iInputFile.Seek(iFileHeaderSize, Oscl_File::SEEKSET); in DoInit() 1318 if (iInputFile.Seek(0, Oscl_File::SEEKSET)) in DoStart() 1322 if (iInputFile.Seek(iFileHeaderSize, Oscl_File::SEEKSET)) in DoStart() [all …]
|
/external/opencore/fileformats/avi/parser/src/ |
D | pv_avifile_parser.cpp | 56 ipFilePtr->Seek(0, Oscl_File::SEEKSET); in ParseFile() 68 ipFilePtr->Seek(0, Oscl_File::SEEKSET); in ParseFile() 319 ipFilePtr->Seek(0, Oscl_File::SEEKSET); in GetNextMediaSample() 552 ipFilePtr->Seek(0, Oscl_File::SEEKSET); in GetStreamOffsetFromIndexTable() 581 ipFilePtr->Seek(startOffset, Oscl_File::SEEKSET); in GetStreamOffset()
|
/external/opencore/fileformats/rawaac/parser/src/ |
D | aacfileparser.cpp | 50 ipAACFile->Seek(filePos, Oscl_File::SEEKSET); in OSCL_DLL_ENTRY_POINT_DEFAULT() 82 if (ipAACFile->Seek(0, Oscl_File::SEEKSET)) in refill() 255 aFile.Seek(0, Oscl_File::SEEKSET); in parseID3Header() 257 aFile.Seek(curpos, Oscl_File::SEEKSET); in parseID3Header() 271 ipAACFile->Seek(0, Oscl_File::SEEKSET); in isAACFile() 289 if (ipAACFile->Seek(tagSize, Oscl_File::SEEKSET) != 0) in isAACFile() 369 ipAACFile->Seek(curPos, Oscl_File::SEEKSET); in isAACFile()
|
/external/opencore/nodes/pvdownloadmanagernode/src/ |
D | pvmf_filebufferdatastream_factory.cpp | 339 iFileObject->Seek((int32)(currFilePosition), Oscl_File::SEEKSET); in QueryReadCapacity() 545 Oscl_File::seek_type seekType = Oscl_File::SEEKSET; in Seek() 548 seekType = Oscl_File::SEEKSET; in Seek() 1065 Oscl_File::seek_type seekType = Oscl_File::SEEKSET; in Seek() 1068 seekType = Oscl_File::SEEKSET; in Seek()
|
/external/opencore/nodes/pvdummyinputnode/src/ |
D | pvmf_dummy_fileinput_node.cpp | 861 … if (iInputFile.Seek(iFileHeaderSize + iFormatSpecificInfoSize, Oscl_File::SEEKSET)) in DoStart() 1363 iInputFile.Seek(fileStart, Oscl_File::SEEKSET); in Initialize() 1377 iInputFile.Seek(fileStart, Oscl_File::SEEKSET); in Initialize() 1388 iInputFile.Seek(fileStart, Oscl_File::SEEKSET); in Initialize() 1400 iInputFile.Seek(fileStart, Oscl_File::SEEKSET); in Initialize() 1411 iInputFile.Seek(fileStart, Oscl_File::SEEKSET); in Initialize()
|
/external/opencore/fileformats/mp3/parser/src/ |
D | mp3parser.cpp | 439 errCode = MP3Utils::SeektoOffset(fp, 0, Oscl_File::SEEKSET); in ParseMP3File() 484 MP3ErrorType err = MP3Utils::SeektoOffset(fp, StartOffset, Oscl_File::SEEKSET); in ParseMP3File() 501 err = MP3Utils::SeektoOffset(fp, StartOffset, Oscl_File::SEEKSET); in ParseMP3File() 734 MP3ErrorType err = MP3Utils::SeektoOffset(fpUsed, audioOffset, Oscl_File::SEEKSET); in ScanMP3File() 1802 MP3Utils::SeektoOffset(fp, SeekPosition, Oscl_File::SEEKSET); in SeekToTimestamp() 1956 MP3Utils::SeektoOffset(fp, seekPoint + StartOffset, Oscl_File::SEEKSET); in SeekPointFromTimestamp() 2638 errCode = MP3Utils::SeektoOffset(fp, 0, Oscl_File::SEEKSET); in IsMp3File() 2671 MP3Utils::SeektoOffset(fp, StartOffset, Oscl_File::SEEKSET); in IsMp3File() 2878 MP3Utils::SeektoOffset(fp, currFilePos, Oscl_File::SEEKSET); in GetDurationFromRandomScan() 2937 MP3Utils::SeektoOffset(fpUsed, audioOffset, Oscl_File::SEEKSET); in ComputeDurationFromNRandomFrames()
|
D | mp3utils.cpp | 96 case Oscl_File::SEEKSET: in SeektoOffset()
|
/external/opencore/fileformats/rawgsmamr/parser/src/ |
D | amrfileparser.cpp | 114 ipAMRFile->Seek(iInitFilePos + filePos, Oscl_File::SEEKSET); in reset() 165 if (ipAMRFile->Seek(0, Oscl_File::SEEKSET)) in refill()
|
/external/opencore/fileformats/rawgsmamr/parser/include/ |
D | amrfileparser.h | 294 ipAMRFile->Seek(0, Oscl_File::SEEKSET);
|
/external/opencore/fileformats/mp4/composer/src/ |
D | atomutils.cpp | 276 fp->_filePtr->Seek(n, Oscl_File::SEEKSET); in seekFromStart()
|
/external/opencore/engines/author/test/src/ |
D | test_pv_author_engine_logger.cpp | 95 filehandle.Seek(lastlineterminator, Oscl_File::SEEKSET); in ParseConfigFile()
|
/external/opencore/pvmi/media_io/pvmiofileoutput/src/ |
D | pvmi_media_io_fileoutput.cpp | 2470 iOutputFile.Seek(4, Oscl_File::SEEKSET); in UpdateWaveChunkSize() 2477 iOutputFile.Seek(40, Oscl_File::SEEKSET); in UpdateWaveChunkSize() 2493 iOutputFile.Seek(iAVIMainHeaderPosition, Oscl_File::SEEKSET); in UpdateVideoChunkHeaderIdx() 2502 iOutputFile.Seek(iAVIStreamHeaderPosition, Oscl_File::SEEKSET); in UpdateVideoChunkHeaderIdx() 2519 iOutputFile.Seek(4, Oscl_File::SEEKSET); in UpdateVideoChunkHeaderIdx() 2521 iOutputFile.Seek(iVideoHeaderPosition, Oscl_File::SEEKSET); in UpdateVideoChunkHeaderIdx()
|
/external/opencore/fileformats/rawaac/parser/include/ |
D | aacfileparser.h | 406 ipAACFile->Seek(0, Oscl_File::SEEKSET);
|
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/ |
D | atomutils.cpp | 756 fp->_pvfile.Seek(n, Oscl_File::SEEKSET); in seekFromStart() 1013 fp->_pvfile.Skip(n, Oscl_File::SEEKSET); in skipFromStart()
|
/external/opencore/android/ |
D | mediascanner.cpp | 104 fileHandle.Seek(0, Oscl_File::SEEKSET); in parseMP3() 798 file.Seek(0, Oscl_File::SEEKSET); in extractMP3AlbumArt()
|
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/ |
D | pvmf_cpmplugin_passthru_oma1.cpp | 1271 seekType = Oscl_File::SEEKSET; in Seek()
|
/external/opencore/protocols/rtsp_client_engine/src/ |
D | pvrtsp_client_engine_node.cpp | 5535 if (iGetPostCorrelationFile.Seek(0, Oscl_File::SEEKSET)) return false; in writeToFile()
|