Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.h355 int RTMP_FindFirstMatchingProperty(AMFObject *obj, const AVal *name,
H A Drtmp.c2963 if (RTMP_FindFirstMatchingProperty(&obj, &av_secureToken, &p)) in HandleInvoke()
3200 RTMP_FindFirstMatchingProperty(AMFObject *obj, const AVal *name, in RTMP_FindFirstMatchingProperty() function
3217 if (RTMP_FindFirstMatchingProperty(&prop->p_vu.p_object, name, p)) in RTMP_FindFirstMatchingProperty()
3328 if (RTMP_FindFirstMatchingProperty(&obj, &av_duration, &prop)) in HandleMetadata()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c249 if (RTMP_FindFirstMatchingProperty in OpenResumeFile()