Searched refs:MapMP4ErrorCodeToEventCode (Results 1 – 2 of 2) sorted by relevance
| /external/opencore/nodes/pvmp4ffparsernode/src/ |
| D | pvmf_mp4ffparser_node.h | 890 bool MapMP4ErrorCodeToEventCode(int32 aMP4ErrCode, PVUuid& aEventUUID, int32& aEventCode);
|
| D | pvmf_mp4ffparser_node.cpp | 2528 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
|