MCPcopy Create free account
hub / github.com/NVIDIA/DALI / NextFrameIdx

Function NextFrameIdx

dali/operators/video/frames_decoder_base.h:362–362  ·  view source on GitHub ↗

* @brief Returns index of the frame that will be returned by the next call of ReadNextFrame * * @return int Index of the next frame to be read */

Source from the content-addressed store, hash-verified

360 * @return int Index of the next frame to be read
361 */
362 int NextFrameIdx() { return next_frame_idx_; }
363
364 /**
365 * @brief Returns true if the index was built.

Callers 2

HandlePictureDisplayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected