Home
last modified time | relevance | path

Searched refs:PV_ID3_FRAME_APIC (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp1259 else if ((frameType == PV_ID3_FRAME_APIC) || (frameType == PV_ID3_FRAME_PIC)) in ReadTagID3V2()
1921 ID3V2FrameTypeReturnValue = PV_ID3_FRAME_APIC; in FrameSupportedID3V2()
2487 case PV_ID3_FRAME_APIC: in ConstructKvpKey()
2832 if (ConstructKvpKey(keyStr, PV_ID3_FRAME_APIC, PV_ID3_CHARSET_INVALID) != PVMFSuccess) in ReadAlbumArtFrame()
3399 else if (aFrameType == PV_ID3_FRAME_APIC) in GetAlbumArtInfo()
3483 else if (aFrameType == PV_ID3_FRAME_APIC) in GetAlbumArtInfo()
3889 aFrameType = PV_ID3_FRAME_APIC; in GetFrameTypeFromKvp()
4045 (frameType == PV_ID3_FRAME_APIC) || (frameType == PV_ID3_FRAME_PIC) || in ComposeID3v2Tag()
/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h334 PV_ID3_FRAME_APIC, /**< APIC.*/ enumerator