Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Damf.c354 *obj = prop->p_vu.p_object; in AMFProp_GetObject()
403 pBuffer = AMF_Encode(&prop->p_vu.p_object, pBuffer, pBufEnd); in AMFProp_Encode()
407 pBuffer = AMF_EncodeEcmaArray(&prop->p_vu.p_object, pBuffer, pBufEnd); in AMFProp_Encode()
411 pBuffer = AMF_EncodeArray(&prop->p_vu.p_object, pBuffer, pBufEnd); in AMFProp_Encode()
598 int nRes = AMF3_Decode(&prop->p_vu.p_object, pBuffer, nSize, TRUE); in AMF3Prop_Decode()
692 int nRes = AMF_Decode(&prop->p_vu.p_object, pBuffer, nSize, TRUE); in AMFProp_Decode()
720 nRes = AMF_Decode(&prop->p_vu.p_object, pBuffer + 4, nSize, TRUE); in AMFProp_Decode()
736 nRes = AMF_DecodeArray(&prop->p_vu.p_object, pBuffer + 4, nSize, in AMFProp_Decode()
782 int nRes = AMF3_Decode(&prop->p_vu.p_object, pBuffer, nSize, TRUE); in AMFProp_Decode()
834 AMF_Dump(&prop->p_vu.p_object); in AMFProp_Dump()
[all …]
H A Damf.h81 AMFObject p_object; member
H A Drtmp.c703 o2 = &obj->o_props[obj->o_num-1].p_vu.p_object; in parseAMF()
3217 if (RTMP_FindFirstMatchingProperty(&prop->p_vu.p_object, name, p)) in RTMP_FindFirstMatchingProperty()
3243 if (RTMP_FindPrefixProperty(&prop->p_vu.p_object, name, p)) in RTMP_FindPrefixProperty()
3266 DumpMetaData(&prop->p_vu.p_object); in DumpMetaData()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsrv.c222 op.p_vu.p_object = obj; in SendConnectResult()
393 len += countAMF(&p->p_vu.p_object, argc); in countAMF()
443 ptr = dumpAMF(&p->p_vu.p_object, ptr, argv, argc); in dumpAMF()
H A Drtmpgw.c198 o2 = &obj->o_props[obj->o_num-1].p_vu.p_object; in parseAMF()