/external/opencore/fileformats/mp4/parser/src/ |
D | mediabuffer.cpp | 64 MediaBuffer::readByteData(MP4_FF_FILE *fp, uint32 size) in readByteData() function in MediaBuffer 66 AtomUtils::readByteData(fp, size, _pdata); in readByteData()
|
D | decoderspecificinfo.cpp | 63 if (!AtomUtils::readByteData(fp, _infoSize, _pinfo)) in DecoderSpecificInfo() 71 if (!AtomUtils::readByteData(fp, _infoSize, _pinfo)) in DecoderSpecificInfo()
|
D | stylerecord.cpp | 59 if (!AtomUtils::readByteData(fp, 4, _pRGBA)) in StyleRecord() 103 if (!AtomUtils::readByteData(buf, 4, _pRGBA)) in StyleRecord()
|
D | itunesilstatom.cpp | 42 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 …]
|
D | avcsampleentry.cpp | 45 if (!AtomUtils::readByteData(fp, 6, _reserved)) in AVCSampleEntry() 124 if (!AtomUtils::readByteData(fp, 32, _compressorName)) in AVCSampleEntry()
|
D | fontrecord.cpp | 45 if (!AtomUtils::readByteData(fp, _fontLength, in FontRecord()
|
D | objectdescriptor.cpp | 73 if (!AtomUtils::readByteData(fp, _urlLength, _urlStringPtr)) in ObjectDescriptor()
|
D | textsamplemodifiers.cpp | 117 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()
|
D | initialobjectdescriptor.cpp | 68 if (!AtomUtils::readByteData(fp, _urlLength, _urlStringPtr)) in InitialObjectDescriptor()
|
D | esdescriptor.cpp | 99 if (!AtomUtils::readByteData(fp, _urlLength, _urlStringPtr)) in ESDescriptor()
|
D | textsampleentry.cpp | 63 AtomUtils::readByteData(fp, 4, _pBackgroundRGBA); in TextSampleEntry()
|
D | avcconfigurationbox.cpp | 189 if (!AtomUtils::readByteData(fp, _parameterSetLength, _pParameterSet)) in ParameterSet()
|
D | oma2boxes.cpp | 54 if (!AtomUtils::readByteData(fp, _size, _pODKMData)) in OMADRMKMSBox() 1033 AtomUtils::readByteData(fp, 4, _pBackgroundRGBA); in EnctBox()
|
D | sampletableatom.cpp | 627 if (AtomUtils::readByteData(_pinput, sampleSize, buf)) in getSample() 2812 if (!AtomUtils::readByteData(_pinput, tmpSize, in getNextNSamples()
|
/external/opencore/fileformats/mp3/parser/src/ |
D | mp3parser.cpp | 490 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 …]
|
D | mp3fileio.cpp | 234 bool MP3FileIO::readByteData(PVFile *fp, uint32 length, uint8 *data, uint32 *numbytes) in readByteData() function in MP3FileIO
|
/external/opencore/fileformats/id3parcom/src/ |
D | pv_id3_parcom.cpp | 544 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/ |
D | mediabuffer.h | 86 void readByteData(MP4_FF_FILE *fp, uint32 size);
|
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/ |
D | atomutils.h | 161 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/ |
D | mp3fileio.h | 161 static bool readByteData(PVFile *fp, uint32 length, uint8 *data, uint32* numbytes = NULL);
|
/external/opencore/fileformats/mp4/composer/include/ |
D | atomutils.h | 127 static bool readByteData(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 length, uint8 *data);
|
/external/opencore/fileformats/mp4/composer/src/ |
D | atomutils.cpp | 329 PVA_FF_AtomUtils::readByteData(MP4_AUTHOR_FF_FILE_IO_WRAP *fp, uint32 length, uint8 *data) in readByteData() function in PVA_FF_AtomUtils
|
D | mediadataatom.cpp | 674 if (!(PVA_FF_AtomUtils::readByteData(&mdatFilePtr, readBlockSize, dataBuf))) in renderToFileStream()
|
/external/opencore/fileformats/id3parcom/include/ |
D | pv_id3_parcom.h | 614 bool readByteData(PVFile* aInputFile, uint32 length, uint8 *data);
|
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/ |
D | atomutils.cpp | 313 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
|