Lines Matching refs:string

39             std::string nodeName,
51 const std::string& nodeName() const { return mNodeName; } in nodeName()
58 void sendInterrupt(std::string reason);
59 void cancelInterrupt(std::string reason);
64 RTStreamInfo* getInputInfo(std::string streamType = "none");
65 RTStreamInfo* getOutputInfo(std::string streamType = "none");
67 …RT_RET getPackets(std::list<RTMediaBuffer *> *packets, std::string streamType = "none…
69 RT_BOOL hasInputStream(std::string streamType = "none");
70 RT_BOOL hasOutputStream(std::string streamType = "none");
71 INT32 inputQueueSize(std::string streamType = "none");
72 RT_BOOL inputIsEmpty(std::string streamType = "none");
73 RT_BOOL outputIsEmpty(std::string streamType = "none");
75 RTMediaBuffer* inputHeadBuffer(std::string streamType = "none");
76 RTMediaBuffer* dequeInputBuffer(std::string streamType = "none");
77 RT_RET queueInputBuffer(RTMediaBuffer *packet, std::string streamTpye = "none");
80 std::string streamType = "none");
81 RT_RET queueOutputBuffer(RTMediaBuffer *packet, std::string streamType = "none");
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");
90 std::string streamType = "none");
91 INT32 getOutputBufferSize(std::string streamType = "none");
96 std::vector<RTMediaBuffer *>* inputs(std::string streamType = "none");
97 RTOutputStreamShared* outputs(std::string streamType = "none");
100 std::map<std::string, std::vector<RTMediaBuffer *>> mInputs;
101 std::map<std::string, RTOutputStreamShared *> mOutputs;
104 std::string mNodeName;