Pepper_47_C_interfaces
Public Attributes | List of all members
PPB_VideoDecoder_1_0 Struct Reference

#include <ppb_video_decoder.h>

Collaboration diagram for PPB_VideoDecoder_1_0:
Collaboration graph

Public Attributes

PP_Resource(* Create )(PP_Instance instance)
 
PP_Bool(* IsVideoDecoder )(PP_Resource resource)
 
int32_t(* Initialize )(PP_Resource video_decoder, PP_Resource graphics3d_context, PP_VideoProfile profile, PP_HardwareAcceleration acceleration, struct PP_CompletionCallback callback)
 
int32_t(* Decode )(PP_Resource video_decoder, uint32_t decode_id, uint32_t size, const void *buffer, struct PP_CompletionCallback callback)
 
int32_t(* GetPicture )(PP_Resource video_decoder, struct PP_VideoPicture *picture, struct PP_CompletionCallback callback)
 
void(* RecyclePicture )(PP_Resource video_decoder, const struct PP_VideoPicture *picture)
 
int32_t(* Flush )(PP_Resource video_decoder, struct PP_CompletionCallback callback)
 
int32_t(* Reset )(PP_Resource video_decoder, struct PP_CompletionCallback callback)
 

Detailed Description

Definition at line 281 of file ppb_video_decoder.h.

Member Data Documentation

PP_Resource(* PPB_VideoDecoder_1_0::Create)(PP_Instance instance)

Definition at line 282 of file ppb_video_decoder.h.

int32_t(* PPB_VideoDecoder_1_0::Decode)(PP_Resource video_decoder, uint32_t decode_id, uint32_t size, const void *buffer, struct PP_CompletionCallback callback)

Definition at line 289 of file ppb_video_decoder.h.

int32_t(* PPB_VideoDecoder_1_0::Flush)(PP_Resource video_decoder, struct PP_CompletionCallback callback)

Definition at line 299 of file ppb_video_decoder.h.

int32_t(* PPB_VideoDecoder_1_0::GetPicture)(PP_Resource video_decoder, struct PP_VideoPicture *picture, struct PP_CompletionCallback callback)

Definition at line 294 of file ppb_video_decoder.h.

int32_t(* PPB_VideoDecoder_1_0::Initialize)(PP_Resource video_decoder, PP_Resource graphics3d_context, PP_VideoProfile profile, PP_HardwareAcceleration acceleration, struct PP_CompletionCallback callback)

Definition at line 284 of file ppb_video_decoder.h.

PP_Bool(* PPB_VideoDecoder_1_0::IsVideoDecoder)(PP_Resource resource)

Definition at line 283 of file ppb_video_decoder.h.

void(* PPB_VideoDecoder_1_0::RecyclePicture)(PP_Resource video_decoder, const struct PP_VideoPicture *picture)

Definition at line 297 of file ppb_video_decoder.h.

int32_t(* PPB_VideoDecoder_1_0::Reset)(PP_Resource video_decoder, struct PP_CompletionCallback callback)

Definition at line 301 of file ppb_video_decoder.h.


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