Home
last modified time | relevance | path

Searched refs:PVMFStatus (Results 1 – 25 of 332) sorted by relevance

12345678910>>...14

/external/opencore/pvmi/pvmf/include/
Dpvmf_return_codes.h35 typedef int32 PVMFStatus; typedef
41 const PVMFStatus PVMFSuccess = 1;
45 const PVMFStatus PVMFPending = 0;
49 const PVMFStatus PVMFNotSet = 2;
57 const PVMFStatus PVMFErrFirst = (-1);
61 const PVMFStatus PVMFFailure = (-1);
65 const PVMFStatus PVMFErrCancelled = (-2);
69 const PVMFStatus PVMFErrNoMemory = (-3);
73 const PVMFStatus PVMFErrNotSupported = (-4);
77 const PVMFStatus PVMFErrArgument = (-5);
[all …]
Dpvmf_port_base_impl.h67 PVMFStatus SetCapacity(uint32);
68 PVMFStatus SetReserve(uint32);
69 PVMFStatus SetThreshold(uint32);
151 OSCL_IMPORT_REF virtual PVMFStatus Connect(PVMFPortInterface* aPort);
152 OSCL_IMPORT_REF virtual PVMFStatus Disconnect();
153 OSCL_IMPORT_REF virtual PVMFStatus PeerConnect(PVMFPortInterface* aPort);
154 OSCL_IMPORT_REF virtual PVMFStatus PeerDisconnect() ;
155 OSCL_IMPORT_REF virtual PVMFStatus QueueOutgoingMsg(PVMFSharedMediaMsgPtr aMsg);
156 OSCL_IMPORT_REF virtual PVMFStatus Send();
157 OSCL_IMPORT_REF virtual PVMFStatus Receive(PVMFSharedMediaMsgPtr aMsg);
[all …]
/external/opencore/engines/player/src/
Dpv_player_engine.h911 PVMFStatus GetPVPlayerStateSync(PVPlayerState& aState);
921 PVMFStatus GetCurrentPositionSync(PVPPlaybackPosition &aPos);
936PVMFStatus getParametersSync(PvmiMIOSession aSession, PvmiKeyType aIdentifier, PvmiKvp*& aParamete…
937PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int aNumElements);
944PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int aNumElements);
950 PVMFStatus GetLicenseStatus(PVMFCPMLicenseStatus& aStatus);
953 PVMFStatus GetCompleteList(PVMFMediaPresentationInfo& aList);
954 PVMFStatus ReleaseCompleteList(PVMFMediaPresentationInfo& aList);
955 PVMFStatus GetPlayableList(PVMFMediaPresentationInfo& aList);
956 PVMFStatus ReleasePlayableList(PVMFMediaPresentationInfo& aList);
[all …]
Dpv_player_datapath.h48 …virtual void HandlePlayerDatapathEvent(int32 aDatapathEvent, PVMFStatus aEventStatus, OsclAny* aCo…
145 PVMFStatus Prepare(OsclAny* aContext);
147 PVMFStatus Start(OsclAny* aContext);
149 PVMFStatus Pause(OsclAny* aContext, bool aSinkPaused = false);
151 PVMFStatus Stop(OsclAny* aContext, bool aErrorCondition = false);
153 PVMFStatus Teardown(OsclAny* aContext, bool aErrorCondition = false);
155 PVMFStatus Reset(OsclAny* aContext, bool aErrorCondition = false);
157 PVMFStatus CancelCommand(OsclAny* aContext);
176PVMFStatus IssueDatapathInit(PVMFNodeInterface* aNode, PVMFSessionId aSessionId, PVMFCommandId& aC…
177PVMFStatus IssueDatapathRequestPort(PVMFNodeInterface* aNode, PVMFSessionId aSessionId, int32 aPor…
[all …]
/external/opencore/nodes/pvclientserversocketnode/include/
Dpvmf_clientserver_socket_node.h127 PVMFSocketActivity(PVMFStatus aStatus, int32 aId, int32 aFxn, int32 aEvent, int32 aError) in PVMFSocketActivity()
131 void Set(PVMFStatus aStatus, int32 aId, int32 aFxn, int32 aEvent, int32 aError) in Set()
141 PVMFStatus iStatus;
193 PVMFStatus iSequenceStatus;
196 PVMFStatus iSendOperationStatus;
200 PVMFStatus iRecvOperationStatus;
267 OSCL_IMPORT_REF PVMFStatus AllocateConsecutivePorts(PvmfMimeString* aPortConfig,
270 OSCL_IMPORT_REF PVMFStatus SetMaxTCPRecvBufferSize(uint32 aBufferSize);
271 OSCL_IMPORT_REF PVMFStatus GetMaxTCPRecvBufferSize(uint32& aSize);
272 OSCL_IMPORT_REF PVMFStatus SetMaxTCPRecvBufferCount(uint32 aBufferSize);
[all …]
/external/opencore/engines/author/src/
Dpvaenodeutility.h103PVMFStatus Construct(PVAENodeUtilCmdType aType, const PVAENodeContainerVector& aNodes, OsclAny* aC… in Construct()
112 PVMFStatus ConstructConnect(PVAENodeContainer* aMasterNode, int32 aTag1, in ConstructConnect()
132 PVMFStatus ParseConnect(int32& aTag1, int32& aTag2, PvmfMimeString& aMimeType) in ParseConnect()
143 PVMFStatus ConstructDisconnect(PVAENodeContainer* aNodeContainer, OsclAny* aContext) in ConstructDisconnect()
157PVMFStatus ConstructQueryUUID(PVAENodeContainer* aNodeContainer, const PvmfMimeString& aMimeType, in ConstructQueryUUID()
176PVMFStatus ParseQueryUUID(Oscl_Vector<PVUuid, OsclMemAllocator>* aUuids, bool& aExactUuidsOnly) in ParseQueryUUID()
186 PVMFStatus ConstructQueryInterface(PVAENodeContainer* aNodeContainer, in ConstructQueryInterface()
205 PVMFStatus ParseQueryInterface(PVInterface**& aInterfacePtr) in ParseQueryInterface()
214 PVMFStatus ConstructInit(PVAENodeContainer* aNodeContainer, OsclAny* aContext) in ConstructInit()
307 PVMFStatus Connect(PVAENodeContainer* aMasterNode, int32 aTag1,
[all …]
Dpvauthorengine.h219PVMFStatus getParametersSync(PvmiMIOSession aSession, PvmiKeyType aIdentifier, PvmiKvp*& aParamete…
220PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int aNumElements);
227PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int aNumElements);
230PVMFStatus DoQueryNodeCapConfig(char* aKeySubString, Oscl_Vector<PVInterface*, OsclMemAllocator>& …
245 void CompleteEngineCommand(PVEngineCommand& aCmd, PVMFStatus aStatus,
247 PVMFStatus DoOpen(PVEngineCommand& aCmd);
248 PVMFStatus DoClose(PVEngineCommand& aCmd);
249 PVMFStatus DoAddDataSource(PVEngineCommand& aCmd);
250 PVMFStatus DoRemoveDataSource(PVEngineCommand& aCmd);
251 PVMFStatus DoSelectComposer(PVEngineCommand& aCmd);
[all …]
Dpvaenodeutility.cpp55 PVMFStatus PVAuthorEngineNodeUtility::Connect(PVAENodeContainer* aMasterNode, int32 aTag1, in Connect()
64PVMFStatus status = cmd.ConstructConnect(aMasterNode, aTag1, aSlaveNode, aTag2, aMimeString, aCont… in Connect()
75 PVMFStatus PVAuthorEngineNodeUtility::Disconnect(PVAENodeContainer* aNodeContainer, OsclAny* aConte… in Disconnect()
82 PVMFStatus status = cmd.ConstructDisconnect(aNodeContainer, aContext); in Disconnect()
93 PVMFStatus PVAuthorEngineNodeUtility::QueryUUID(PVAENodeContainer* aNodeContainer, in QueryUUID()
103PVMFStatus status = cmd.ConstructQueryUUID(aNodeContainer, aMimeType, aUuids, aExactUuidsOnly, aCo… in QueryUUID()
114 PVMFStatus PVAuthorEngineNodeUtility::QueryInterface(PVAENodeContainer* aNodeContainer, in QueryInterface()
123 PVMFStatus status = cmd.ConstructQueryInterface(aNodeContainer, aUuid, aInterfacePtr, aContext); in QueryInterface()
134 PVMFStatus PVAuthorEngineNodeUtility::Init(const PVAENodeContainer* aNode, OsclAny* aContext) in Init()
139 PVMFStatus status = cmd.ConstructInit((PVAENodeContainer*)aNode, aContext); in Init()
[all …]
/external/opencore/nodes/pvmp4ffcomposernode/include/
Dpvmp4ffcn_clipconfig.h136 virtual PVMFStatus SetOutputFileName(const OSCL_wString& aFileName) = 0;
145 virtual PVMFStatus SetOutputFileDescriptor(const OsclFileHandle* aFileHandle) = 0;
155 …virtual PVMFStatus SetAuthoringMode(PVMp4FFCN_AuthoringMode aAuthoringMode = PVMP4FFCN_3GPP_DOWNLO…
164 virtual PVMFStatus SetPresentationTimescale(uint32 aTimescale) = 0;
177 … virtual PVMFStatus SetVersion(const OSCL_wString& aVersion, const OSCL_String& aLangCode) = 0;
191 virtual PVMFStatus SetTitle(const OSCL_wString& aTitle, const OSCL_String& aLangCode) = 0;
204 virtual PVMFStatus SetAuthor(const OSCL_wString& aAuthor, const OSCL_String& aLangCode) = 0;
219 … virtual PVMFStatus SetCopyright(const OSCL_wString& aCopyright, const OSCL_String& aLangCode) = 0;
233 …virtual PVMFStatus SetDescription(const OSCL_wString& aDescription, const OSCL_String& aLangCode) …
246 virtual PVMFStatus SetRating(const OSCL_wString& aRating, const OSCL_String& aLangCode) = 0;
[all …]
/external/opencore/protocols/rtsp_client_engine/inc/
Dpvrtsp_client_engine_node.h393 OSCL_IMPORT_REF virtual PVMFStatus ThreadLogon();
394 OSCL_IMPORT_REF virtual PVMFStatus ThreadLogoff();
399 OSCL_IMPORT_REF virtual PVMFStatus GetCapability(PVMFNodeCapability& aNodeCapability);
544 … OSCL_IMPORT_REF virtual PVMFStatus SetStreamingType(PVRTSPStreamingType aType = PVRTSP_3GPP_UDP);
546 OSCL_IMPORT_REF virtual PVMFStatus SetSessionURL(OSCL_wString& aURL);
548 …OSCL_IMPORT_REF virtual PVMFStatus SetRtspProxy(OSCL_String& aRtspProxyName, uint32 aRtspProxyPort…
549 …OSCL_IMPORT_REF virtual PVMFStatus GetRtspProxy(OSCL_String& aRtspProxyName, uint32& aRtspProxyPor…
551 OSCL_IMPORT_REF virtual PVMFStatus GetSDP(OsclRefCounterMemFrag& aSDPBuf);
552 …OSCL_IMPORT_REF virtual PVMFStatus SetSDPInfo(OsclSharedPtr<SDPInfo>& aSDPinfo, Oscl_Vector<Stream…
553 OSCL_IMPORT_REF virtual PVMFStatus GetServerInfo(PVRTSPEngineNodeServerInfo& aServerInfo);
[all …]
Dpvrtspenginenodeextensioninterface.h152 …OSCL_IMPORT_REF virtual PVMFStatus SetStreamingType(PVRTSPStreamingType aType = PVRTSP_3GPP_UDP) =…
155 OSCL_IMPORT_REF virtual PVMFStatus SetSessionURL(OSCL_wString& aURL) = 0;
156 OSCL_IMPORT_REF virtual PVMFStatus GetSDP(OsclRefCounterMemFrag& aSDPBuf) = 0;
158 …OSCL_IMPORT_REF virtual PVMFStatus SetRtspProxy(OSCL_String& aRtspProxyName, uint32 aRtspProxyPort…
159 …OSCL_IMPORT_REF virtual PVMFStatus GetRtspProxy(OSCL_String& aRtspProxyName, uint32& aRtspProxyPor…
167 …OSCL_IMPORT_REF virtual PVMFStatus SetSDPInfo(OsclSharedPtr<SDPInfo>& aSDPinfo, Oscl_Vector<Stream…
168 … OSCL_IMPORT_REF virtual PVMFStatus GetServerInfo(PVRTSPEngineNodeServerInfo& aServerInfo) = 0;
169 …OSCL_IMPORT_REF virtual PVMFStatus GetStreamInfo(Oscl_Vector<StreamInfo, OsclMemAllocator> &aSelec…
177 OSCL_IMPORT_REF virtual PVMFStatus SetRequestPlayRange(const RtspRangeType& aRange) = 0;
178 OSCL_IMPORT_REF virtual PVMFStatus GetActualPlayRange(RtspRangeType& aRange) = 0;
[all …]
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtspenginenodeextensioninterface_impl.h46 … OSCL_IMPORT_REF virtual PVMFStatus SetStreamingType(PVRTSPStreamingType aType = PVRTSP_3GPP_UDP);
49 OSCL_IMPORT_REF virtual PVMFStatus SetSessionURL(OSCL_wString& aURL) ;
50 OSCL_IMPORT_REF virtual PVMFStatus GetSDP(OsclRefCounterMemFrag& aSDPBuf) ;
52 …OSCL_IMPORT_REF virtual PVMFStatus SetRtspProxy(OSCL_String& aRtspProxyName, uint32 aRtspProxyPort…
53 …OSCL_IMPORT_REF virtual PVMFStatus GetRtspProxy(OSCL_String& aRtspProxyName, uint32& aRtspProxyPor…
61 …OSCL_IMPORT_REF virtual PVMFStatus SetSDPInfo(OsclSharedPtr<SDPInfo>& aSDPinfo, Oscl_Vector<Stream…
62 OSCL_IMPORT_REF virtual PVMFStatus GetServerInfo(PVRTSPEngineNodeServerInfo& aServerInfo);
63 …OSCL_IMPORT_REF virtual PVMFStatus GetStreamInfo(Oscl_Vector<StreamInfo, OsclMemAllocator> &aSelec…
71 OSCL_IMPORT_REF virtual PVMFStatus SetRequestPlayRange(const RtspRangeType& aRange);
72 OSCL_IMPORT_REF virtual PVMFStatus GetActualPlayRange(RtspRangeType& aRange);
[all …]
Dpvrtspenginenodeextensioninterface_impl.cpp65 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::SetStreamingType(PVRTSPStreaming… in SetStreamingType()
71 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::SetSessionURL(OSCL_wString& aURL) in SetSessionURL()
76 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::GetSDP(OsclRefCounterMemFrag& aS… in GetSDP()
81 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::SetRtspProxy(OSCL_String& aRtspP… in SetRtspProxy()
86 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::GetRtspProxy(OSCL_String& aRtspP… in GetRtspProxy()
101 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::SetSDPInfo(OsclSharedPtr<SDPInfo… in SetSDPInfo()
106 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::GetServerInfo(PVRTSPEngineNodeSe… in GetServerInfo()
111 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::GetStreamInfo(Oscl_Vector<Stream… in GetStreamInfo()
126 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::SetRequestPlayRange(const RtspRa… in SetRequestPlayRange()
131 OSCL_EXPORT_REF PVMFStatus PVRTSPEngineNodeExtensionInterfaceImpl::GetActualPlayRange(RtspRangeType… in GetActualPlayRange()
[all …]
/external/opencore/pvmi/content_policy_manager/plugins/common/include/
Dpvmf_cpmplugin_contentmanagement_interface.h134 virtual PVMFStatus MountPartition(PVMFSessionId aSessionId,
150 virtual PVMFStatus MountPartition(PVMFSessionId aSessionId,
164 virtual PVMFStatus UnMountPartition(PVMFSessionId aSessionId,
177 virtual PVMFStatus UnMountPartition(PVMFSessionId aSessionId,
192 virtual PVMFStatus GetCurrentDirectory(PVMFSessionId aSessionId,
208 virtual PVMFStatus GetCurrentDirectory(PVMFSessionId aSessionId,
222 virtual PVMFStatus SetCurrentDirectory(PVMFSessionId aSessionId,
235 virtual PVMFStatus SetCurrentDirectory(PVMFSessionId aSessionId,
251 virtual PVMFStatus GetEntriesInPath(PVMFSessionId aSessionId,
269 virtual PVMFStatus GetEntriesInPath(PVMFSessionId aSessionId,
[all …]
/external/opencore/nodes/pvmp3ffparsernode/src/
Dpvmf_mp3ffparser_node.h180 virtual PVMFStatus IssueCommand(int32) = 0;
183 void CommandDone(PVMFStatus, PVInterface*, OsclAny*);
184 void CancelCommandDone(PVMFStatus, PVInterface*, OsclAny*);
231 PVMFStatus IssueCommand(int32);
252 PVMFStatus CreateUsageKeys();
253 PVMFStatus CheckApprovedUsage();
398 PVMFStatus ThreadLogon();
399 PVMFStatus ThreadLogoff();
400 PVMFStatus GetCapability(PVMFNodeCapability& aNodeCapability);
418 PVMFStatus QueryInterfaceSync(PVMFSessionId aSession,
[all …]
/external/opencore/fileformats/id3parcom/include/
Dpv_id3_parcom.h136 … OSCL_IMPORT_REF PVMFStatus SetMaxID3TagSize(bool aUseMaxSize, uint32 aMaxSize, bool aUsePadding);
144 OSCL_IMPORT_REF PVMFStatus ParseID3Tag(PVFile* aFile, uint32 buffsize = 100);
152 OSCL_IMPORT_REF PVMFStatus ParseID3Tag(const OsclMemoryFragment& aTag);
181 OSCL_IMPORT_REF PVMFStatus GetID3Frames(PvmiKvpSharedPtrVector& aFrames);
191 …OSCL_IMPORT_REF PVMFStatus GetID3Frame(const OSCL_String& aFrameType, PvmiKvpSharedPtrVector& aFra…
211 OSCL_IMPORT_REF PVMFStatus SetID3Version(PVID3Version aVersion);
223 OSCL_IMPORT_REF PVMFStatus SetID3Frame(const PvmiKvp& aFrame);
232 OSCL_IMPORT_REF PVMFStatus RemoveID3Frame(const OSCL_String& aFrameType);
251 OSCL_IMPORT_REF PVMFStatus ComposeID3Tag(OsclRefCounterMemFrag& aTag);
258 OSCL_IMPORT_REF PVMFStatus Reset();
[all …]
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_node.h136 OSCL_IMPORT_REF PVMFStatus ThreadLogon();
137 OSCL_IMPORT_REF PVMFStatus ThreadLogoff();
138 OSCL_IMPORT_REF PVMFStatus GetCapability(PVMFNodeCapability& aNodeCapability);
169 OSCL_IMPORT_REF PVMFStatus SetOutputFileName(const OSCL_wString& aFileName);
170 OSCL_IMPORT_REF PVMFStatus SetOutputFileDescriptor(const OsclFileHandle* aFileHandle);
171 …OSCL_IMPORT_REF PVMFStatus SetAuthoringMode(PVMp4FFCN_AuthoringMode aAuthoringMode = PVMP4FFCN_3GP…
172 OSCL_IMPORT_REF PVMFStatus SetPresentationTimescale(uint32 aTimescale);
173 … OSCL_IMPORT_REF PVMFStatus SetVersion(const OSCL_wString& aVersion, const OSCL_String& aLangCode);
174 … OSCL_IMPORT_REF PVMFStatus SetTitle(const OSCL_wString& aTitle, const OSCL_String& aLangCode);
175 … OSCL_IMPORT_REF PVMFStatus SetAuthor(const OSCL_wString& aAuthor, const OSCL_String& aLangCode);
[all …]
/external/opencore/nodes/pvmediainputnode/src/
Dpvmf_media_input_node.h96 PVMFStatus iEventCode;
134 OSCL_IMPORT_REF PVMFStatus ThreadLogon();
135 OSCL_IMPORT_REF PVMFStatus ThreadLogoff();
136 OSCL_IMPORT_REF PVMFStatus GetCapability(PVMFNodeCapability& aNodeCapability);
194 PVMFStatus getParametersSync(PvmiMIOSession aSession, PvmiKeyType aIdentifier,
197PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int num_elements);
207PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int aNumElements);
210 PVMFStatus VerifyAndSetConfigParameter(PvmiKvp& aParameter, bool aSetParam);
213PVMFStatus GetConfigParameter(PvmiKvp*& aParameters, int& aNumParamElements, int32 aIndex, PvmiKvp…
241 …void CommandComplete(PvmfMediaInputNodeCmdQ& aCmdQ, PvmfMediaInputNodeCmd& aCmd, PVMFStatus aStatu…
[all …]
/external/opencore/nodes/pvmp4ffparsernode/src/
Dpvmf_mp4ffparser_node.h535 PVMFStatus ThreadLogon();
536 PVMFStatus ThreadLogoff();
537 PVMFStatus GetCapability(PVMFNodeCapability& aNodeCapability);
553 PVMFStatus ReleasePort(PVMFSessionId aSessionId, PVMFPortInterface& aPort,
566 PVMFStatus QueryInterfaceSync(PVMFSessionId aSession,
576 virtual PVMFStatus getParametersSync(PvmiMIOSession aSession,
581 virtual PVMFStatus releaseParameters(PvmiMIOSession aSession,
597 virtual PVMFStatus verifyParametersSync(PvmiMIOSession aSession,
601 PVMFStatus GetConfigParameter(PvmiKvp*& aParameters, int& aNumParamElements,
603 PVMFStatus VerifyAndSetConfigParameter(int index, PvmiKvp& aParameter, bool set);
[all …]
/external/opencore/nodes/pvmediaoutputnode/src/
Dpv_media_output_node.h119 PVMFStatus iEventCode;
163 OSCL_IMPORT_REF PVMFStatus ThreadLogon();
164 OSCL_IMPORT_REF PVMFStatus ThreadLogoff();
165 OSCL_IMPORT_REF PVMFStatus GetCapability(PVMFNodeCapability& aNodeCapability);
213 OSCL_IMPORT_REF PVMFStatus SetClock(PVMFMediaClock* aClock);
214 OSCL_IMPORT_REF PVMFStatus ChangeClockRate(int32 aRate);
215 OSCL_IMPORT_REF PVMFStatus SetMargins(int32 aEarlyMargin, int32 aLateMargin);
237 …OSCL_IMPORT_REF virtual PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParamet…
238 …OSCL_IMPORT_REF virtual PVMFStatus getParametersSync(PvmiMIOSession aSession, PvmiKeyType aIdentif…
239 …OSCL_IMPORT_REF virtual PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters…
[all …]
/external/opencore/engines/adapters/player/framemetadatautility/src/
Dpv_frame_metadata_utility.h422 PVMFStatus GetStateSync(PVFrameAndMetadataState& aState);
430 PVMFStatus SetMode(uint32 aMode);
436PVMFStatus getParametersSync(PvmiMIOSession aSession, PvmiKeyType aIdentifier, PvmiKvp*& aParamete…
437PVMFStatus releaseParameters(PvmiMIOSession aSession, PvmiKvp* aParameters, int aNumElements);
444PVMFStatus verifyParametersSync(PvmiMIOSession aSession, PvmiKvp* aParameters, int aNumElements);
468 void HandleFrameReadyEvent(PVMFStatus aEventStatus);
479 …void UtilityCommandCompleted(PVCommandId aId, OsclAny* aContext, PVMFStatus aStatus, PVInterface* …
509 PVMFStatus DoQueryUUID(PVFMUtilityCommand& aCmd);
510PVMFStatus DoPlayerQueryUUID(PVCommandId aCmdId, OsclAny* aCmdContext, PvmfMimeString& aMIMEType, …
512 PVMFStatus DoQueryInterface(PVFMUtilityCommand& aCmd);
[all …]
/external/opencore/nodes/pvfileoutputnode/src/
Dpvmf_fileoutput_node.h176 PVMFStatus ThreadLogon();
177 PVMFStatus ThreadLogoff();
178 PVMFStatus GetCapability(PVMFNodeCapability& aNodeCapability);
213 PVMFStatus SetOutputFileName(const OSCL_wString& aFileName);
214 PVMFStatus SetOutputFileDescriptor(const OsclFileHandle* aFileHandle);
217 PVMFStatus SetMaxFileSize(bool aEnable, uint32 aMaxFileSizeBytes);
219 PVMFStatus SetMaxDuration(bool aEnable, uint32 aMaxDurationMilliseconds);
221 PVMFStatus SetFileSizeProgressReport(bool aEnable, uint32 aReportFrequency);
223 PVMFStatus SetDurationProgressReport(bool aEnable, uint32 aReportFrequency);
227 PVMFStatus SetClock(PVMFMediaClock* aClock);
[all …]
/external/opencore/nodes/pvdummyoutputnode/src/
Dpvmf_dummy_fileoutput_node.h172 PVMFStatus ThreadLogon();
173 PVMFStatus ThreadLogoff();
174 PVMFStatus GetCapability(PVMFNodeCapability& aNodeCapability);
209 PVMFStatus SetOutputFileName(const OSCL_wString& aFileName) in SetOutputFileName()
216 PVMFStatus SetMaxFileSize(bool aEnable, uint32 aMaxFileSizeBytes) in SetMaxFileSize()
227 PVMFStatus SetMaxDuration(bool aEnable, uint32 aMaxDurationMilliseconds);
229 PVMFStatus SetFileSizeProgressReport(bool aEnable, uint32 aReportFrequency) in SetFileSizeProgressReport()
240 PVMFStatus SetDurationProgressReport(bool aEnable, uint32 aReportFrequency);
244 PVMFStatus SetClock(PVMFMediaClock* aClock);
245 PVMFStatus ChangeClockRate(int32 aRate);
[all …]
/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_node.h230 PVMFSocketActivity(PVMFStatus aStatus, int32 aId, int32 aFxn, int32 aEvent, int32 aError) in PVMFSocketActivity()
234 void Set(PVMFStatus aStatus, int32 aId, int32 aFxn, int32 aEvent, int32 aError) in Set()
244 PVMFStatus iStatus;
333 PVMFStatus iSequenceStatus;
336 PVMFStatus iConnectOperationStatus;
340 PVMFStatus iSendOperationStatus;
344 PVMFStatus iRecvOperationStatus;
751 OSCL_IMPORT_REF PVMFStatus ThreadLogon();
752 OSCL_IMPORT_REF PVMFStatus ThreadLogoff();
753 OSCL_IMPORT_REF PVMFStatus GetCapability(PVMFNodeCapability& aNodeCapability);
[all …]
/external/opencore/nodes/pvcommsionode/src/
Dpv_comms_io_node.h79 const PVMFStatus PVMFInfoEndOfInputPortData = PVMFInfoLast + 1;
80 const PVMFStatus PVMFInfoEndOfOutputPortData = PVMFInfoLast + 2;
173 PVMFStatus iEventCode;
215 OSCL_IMPORT_REF PVMFStatus ThreadLogon();
216 OSCL_IMPORT_REF PVMFStatus ThreadLogoff();
217 OSCL_IMPORT_REF PVMFStatus GetCapability(PVMFNodeCapability& aNodeCapability);
293 …void CommandComplete(PVCommsIONodeCmdQ& aCmdQ, PVCommsIONodeCmd& aCmd, PVMFStatus aStatus, OsclAny…
296 PVMFStatus DoQueryUuid(PVCommsIONodeCmd&);
297 PVMFStatus DoQueryInterface(PVCommsIONodeCmd&);
298 PVMFStatus DoRequestPort(PVCommsIONodeCmd&, OsclAny*&);
[all …]

12345678910>>...14