Home | History | Annotate | Download | only in include

Lines Matching refs:streamId

92      *   streamID    - id of the stream to add
102 * AddIncomingRenderStream(const uint32_t streamId,
109 * streamID - id of the stream to add
112 DeleteIncomingRenderStream(const uint32_t streamId) = 0;
117 * streamID - id of the stream the callback is used for
123 AddExternalRenderCallback(const uint32_t streamId,
129 * streamID - [in] id of the stream to get properties for
137 GetIncomingRenderStreamProperties(const uint32_t streamId,
145 GetIncomingFrameRate(const uint32_t streamId) = 0;
153 * Returns true if this render module has the streamId added, false otherwise.
156 HasIncomingRenderStream(const uint32_t streamId) const = 0;
163 RegisterRawFrameCallback(const uint32_t streamId,
170 GetLastRenderedFrame(const uint32_t streamId,
182 virtual int32_t StartRender(const uint32_t streamId) = 0;
187 virtual int32_t StopRender(const uint32_t streamId) = 0;
222 virtual uint32_t RenderFrameRate(const uint32_t streamId) = 0;
227 virtual int32_t SetStreamCropping(const uint32_t streamId,
243 virtual int32_t ConfigureRenderer(const uint32_t streamId,
272 SetStartImage(const uint32_t streamId,
278 virtual int32_t SetTimeoutImage(const uint32_t streamId,