Searched refs:codec_extra_data (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/ppapi/c/private/ |
D | ppp_content_decryptor_private.h | 143 PP_Resource codec_extra_data); 164 PP_Resource codec_extra_data);
|
/external/chromium_org/ppapi/api/private/ |
D | ppp_content_decryptor_private.idl | 123 * @param[in] codec_extra_data A <code>PP_Resource</code> corresponding to a 131 [in] PP_Resource codec_extra_data); 145 * @param[in] codec_extra_data A <code>PP_Resource</code> corresponding to a 153 [in] PP_Resource codec_extra_data);
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 3833 …tance instance, const struct PP_AudioDecoderConfig* decoder_config, PP_Resource codec_extra_data) { in Pnacl_M33_PPP_ContentDecryptor_Private_InitializeAudioDecoder() argument 3835 …tance instance, const struct PP_AudioDecoderConfig* decoder_config, PP_Resource codec_extra_data) = in Pnacl_M33_PPP_ContentDecryptor_Private_InitializeAudioDecoder() 3836 …ce, const struct PP_AudioDecoderConfig* decoder_config, PP_Resource codec_extra_data))iface->Initi… in Pnacl_M33_PPP_ContentDecryptor_Private_InitializeAudioDecoder() 3837 temp_fp(instance, decoder_config, codec_extra_data); in Pnacl_M33_PPP_ContentDecryptor_Private_InitializeAudioDecoder() 3840 …tance instance, const struct PP_VideoDecoderConfig* decoder_config, PP_Resource codec_extra_data) { in Pnacl_M33_PPP_ContentDecryptor_Private_InitializeVideoDecoder() argument 3842 …tance instance, const struct PP_VideoDecoderConfig* decoder_config, PP_Resource codec_extra_data) = in Pnacl_M33_PPP_ContentDecryptor_Private_InitializeVideoDecoder() 3843 …ce, const struct PP_VideoDecoderConfig* decoder_config, PP_Resource codec_extra_data))iface->Initi… in Pnacl_M33_PPP_ContentDecryptor_Private_InitializeVideoDecoder() 3844 temp_fp(instance, decoder_config, codec_extra_data); in Pnacl_M33_PPP_ContentDecryptor_Private_InitializeVideoDecoder()
|