Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom_constants.h174 #define ID3_FRAME_ID_ENCRYPTION "AENC" macro
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp4187 if ((oscl_memcmp(aFrameID, ID3_FRAME_ID_ENCRYPTION, ID3V2_FRAME_NUM_BYTES_ID) == 0) || in FrameValidatedID3V2_4()