Home
last modified time | relevance | path

Searched refs:readByteData (Results 1 – 25 of 26) sorted by relevance

12

/external/opencore/fileformats/mp4/parser/src/
Dmediabuffer.cpp64 MediaBuffer::readByteData(MP4_FF_FILE *fp, uint32 size) in readByteData() function in MediaBuffer
66 AtomUtils::readByteData(fp, size, _pdata); in readByteData()
Ddecoderspecificinfo.cpp63 if (!AtomUtils::readByteData(fp, _infoSize, _pinfo)) in DecoderSpecificInfo()
71 if (!AtomUtils::readByteData(fp, _infoSize, _pinfo)) in DecoderSpecificInfo()
Dstylerecord.cpp59 if (!AtomUtils::readByteData(fp, 4, _pRGBA)) in StyleRecord()
103 if (!AtomUtils::readByteData(buf, 4, _pRGBA)) in StyleRecord()
Ditunesilstatom.cpp42 if (!AtomUtils::readByteData(fp, nSize, buf)) in ItunesMeaningAtom()
108 if (!AtomUtils::readByteData(fp, nSize, buf)) in ItunesNameAtom()
193 if (!AtomUtils::readByteData(fp, nSize, buf)) in ITunesTitleAtom()
273 if (!AtomUtils::readByteData(fp, nSize, buf)) in ITunesTrackSubTitleAtom()
353 if (!AtomUtils::readByteData(fp, nSize, buf)) in ITunesArtistAtom()
431 if (!AtomUtils::readByteData(fp, nSize, buf)) in ITunesAlbumArtistAtom()
509 if (!AtomUtils::readByteData(fp, nSize, buf)) in ITunesAlbumAtom()
590 if (!AtomUtils::readByteData(fp, nSize, buf)) in ITunesGenreAtom()
678 if (!AtomUtils::readByteData(fp, nSize, buf)) in ITunesYearAtom()
755 if (!AtomUtils::readByteData(fp, nSize, buf)) in ITunesToolAtom()
[all …]
Davcsampleentry.cpp45 if (!AtomUtils::readByteData(fp, 6, _reserved)) in AVCSampleEntry()
124 if (!AtomUtils::readByteData(fp, 32, _compressorName)) in AVCSampleEntry()
Dfontrecord.cpp45 if (!AtomUtils::readByteData(fp, _fontLength, in FontRecord()
Dobjectdescriptor.cpp73 if (!AtomUtils::readByteData(fp, _urlLength, _urlStringPtr)) in ObjectDescriptor()
Dtextsamplemodifiers.cpp117 if (!AtomUtils::readByteData(buf, 4, _pHighlightColorRGBA)) in TextHilightColorBox()
284 if (!AtomUtils::readByteData(buf, _urlLength, _pURL)) in TextHyperTextBox()
300 if (!AtomUtils::readByteData(buf, _altLength, _pAltString)) in TextHyperTextBox()
Dinitialobjectdescriptor.cpp68 if (!AtomUtils::readByteData(fp, _urlLength, _urlStringPtr)) in InitialObjectDescriptor()
Desdescriptor.cpp99 if (!AtomUtils::readByteData(fp, _urlLength, _urlStringPtr)) in ESDescriptor()
Dtextsampleentry.cpp63 AtomUtils::readByteData(fp, 4, _pBackgroundRGBA); in TextSampleEntry()
Davcconfigurationbox.cpp189 if (!AtomUtils::readByteData(fp, _parameterSetLength, _pParameterSet)) in ParameterSet()
Doma2boxes.cpp54 if (!AtomUtils::readByteData(fp, _size, _pODKMData)) in OMADRMKMSBox()
1033 AtomUtils::readByteData(fp, 4, _pBackgroundRGBA); in EnctBox()
Dsampletableatom.cpp627 if (AtomUtils::readByteData(_pinput, sampleSize, buf)) in getSample()
2812 if (!AtomUtils::readByteData(_pinput, tmpSize, in getNextNSamples()
/external/opencore/fileformats/mp3/parser/src/
Dmp3parser.cpp490 if (!MP3FileIO::readByteData(fp, MP3_FRAME_HEADER_SIZE, (uint8 *)pFrameHeader)) in ParseMP3File()
517 if (!MP3FileIO::readByteData(fp, MP3_FRAME_HEADER_SIZE, pFrameHeader)) in ParseMP3File()
555 if (!MP3FileIO::readByteData(fp, MP3_FIRST_FRAME_SIZE, pFirstFrame)) in ParseMP3File()
575 if (!MP3FileIO::readByteData(fp, actualBufferSize, tempBuf)) in ParseMP3File()
650 if (!MP3FileIO::readByteData(fp, MP3_FIRST_FRAME_SIZE, pFirstFrame)) in ParseMP3File()
812 if (!MP3FileIO::readByteData(fpUsed, MP3_FRAME_HEADER_SIZE, pFrameHeader)) in ScanMP3File()
1620 if (!MP3FileIO::readByteData(fp, MP3_FRAME_HEADER_SIZE, buf)) in GetNextMediaSample()
1657 if (!MP3FileIO::readByteData(fp, MP3_FRAME_HEADER_SIZE, buf)) in GetNextMediaSample()
1797 bool res = MP3FileIO::readByteData(fp, mp3FrameSizeInBytes - MP3_FRAME_HEADER_SIZE, buf); in GetNextMediaSample()
2094 if (!MP3FileIO::readByteData(aFile, iMaxSyncBufferSize, &pSyncBuffer[1], &BufferSize)) in mp3FindSync()
[all …]
Dmp3fileio.cpp234 bool MP3FileIO::readByteData(PVFile *fp, uint32 length, uint8 *data, uint32 *numbytes) in readByteData() function in MP3FileIO
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp544 if (!readByteData(iInputFile, ID3V1_TAG_NUM_BYTES_HEADER, tagHeader)) in CheckForTagID3V1()
564 if (!readByteData(iInputFile, ID3V2_TAG_NUM_BYTES_ID, id3Header)) in CheckForTagID3V2()
666 if (readByteData(iInputFile, remaining_bytes, buff) == false) in SearchTagV2_4()
694 if (readByteData(iInputFile, aBuffSz, buff) == false) in SearchTagV2_4()
818 if (readByteData(iInputFile, ID3V1_MAX_NUM_BYTES_COMMENT, frameData) == false) in ReadID3V1Tag()
928 if (readByteData(iInputFile, ID3V1_MAX_NUM_BYTES_GENRE, frameData) == false) in ReadID3V1Tag()
1323 if (readByteData(iInputFile, ID3V2_FRAME_NUM_BYTES_ID, frameid) == false) in ValidateFrameV2_4()
1352 if (readByteData(iInputFile, ID3V2_FRAME_NUM_BYTES_FLAG, frameflags) == false) in ValidateFrameV2_4()
1539 if (readByteData(iInputFile, ID3V2_FRAME_NUM_BYTES_ID, iID3TagInfo.iID3V2FrameID) == false) in ReadFrameHeaderID3V2()
1550 … if (readByteData(iInputFile, ID3V2_FRAME_NUM_BYTES_FLAG, iID3TagInfo.iID3V2FrameFlag) == false) in ReadFrameHeaderID3V2()
[all …]
/external/opencore/fileformats/mp4/parser/include/
Dmediabuffer.h86 void readByteData(MP4_FF_FILE *fp, uint32 size);
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomutils.h161 OSCL_IMPORT_REF static bool readByteData(MP4_FF_FILE *fp, uint32 length, uint8 *data);
197 OSCL_IMPORT_REF static bool readByteData(uint8 *&buf, uint32 length, uint8 *data);
/external/opencore/fileformats/mp3/parser/include/
Dmp3fileio.h161 static bool readByteData(PVFile *fp, uint32 length, uint8 *data, uint32* numbytes = NULL);
/external/opencore/fileformats/mp4/composer/include/
Datomutils.h127 static bool readByteData(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 length, uint8 *data);
/external/opencore/fileformats/mp4/composer/src/
Datomutils.cpp329 PVA_FF_AtomUtils::readByteData(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 length, uint8 *data) in readByteData() function in PVA_FF_AtomUtils
Dmediadataatom.cpp674 if (!(PVA_FF_AtomUtils::readByteData(&mdatFilePtr, readBlockSize, dataBuf))) in renderToFileStream()
/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h614 bool readByteData(PVFile* aInputFile, uint32 length, uint8 *data);
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
Datomutils.cpp313 AtomUtils::readByteData(MP4_FF_FILE *fp, uint32 length, uint8 *data) in readByteData() function in AtomUtils
883 AtomUtils::readByteData(uint8 *&buf, uint32 length, uint8 *data) in readByteData() function in AtomUtils

12