#include <stdint.h>
Go to the source code of this file.
◆ NVS_EXPORT
      
        
          | #define NVS_EXPORT   __attribute__((visibility("default"))) | 
      
 
 
◆ NVS_VIDEO_FRAME_MAX_PLANES
      
        
          | #define NVS_VIDEO_FRAME_MAX_PLANES   4 | 
      
 
 
◆ NvsEffectVideoFramePixelFormat
Video frame pixel format. 
 
 
◆ NvsEffectVideoFramePixelFormat
Video frame pixel format. 
| Enumerator | 
|---|
| NvsEffectPixelFormat_Nv12 | YUV 4:2:0 12bpp (Two channels, one channel is a continuous luminance channel, and the other channel is VU component interlaced)  | 
| NvsEffectPixelFormat_YUV420 | YUV 4:2:0 12bpp (Three channels, one luminance channel, the other two are U component and V component channels, all channels are continuous)  | 
| NvsEffectPixelFormat_BGRA |  |