Lines Matching refs:RT_RET
48 RT_RET prepareForRun(RtMetaData* options);
49 RT_RET cleanupAfterRun();
55 RT_RET flush();
67 …RT_RET getPackets(std::list<RTMediaBuffer *> *packets, std::string streamType = "none…
77 RT_RET queueInputBuffer(RTMediaBuffer *packet, std::string streamTpye = "none");
81 RT_RET queueOutputBuffer(RTMediaBuffer *packet, std::string streamType = "none");
82 RT_RET getBufferStat(RTTaskNodeStat *stat);
84 RT_RET reallocOutputBuffers(INT32 wantSize, std::string streamType = "none");
86 … RT_RET attachOutStreamPool(RTMediaBufferPool *pool, std::string streamType = "none");
87 RT_RET detachOutStreamPool(std::string streamType = "none");
88 RT_RET pollOutputBuffer(RT_BOOL block = RT_TRUE,
93 RT_RET dump();