Home
last modified time | relevance | path

Searched refs:streamType (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A DRTTaskNodeContext.h64 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");
[all …]
H A DRTStreamInfo.h35 void setStreamType(std::string streamType) { in setStreamType() argument
36 mStreamType = streamType; in setStreamType()
38 std::string streamType() { in streamType() function
H A DRTTaskNodeBase.h124 …RT_RET attachOutStreamPool(RTMediaBufferPool *pool, std::string streamType = RT_NONE);
125 RT_RET detachOutStreamPool(std::string streamType = RT_NONE);