Pepper_31_C_interfaces
Public Attributes | List of all members
PP_PictureBuffer_Dev Struct Reference

#include <pp_video_dev.h>

Collaboration diagram for PP_PictureBuffer_Dev:
Collaboration graph

Public Attributes

int32_t id
 
struct PP_Size size
 
uint32_t texture_id
 

Detailed Description

Struct for specifying texture-backed picture data.

Definition at line 83 of file pp_video_dev.h.

Member Data Documentation

int32_t PP_PictureBuffer_Dev::id

Client-specified id for the picture buffer. By using this value client can keep track of the buffers it has assigned to the video decoder and how they are passed back to it. Valid values are non-negative.

Definition at line 89 of file pp_video_dev.h.

struct PP_Size PP_PictureBuffer_Dev::size

Dimensions of the buffer.

Definition at line 93 of file pp_video_dev.h.

uint32_t PP_PictureBuffer_Dev::texture_id

Texture ID in the given context where picture is stored.

Definition at line 97 of file pp_video_dev.h.


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