Searched refs:frameType (Results 1 – 11 of 11) sorted by relevance
1168 PVID3FrameType frameType = PV_ID3_FRAME_EEND; in ReadTagID3V2() local1189 frameType = FrameSupportedID3V2(aVersion); in ReadTagID3V2()1191 if ((frameType != PV_ID3_FRAME_SEEK) && (currFrameLength > iID3TagInfo.iID3V2TagSize)) in ReadTagID3V2()1204 if ((currFrameLength == 0) && (frameType != PV_ID3_FRAME_EEND)) in ReadTagID3V2()1212 frameType = PV_ID3_FRAME_UNRECOGNIZED; in ReadTagID3V2()1217 frameType = PV_ID3_FRAME_UNRECOGNIZED; in ReadTagID3V2()1220 if (frameType == PV_ID3_FRAME_SEEK) in ReadTagID3V2()1242 if (((currFrameLength > 1) && (frameType != PV_ID3_FRAME_UNRECOGNIZED in ReadTagID3V2()1243 && frameType != PV_ID3_FRAME_INVALID in ReadTagID3V2()1244 && frameType != PV_ID3_FRAME_EEND in ReadTagID3V2()[all …]
458 bool IsID3Frame(const OSCL_String& frameType) in IsID3Frame() argument460 return id3Parser->IsID3FrameAvailable(frameType); in IsID3Frame()577 OSCL_IMPORT_REF bool IsID3Frame(const OSCL_String &frameType);
391 bool ValidateFrameV2_4(PVID3FrameType& frameType, bool bUseSyncSafeFrameSize = true);660 … bool ReadFrameData(uint8 unicode, PVID3FrameType frameType, uint32 pos, uint32 currFrameLength);
116 MP4FrameType frameType; member
1608 uint8 frameType = (uint8)(0x0f & aFrameType); in GetIF2FrameSize() local1611 switch (frameType) in GetIF2FrameSize()1645 uint8 frameType = (uint8)(aFrameType >> 3) & 0x0f; in GetIETFFrameSize() local1649 switch (frameType) in GetIETFFrameSize()1683 switch (frameType) in GetIETFFrameSize()
1607 uint8 frameType = (uint8)(0x0f & aFrameType); in GetIF2FrameSize() local1610 switch (frameType) in GetIF2FrameSize()
1882 OSCL_EXPORT_REF bool CAACFileParser::IsID3Frame(const OSCL_String &frameType) in IsID3Frame() argument1884 return ipBSO->IsID3Frame(frameType); in IsID3Frame()
2919 uint8 frameType = (uint8)(aFrameType >> 3) & 0x0f; in GetIETFFrameSize() local2923 switch (frameType) in GetIETFFrameSize()2957 switch (frameType) in GetIETFFrameSize()
1272 bool IsID3Frame(const OSCL_String& frameType);
1216 header_info->frameType = (MP4FrameType)currVop->predictionType; in PVDecodeVopHeader()
3021 bool Mpeg4File::IsID3Frame(const OSCL_String& frameType) in IsID3Frame() argument3023 return _pID3Parser->IsID3FrameAvailable(frameType); in IsID3Frame()