Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Damf.c1076 int32_t classExtRef = (classRef >> 1); in AMF3_Decode() local
1079 cd.cd_externalizable = (classExtRef & 0x1) == 1; in AMF3_Decode()
1080 cd.cd_dynamic = ((classExtRef >> 1) & 0x1) == 1; in AMF3_Decode()
1082 cdnum = classExtRef >> 2; in AMF3_Decode()