Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h333 PV_ID3_FRAME_PIC, /**< PIC. */ enumerator
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp1259 else if ((frameType == PV_ID3_FRAME_APIC) || (frameType == PV_ID3_FRAME_PIC)) in ReadTagID3V2()
2049 ID3V2_2FrameTypeReturnValue = PV_ID3_FRAME_PIC; in FrameSupportedID3V2_2()
2486 case PV_ID3_FRAME_PIC: in ConstructKvpKey()
3363 if (aFrameType == PV_ID3_FRAME_PIC) in GetAlbumArtInfo()
3447 if (aFrameType == PV_ID3_FRAME_PIC) in GetAlbumArtInfo()
3766 aFrameType = PV_ID3_FRAME_PIC; in GetFrameTypeFromKvp()
4045 (frameType == PV_ID3_FRAME_APIC) || (frameType == PV_ID3_FRAME_PIC) || in ComposeID3v2Tag()