/external/chromium_org/ppapi/cpp/private/ |
D | content_decryptor_private.cc | 138 PP_DecryptorStreamType decoder_type, in DeinitializeDecoder() argument 145 decoder_type, in DeinitializeDecoder() 150 PP_DecryptorStreamType decoder_type, in ResetDecoder() argument 156 static_cast<ContentDecryptor_Private*>(object)->ResetDecoder(decoder_type, in ResetDecoder() 161 PP_DecryptorStreamType decoder_type, in DecryptAndDecode() argument 172 decoder_type, in DecryptAndDecode() 272 PP_DecryptorStreamType decoder_type, in DecoderInitializeDone() argument 278 decoder_type, in DecoderInitializeDone() 285 PP_DecryptorStreamType decoder_type, in DecoderDeinitializeDone() argument 290 decoder_type, in DecoderDeinitializeDone() [all …]
|
D | content_decryptor_private.h | 49 virtual void DeinitializeDecoder(PP_DecryptorStreamType decoder_type, 51 virtual void ResetDecoder(PP_DecryptorStreamType decoder_type, 55 PP_DecryptorStreamType decoder_type, 77 void DecoderInitializeDone(PP_DecryptorStreamType decoder_type, 80 void DecoderDeinitializeDone(PP_DecryptorStreamType decoder_type, 82 void DecoderResetDone(PP_DecryptorStreamType decoder_type,
|
/external/chromium_org/ppapi/thunk/ |
D | ppb_content_decryptor_private_thunk.cc | 88 PP_DecryptorStreamType decoder_type, in DecoderInitializeDone() argument 96 decoder_type, in DecoderInitializeDone() 102 PP_DecryptorStreamType decoder_type, in DecoderDeinitializeDone() argument 109 decoder_type, in DecoderDeinitializeDone() 114 PP_DecryptorStreamType decoder_type, in DecoderResetDone() argument 120 enter.functions()->DecoderResetDone(instance, decoder_type, request_id); in DecoderResetDone()
|
D | ppb_instance_api.h | 162 PP_DecryptorStreamType decoder_type, 166 PP_DecryptorStreamType decoder_type, 169 PP_DecryptorStreamType decoder_type,
|
/external/chromium_org/ppapi/proxy/ |
D | ppp_content_decryptor_private_proxy.cc | 285 PP_DecryptorStreamType decoder_type, in DeinitializeDecoder() argument 297 decoder_type, in DeinitializeDecoder() 302 PP_DecryptorStreamType decoder_type, in ResetDecoder() argument 314 decoder_type, in ResetDecoder() 319 PP_DecryptorStreamType decoder_type, in DecryptAndDecode() argument 352 decoder_type, in DecryptAndDecode() 547 PP_DecryptorStreamType decoder_type, in OnMsgDeinitializeDecoder() argument 553 decoder_type, in OnMsgDeinitializeDecoder() 560 PP_DecryptorStreamType decoder_type, in OnMsgResetDecoder() argument 566 decoder_type, in OnMsgResetDecoder() [all …]
|
D | ppp_content_decryptor_private_proxy.h | 55 PP_DecryptorStreamType decoder_type, 58 PP_DecryptorStreamType decoder_type, 62 PP_DecryptorStreamType decoder_type,
|
D | ppb_instance_proxy.h | 138 PP_DecryptorStreamType decoder_type, 142 PP_DecryptorStreamType decoder_type, 145 PP_DecryptorStreamType decoder_type, 242 PP_DecryptorStreamType decoder_type, 247 PP_DecryptorStreamType decoder_type, 250 PP_DecryptorStreamType decoder_type,
|
D | ppb_instance_proxy.cc | 617 PP_DecryptorStreamType decoder_type, in DecoderInitializeDone() argument 624 decoder_type, in DecoderInitializeDone() 631 PP_DecryptorStreamType decoder_type, in DecoderDeinitializeDone() argument 637 decoder_type, in DecoderDeinitializeDone() 642 PP_DecryptorStreamType decoder_type, in DecoderResetDone() argument 648 decoder_type, in DecoderResetDone() 1130 PP_DecryptorStreamType decoder_type, in OnHostMsgDecoderInitializeDone() argument 1138 decoder_type, in OnHostMsgDecoderInitializeDone() 1146 PP_DecryptorStreamType decoder_type, in OnHostMsgDecoderDeinitializeDone() argument 1153 decoder_type, in OnHostMsgDecoderDeinitializeDone() [all …]
|
/external/chromium_org/ppapi/c/private/ |
D | ppp_content_decryptor_private.h | 185 PP_DecryptorStreamType decoder_type, 205 PP_DecryptorStreamType decoder_type, 226 PP_DecryptorStreamType decoder_type,
|
D | ppb_content_decryptor_private.h | 167 PP_DecryptorStreamType decoder_type, 182 PP_DecryptorStreamType decoder_type, 196 PP_DecryptorStreamType decoder_type,
|
/external/chromium_org/media/cdm/ppapi/ |
D | cdm_adapter.h | 71 virtual void DeinitializeDecoder(PP_DecryptorStreamType decoder_type, 73 virtual void ResetDecoder(PP_DecryptorStreamType decoder_type, 76 PP_DecryptorStreamType decoder_type, 150 PP_DecryptorStreamType decoder_type, 154 PP_DecryptorStreamType decoder_type, 157 PP_DecryptorStreamType decoder_type,
|
D | cdm_adapter.cc | 446 void CdmAdapter::DeinitializeDecoder(PP_DecryptorStreamType decoder_type, in DeinitializeDecoder() argument 451 PpDecryptorStreamTypeToCdmStreamType(decoder_type)); in DeinitializeDecoder() 456 decoder_type, in DeinitializeDecoder() 460 void CdmAdapter::ResetDecoder(PP_DecryptorStreamType decoder_type, in ResetDecoder() argument 464 cdm_->ResetDecoder(PpDecryptorStreamTypeToCdmStreamType(decoder_type)); in ResetDecoder() 467 decoder_type, in ResetDecoder() 472 PP_DecryptorStreamType decoder_type, in DecryptAndDecode() argument 490 switch (decoder_type) { in DecryptAndDecode() 692 PP_DecryptorStreamType decoder_type, in DecoderInitializeDone() argument 696 pp::ContentDecryptor_Private::DecoderInitializeDone(decoder_type, in DecoderInitializeDone() [all …]
|
D | cdm_wrapper.h | 71 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) = 0; 72 virtual void ResetDecoder(cdm::StreamType decoder_type) = 0; 189 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE { in DeinitializeDecoder() argument 190 cdm_->DeinitializeDecoder(decoder_type); in DeinitializeDecoder() 193 virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE { in ResetDecoder() argument 194 cdm_->ResetDecoder(decoder_type); in ResetDecoder()
|
D | clear_key_cdm.h | 55 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE; 56 virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE;
|
D | clear_key_cdm.cc | 406 void ClearKeyCdm::ResetDecoder(cdm::StreamType decoder_type) { in ResetDecoder() argument 409 switch (decoder_type) { in ResetDecoder() 420 if (decoder_type == cdm::kStreamTypeAudio) { in ResetDecoder() 427 void ClearKeyCdm::DeinitializeDecoder(cdm::StreamType decoder_type) { in DeinitializeDecoder() argument 429 switch (decoder_type) { in DeinitializeDecoder()
|
/external/chromium_org/ppapi/api/private/ |
D | ppp_content_decryptor_private.idl | 157 * specified by <code>decoder_type</code> and sets it to an uninitialized 166 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that 176 [in] PP_DecryptorStreamType decoder_type, 181 * by <code>decoder_type</code> to an initialized clean state. Reset 188 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that 198 [in] PP_DecryptorStreamType decoder_type, 207 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that 220 [in] PP_DecryptorStreamType decoder_type,
|
D | ppb_content_decryptor_private.idl | 151 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> identifying 161 [in] PP_DecryptorStreamType decoder_type, 170 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to 178 [in] PP_DecryptorStreamType decoder_type, 186 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to 194 [in] PP_DecryptorStreamType decoder_type,
|
/external/chromium_org/content/renderer/pepper/ |
D | content_decryptor_delegate.h | 94 void DecoderInitializeDone(PP_DecryptorStreamType decoder_type, 97 void DecoderDeinitializeDone(PP_DecryptorStreamType decoder_type, 99 void DecoderResetDone(PP_DecryptorStreamType decoder_type,
|
D | pepper_plugin_instance_impl.h | 467 PP_DecryptorStreamType decoder_type, 471 PP_DecryptorStreamType decoder_type, 474 PP_DecryptorStreamType decoder_type,
|
D | content_decryptor_delegate.cc | 657 PP_DecryptorStreamType decoder_type, in DecoderInitializeDone() argument 660 if (decoder_type == PP_DECRYPTORSTREAMTYPE_AUDIO) { in DecoderInitializeDone() 687 PP_DecryptorStreamType decoder_type, in DecoderDeinitializeDone() argument 693 PP_DecryptorStreamType decoder_type, in DecoderResetDone() argument
|
D | pepper_plugin_instance_impl.cc | 2284 PP_DecryptorStreamType decoder_type, in DecoderInitializeDone() argument 2288 decoder_type, request_id, success); in DecoderInitializeDone() 2293 PP_DecryptorStreamType decoder_type, in DecoderDeinitializeDone() argument 2295 content_decryptor_delegate_->DecoderDeinitializeDone(decoder_type, in DecoderDeinitializeDone() 2301 PP_DecryptorStreamType decoder_type, in DecoderResetDone() argument 2303 content_decryptor_delegate_->DecoderResetDone(decoder_type, request_id); in DecoderResetDone()
|
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/ |
D | pnacl_shim.c | 2411 …te_DecoderInitializeDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t reque… in Pnacl_M33_PPB_ContentDecryptor_Private_DecoderInitializeDone() argument 2413 iface->DecoderInitializeDone(instance, decoder_type, request_id, success); in Pnacl_M33_PPB_ContentDecryptor_Private_DecoderInitializeDone() 2416 …_DecoderDeinitializeDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t reque… in Pnacl_M33_PPB_ContentDecryptor_Private_DecoderDeinitializeDone() argument 2418 iface->DecoderDeinitializeDone(instance, decoder_type, request_id); in Pnacl_M33_PPB_ContentDecryptor_Private_DecoderDeinitializeDone() 2421 …Private_DecoderResetDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t reque… in Pnacl_M33_PPB_ContentDecryptor_Private_DecoderResetDone() argument 2423 iface->DecoderResetDone(instance, decoder_type, request_id); in Pnacl_M33_PPB_ContentDecryptor_Private_DecoderResetDone() 3847 …vate_DeinitializeDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t reque… in Pnacl_M33_PPP_ContentDecryptor_Private_DeinitializeDecoder() argument 3849 void (*temp_fp)(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) = in Pnacl_M33_PPP_ContentDecryptor_Private_DeinitializeDecoder() 3850 …((void (*)(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id))iface->… in Pnacl_M33_PPP_ContentDecryptor_Private_DeinitializeDecoder() 3851 temp_fp(instance, decoder_type, request_id); in Pnacl_M33_PPP_ContentDecryptor_Private_DeinitializeDecoder() [all …]
|