Pepper_47_C_interfaces
Public Attributes | List of all members
PP_DecryptedFrameInfo Struct Reference

#include <pp_content_decryptor.h>

Collaboration diagram for PP_DecryptedFrameInfo:
Collaboration graph

Public Attributes

PP_DecryptResult result
 
PP_DecryptedFrameFormat format
 
int32_t plane_offsets [3]
 
int32_t strides [3]
 
int32_t width
 
int32_t height
 
struct PP_DecryptTrackingInfo tracking_info
 

Detailed Description

PP_DecryptedFrameInfo contains the result of the decrypt and decode operation on the associated frame, information required to access the frame data in buffer, and tracking info.

Definition at line 236 of file pp_content_decryptor.h.

Member Data Documentation

PP_DecryptedFrameFormat PP_DecryptedFrameInfo::format

Format of the decrypted frame.

Definition at line 244 of file pp_content_decryptor.h.

int32_t PP_DecryptedFrameInfo::height

Height of the video frame, in pixels.

Definition at line 260 of file pp_content_decryptor.h.

int32_t PP_DecryptedFrameInfo::plane_offsets[3]

Offsets into the buffer resource for accessing video planes.

Definition at line 248 of file pp_content_decryptor.h.

PP_DecryptResult PP_DecryptedFrameInfo::result

Result of the decrypt and decode operation.

Definition at line 240 of file pp_content_decryptor.h.

int32_t PP_DecryptedFrameInfo::strides[3]

Stride of each plane.

Definition at line 252 of file pp_content_decryptor.h.

struct PP_DecryptTrackingInfo PP_DecryptedFrameInfo::tracking_info

Information needed by the client to track the decrypted frame.

Definition at line 264 of file pp_content_decryptor.h.

int32_t PP_DecryptedFrameInfo::width

Width of the video frame, in pixels.

Definition at line 256 of file pp_content_decryptor.h.


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