Home
last modified time | relevance | path

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

/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.h890 bool MapMP4ErrorCodeToEventCode(int32 aMP4ErrCode, PVUuid& aEventUUID, int32& aEventCode);
Dpvmf_mp4ffparser_node.cpp2528 if (!MapMP4ErrorCodeToEventCode(mp4errcode, eventuuid, eventcode)) in ParseMP4File()
3499 if (!MapMP4ErrorCodeToEventCode(retval, aEventUuid, aEventCode)) in DoSetDataSourcePosition()
5142 if (!MapMP4ErrorCodeToEventCode(retval, erruuid, errcode)) in RetrieveTrackData()
6234 bool PVMFMP4FFParserNode::MapMP4ErrorCodeToEventCode(int32 aMP4ErrCode, PVUuid& aEventUUID, int32& … in MapMP4ErrorCodeToEventCode() function in PVMFMP4FFParserNode