Home
last modified time | relevance | path

Searched refs:frameType (Results 1 – 11 of 11) sorted by relevance

/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp1168 PVID3FrameType frameType = PV_ID3_FRAME_EEND; in ReadTagID3V2() local
1189 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 …]
/external/opencore/fileformats/rawaac/parser/include/
Daacfileparser.h458 bool IsID3Frame(const OSCL_String& frameType) in IsID3Frame() argument
460 return id3Parser->IsID3FrameAvailable(frameType); in IsID3Frame()
577 OSCL_IMPORT_REF bool IsID3Frame(const OSCL_String &frameType);
/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h391 bool ValidateFrameV2_4(PVID3FrameType& frameType, bool bUseSyncSafeFrameSize = true);
660 … bool ReadFrameData(uint8 unicode, PVID3FrameType frameType, uint32 pos, uint32 currFrameLength);
/external/opencore/codecs_v2/video/m4v_h263/dec/include/
Dmp4dec_api.h116 MP4FrameType frameType; member
/external/opencore/pvmi/media_io/pvmi_mio_fileinput/src/
Dpvmi_mio_fileinput.cpp1608 uint8 frameType = (uint8)(0x0f & aFrameType); in GetIF2FrameSize() local
1611 switch (frameType) in GetIF2FrameSize()
1645 uint8 frameType = (uint8)(aFrameType >> 3) & 0x0f; in GetIETFFrameSize() local
1649 switch (frameType) in GetIETFFrameSize()
1683 switch (frameType) in GetIETFFrameSize()
/external/opencore/nodes/pvdummyinputnode/src/
Dpvmf_dummy_fileinput_node.cpp1607 uint8 frameType = (uint8)(0x0f & aFrameType); in GetIF2FrameSize() local
1610 switch (frameType) in GetIF2FrameSize()
/external/opencore/fileformats/rawaac/parser/src/
Daacfileparser.cpp1882 OSCL_EXPORT_REF bool CAACFileParser::IsID3Frame(const OSCL_String &frameType) in IsID3Frame() argument
1884 return ipBSO->IsID3Frame(frameType); in IsID3Frame()
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.cpp2919 uint8 frameType = (uint8)(aFrameType >> 3) & 0x0f; in GetIETFFrameSize() local
2923 switch (frameType) in GetIETFFrameSize()
2957 switch (frameType) in GetIETFFrameSize()
/external/opencore/fileformats/mp4/parser/include/
Dmpeg4file.h1272 bool IsID3Frame(const OSCL_String& frameType);
/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dpvdec_api.cpp1216 header_info->frameType = (MP4FrameType)currVop->predictionType; in PVDecodeVopHeader()
/external/opencore/fileformats/mp4/parser/src/
Dmpeg4file.cpp3021 bool Mpeg4File::IsID3Frame(const OSCL_String& frameType) in IsID3Frame() argument
3023 return _pID3Parser->IsID3FrameAvailable(frameType); in IsID3Frame()