L4T Multimedia API Reference

28.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NvUtils.h File Reference

Detailed Description

NVIDIA Multimedia API: Utility Functions

Description: This file declares the video frame utility functions.

Definition in file NvUtils.h.

Go to the source code of this file.

Functions

int read_video_frame (std::ifstream *stream, NvBuffer &buffer)
 Reads a video frame from a file to the buffer structure. More...
 
int write_video_frame (std::ofstream *stream, NvBuffer &buffer)
 Writes a video frame from the buffer structure to a file. More...