Pepper_31_C_interfaces
Public Attributes | List of all members
PP_DecryptedFrameInfo Struct Reference

#include <pp_content_decryptor_samsung.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 275 of file pp_content_decryptor_samsung.h.

Member Data Documentation

PP_DecryptedFrameFormat PP_DecryptedFrameInfo::format

Format of the decrypted frame.

Definition at line 283 of file pp_content_decryptor_samsung.h.

int32_t PP_DecryptedFrameInfo::height

Height of the video frame, in pixels.

Definition at line 299 of file pp_content_decryptor_samsung.h.

int32_t PP_DecryptedFrameInfo::plane_offsets[3]

Offsets into the buffer resource for accessing video planes.

Definition at line 287 of file pp_content_decryptor_samsung.h.

PP_DecryptResult PP_DecryptedFrameInfo::result

Result of the decrypt and decode operation.

Definition at line 279 of file pp_content_decryptor_samsung.h.

int32_t PP_DecryptedFrameInfo::strides[3]

Stride of each plane.

Definition at line 291 of file pp_content_decryptor_samsung.h.

struct PP_DecryptTrackingInfo PP_DecryptedFrameInfo::tracking_info

Information needed by the client to track the decrypted frame.

Definition at line 303 of file pp_content_decryptor_samsung.h.

int32_t PP_DecryptedFrameInfo::width

Width of the video frame, in pixels.

Definition at line 295 of file pp_content_decryptor_samsung.h.


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