ANativeWindow_Buffer Struct Reference

ANativeWindow_Buffer Struct Reference

#include <native_window.h>

Data Fields

int32_t width
 
int32_t height
 
int32_t stride
 
int32_t format
 
void * bits
 
uint32_t reserved [6]
 

Detailed Description

ANativeWindow is a struct that represents a windows buffer.

A pointer can be obtained using ANativeWindow_lock().

Field Documentation

void* bits
int32_t format
int32_t height
uint32_t reserved[6]
int32_t stride
int32_t width

The documentation for this struct was generated from the following file: