Searched refs:aFrameSize (Results 1 – 8 of 8) sorted by relevance
/external/opencore/fileformats/id3parcom/include/ |
D | pv_id3_parcom.h | 378 uint32 ValidateFrameLengthV2_4(uint32 aFrameSize); 723 PVMFStatus ReadAlbumArtFrame(PVID3FrameType aFrameType, uint8 unicode, uint32 aFrameSize); 735 …PVMFStatus GetAlbumArtInfo(PVID3FrameType aFrameType, uint32 aFrameSize, OSCL_HeapString<OsclMemAl… 747 …PVMFStatus GetAlbumArtInfo(PVID3FrameType aFrameType, uint32 aFrameSize, OSCL_HeapString<OsclMemAl…
|
/external/opencore/fileformats/id3parcom/src/ |
D | pv_id3_parcom.cpp | 1372 uint32 PVID3ParCom::ValidateFrameLengthV2_4(uint32 aFrameSize) in ValidateFrameLengthV2_4() argument 1383 actualFrameLen = SafeSynchIntToInt32(aFrameSize); in ValidateFrameLengthV2_4() 1407 if ((aFrameSize + ID3V2_FRAME_NUM_BYTES_HEADER) > iID3TagInfo.iID3V2TagSize) in ValidateFrameLengthV2_4() 1421 errCode = iInputFile->Seek(aFrameSize, Oscl_File::SEEKCUR); in ValidateFrameLengthV2_4() 1446 actualFrameLen = aFrameSize; in ValidateFrameLengthV2_4() 1451 actualFrameLen = aFrameSize; in ValidateFrameLengthV2_4() 2820 …FStatus PVID3ParCom::ReadAlbumArtFrame(PVID3FrameType aFrameType, uint8 unicode, uint32 aFrameSize) in ReadAlbumArtFrame() argument 2845 …if (GetAlbumArtInfo(aFrameType, aFrameSize, ImageFormat, picType, description, dataLen) != PVMFSuc… in ReadAlbumArtFrame() 2859 uint32 rfs = aFrameSize - (ImageFormat.get_size() + description.get_size()); in ReadAlbumArtFrame() 2901 …if (GetAlbumArtInfo(aFrameType, aFrameSize, ImageFormat, picType, description, dataLen) != PVMFSuc… in ReadAlbumArtFrame() [all …]
|
/external/opencore/nodes/pvdummyoutputnode/src/ |
D | pvmf_dummy_fileoutput_node.h | 349 PVMFStatus CheckMaxFileSize(uint32 aFrameSize);
|
D | pvmf_dummy_fileoutput_node.cpp | 745 PVMFStatus PVMFDummyFileOutputNode::CheckMaxFileSize(uint32 aFrameSize) in CheckMaxFileSize() argument 749 if ((iFileSize + aFrameSize) >= iMaxFileSize) in CheckMaxFileSize()
|
/external/opencore/nodes/pvfileoutputnode/src/ |
D | pvmf_fileoutput_node.h | 332 PVMFStatus CheckMaxFileSize(uint32 aFrameSize);
|
D | pvmf_fileoutput_node.cpp | 1010 PVMFStatus PVMFFileOutputNode::CheckMaxFileSize(uint32 aFrameSize) in CheckMaxFileSize() argument 1014 if ((iFileSize + aFrameSize) >= iMaxFileSize) in CheckMaxFileSize()
|
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
D | pvmp4ffcn_node.h | 308 PVMFStatus CheckMaxFileSize(uint32 aFrameSize);
|
D | pvmp4ffcn_node.cpp | 3028 PVMFStatus PVMp4FFComposerNode::CheckMaxFileSize(uint32 aFrameSize) in CheckMaxFileSize() argument 3036 if ((metaDataSize + mediaDataSize + aFrameSize) >= iMaxFileSize) in CheckMaxFileSize()
|