Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Damf.c517 int nRes = AMF3ReadString(pBuffer, &name); in AMF3Prop_Decode() local
520 return nRes; in AMF3Prop_Decode()
522 nSize -= nRes; in AMF3Prop_Decode()
526 pBuffer += nRes; in AMF3Prop_Decode()
598 int nRes = AMF3_Decode(&prop->p_vu.p_object, pBuffer, nSize, TRUE); in AMF3Prop_Decode() local
599 if (nRes == -1) in AMF3Prop_Decode()
601 nSize -= nRes; in AMF3Prop_Decode()
623 int nRes; in AMFProp_Decode() local
692 int nRes = AMF_Decode(&prop->p_vu.p_object, pBuffer, nSize, TRUE); in AMFProp_Decode() local
693 if (nRes == -1) in AMFProp_Decode()
[all …]
H A Drtmp.c1303 int nRes = obj.Decode(packet.m_body+1, packet.m_nBodySize-1); in RTMP_ClientPacket()
1304 if(nRes < 0) { in RTMP_ClientPacket()
2917 int ret = 0, nRes; in HandleInvoke() local
2925 nRes = AMF_Decode(&obj, body, nBodySize, FALSE); in HandleInvoke()
2926 if (nRes < 0) in HandleInvoke()
3312 int nRes = AMF_Decode(&obj, body, len, FALSE); in HandleMetadata() local
3313 if (nRes < 0) in HandleMetadata()
4572 int nRes = in Read_1_Packet() local
4574 if (nRes >= 0) in Read_1_Packet()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsuck.c160 int ret = 0, nRes; in ServeInvoke() local
174 nRes = AMF_Decode(&obj, body, nBodySize, FALSE); in ServeInvoke()
175 if (nRes < 0) in ServeInvoke()
H A Drtmpsrv.c468 int ret = 0, nRes; in ServeInvoke() local
481 nRes = AMF_Decode(&obj, body, nBodySize, FALSE); in ServeInvoke()
482 if (nRes < 0) in ServeInvoke()
H A Drtmpdump.c226 int nRes = AMF_Decode(&metaObj, buffer, dataSize, FALSE); in OpenResumeFile() local
227 if (nRes < 0) in OpenResumeFile()