Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom_constants.h160 #define ID3_FRAME_ID_COPYRIGHT "TCOP" macro
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp1881 else if (oscl_memcmp(pFrameID, ID3_FRAME_ID_COPYRIGHT, ID3V2_FRAME_NUM_BYTES_ID) == 0) in FrameSupportedID3V2()
3838 aFrameID = _STRLIT_CHAR(ID3_FRAME_ID_COPYRIGHT); in GetFrameTypeFromKvp()