Home
last modified time | relevance | path

Searched refs:aFrameSize (Results 1 – 8 of 8) sorted by relevance

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h378 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/
Dpv_id3_parcom.cpp1372 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/
Dpvmf_dummy_fileoutput_node.h349 PVMFStatus CheckMaxFileSize(uint32 aFrameSize);
Dpvmf_dummy_fileoutput_node.cpp745 PVMFStatus PVMFDummyFileOutputNode::CheckMaxFileSize(uint32 aFrameSize) in CheckMaxFileSize() argument
749 if ((iFileSize + aFrameSize) >= iMaxFileSize) in CheckMaxFileSize()
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_node.h332 PVMFStatus CheckMaxFileSize(uint32 aFrameSize);
Dpvmf_fileoutput_node.cpp1010 PVMFStatus PVMFFileOutputNode::CheckMaxFileSize(uint32 aFrameSize) in CheckMaxFileSize() argument
1014 if ((iFileSize + aFrameSize) >= iMaxFileSize) in CheckMaxFileSize()
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.h308 PVMFStatus CheckMaxFileSize(uint32 aFrameSize);
Dpvmp4ffcn_node.cpp3028 PVMFStatus PVMp4FFComposerNode::CheckMaxFileSize(uint32 aFrameSize) in CheckMaxFileSize() argument
3036 if ((metaDataSize + mediaDataSize + aFrameSize) >= iMaxFileSize) in CheckMaxFileSize()