Home
last modified time | relevance | path

Searched refs:KVP_KEY_TITLE (Results 1 – 3 of 3) sorted by relevance

/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom_constants.h280 #define KVP_KEY_TITLE "title" macro
/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp2413 aKey += _STRLIT_CHAR(KVP_KEY_TITLE); in ConstructKvpKey()
3708 if (pv_mime_strcmp(aKvp.key, KVP_KEY_TITLE) == 0) in GetFrameTypeFromKvp()
3801 if (pv_mime_strcmp(aKvp.key, KVP_KEY_TITLE) == 0) in GetFrameTypeFromKvp()
/external/opencore/nodes/pvmp3ffparsernode/src/
Dpvmf_mp3ffparser_node.cpp4331 keyStr += _STRLIT_CHAR(KVP_KEY_TITLE); in ParseShoutcastMetadata()