Function: dvpp_get_stream_desc_eos
C Prototype |
uint8_t acldvppGetStreamDescEos(const acldvppStreamDesc *streamDesc) |
|---|---|
Python Function |
eos = acl.media.dvpp_get_stream_desc_eos(dvpp_stream_desc) |
Function Usage |
Obtains the video stream description parameter: whether the frame is the last frame. |
Input Description |
dvpp_stream_desc: int, pointer address of the video stream description. |
Return Value |
eos: int, whether the frame is the last frame.
|
Restrictions |
None |
Parent topic: common