Searched defs:video_decoder (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/ppapi/thunk/ |
D | ppb_video_decoder_thunk.cc | 33 int32_t Decode(PP_Resource video_decoder, in Decode() 43 void AssignPictureBuffers(PP_Resource video_decoder, in AssignPictureBuffers() 51 void ReusePictureBuffer(PP_Resource video_decoder, int32_t picture_buffer_id) { in ReusePictureBuffer() 57 int32_t Flush(PP_Resource video_decoder, PP_CompletionCallback callback) { in Flush() 64 int32_t Reset(PP_Resource video_decoder, in Reset() 72 void Destroy(PP_Resource video_decoder) { in Destroy()
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_video_decoder.cc | 25 scoped_ptr<CdmVideoDecoder> video_decoder; in CreateVideoDecoder() local
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2308 static int32_t Pnacl_M14_PPB_VideoDecoder_Dev_Decode(PP_Resource video_decoder, const struct PP_Vid… in Pnacl_M14_PPB_VideoDecoder_Dev_Decode() 2313 static void Pnacl_M14_PPB_VideoDecoder_Dev_AssignPictureBuffers(PP_Resource video_decoder, uint32_t… in Pnacl_M14_PPB_VideoDecoder_Dev_AssignPictureBuffers() 2318 static void Pnacl_M14_PPB_VideoDecoder_Dev_ReusePictureBuffer(PP_Resource video_decoder, int32_t pi… in Pnacl_M14_PPB_VideoDecoder_Dev_ReusePictureBuffer() 2323 static int32_t Pnacl_M14_PPB_VideoDecoder_Dev_Flush(PP_Resource video_decoder, struct PP_Completion… in Pnacl_M14_PPB_VideoDecoder_Dev_Flush() 2328 static int32_t Pnacl_M14_PPB_VideoDecoder_Dev_Reset(PP_Resource video_decoder, struct PP_Completion… in Pnacl_M14_PPB_VideoDecoder_Dev_Reset() 2333 static void Pnacl_M14_PPB_VideoDecoder_Dev_Destroy(PP_Resource video_decoder) { in Pnacl_M14_PPB_VideoDecoder_Dev_Destroy()
|