Home
last modified time | relevance | path

Searched defs:video_decoder (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/ppapi/thunk/
Dppb_video_decoder_dev_thunk.cc34 int32_t Decode(PP_Resource video_decoder, in Decode()
44 void AssignPictureBuffers(PP_Resource video_decoder, in AssignPictureBuffers()
52 void ReusePictureBuffer(PP_Resource video_decoder, int32_t picture_buffer_id) { in ReusePictureBuffer()
58 int32_t Flush(PP_Resource video_decoder, PP_CompletionCallback callback) { in Flush()
65 int32_t Reset(PP_Resource video_decoder, PP_CompletionCallback callback) { in Reset()
72 void Destroy(PP_Resource video_decoder) { in Destroy()
Dppb_video_decoder_thunk.cc34 int32_t Initialize(PP_Resource video_decoder, in Initialize()
49 int32_t Decode(PP_Resource video_decoder, in Decode()
64 int32_t GetPicture(PP_Resource video_decoder, in GetPicture()
74 void RecyclePicture(PP_Resource video_decoder, in RecyclePicture()
83 int32_t Flush(PP_Resource video_decoder, in Flush()
92 int32_t Reset(PP_Resource video_decoder, in Reset()
/external/chromium_org/ppapi/tests/
Dtest_video_decoder.cc35 pp::VideoDecoder video_decoder(instance_); in TestCreate() local
48 pp::VideoDecoder video_decoder(instance_); in TestCreate() local
60 pp::VideoDecoder video_decoder(instance_); in TestCreate() local
/external/chromium_org/media/cdm/ppapi/external_clear_key/
Dcdm_video_decoder.cc25 scoped_ptr<CdmVideoDecoder> video_decoder; in CreateVideoDecoder() local
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
Dpnacl_shim.c1884 static int32_t Pnacl_M36_PPB_VideoDecoder_Initialize(PP_Resource video_decoder, PP_Resource graphic… in Pnacl_M36_PPB_VideoDecoder_Initialize()
1889 static int32_t Pnacl_M36_PPB_VideoDecoder_Decode(PP_Resource video_decoder, uint32_t decode_id, uin… in Pnacl_M36_PPB_VideoDecoder_Decode()
1894 static int32_t Pnacl_M36_PPB_VideoDecoder_GetPicture(PP_Resource video_decoder, struct PP_VideoPict… in Pnacl_M36_PPB_VideoDecoder_GetPicture()
1899 static void Pnacl_M36_PPB_VideoDecoder_RecyclePicture(PP_Resource video_decoder, const struct PP_Vi… in Pnacl_M36_PPB_VideoDecoder_RecyclePicture()
1904 static int32_t Pnacl_M36_PPB_VideoDecoder_Flush(PP_Resource video_decoder, struct PP_CompletionCall… in Pnacl_M36_PPB_VideoDecoder_Flush()
1909 static int32_t Pnacl_M36_PPB_VideoDecoder_Reset(PP_Resource video_decoder, struct PP_CompletionCall… in Pnacl_M36_PPB_VideoDecoder_Reset()
2537 static int32_t Pnacl_M14_PPB_VideoDecoder_Dev_Decode(PP_Resource video_decoder, const struct PP_Vid… in Pnacl_M14_PPB_VideoDecoder_Dev_Decode()
2542 static void Pnacl_M14_PPB_VideoDecoder_Dev_AssignPictureBuffers(PP_Resource video_decoder, uint32_t… in Pnacl_M14_PPB_VideoDecoder_Dev_AssignPictureBuffers()
2547 static void Pnacl_M14_PPB_VideoDecoder_Dev_ReusePictureBuffer(PP_Resource video_decoder, int32_t pi… in Pnacl_M14_PPB_VideoDecoder_Dev_ReusePictureBuffer()
2552 static int32_t Pnacl_M14_PPB_VideoDecoder_Dev_Flush(PP_Resource video_decoder, struct PP_Completion… in Pnacl_M14_PPB_VideoDecoder_Dev_Flush()
[all …]