Searched defs:decoder_type (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc87 PP_DecryptorStreamType decoder_type,
95 decoder_type,
101 PP_DecryptorStreamType decoder_type,
108 decoder_type,
113 PP_DecryptorStreamType decoder_type,
119 enter.functions()->DecoderResetDone(instance, decoder_type, request_id);
86 DecoderInitializeDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id, PP_Bool success) argument
100 DecoderDeinitializeDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
112 DecoderResetDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc147 PP_DecryptorStreamType decoder_type,
154 decoder_type,
159 PP_DecryptorStreamType decoder_type,
165 static_cast<ContentDecryptor_Private*>(object)->ResetDecoder(decoder_type,
170 PP_DecryptorStreamType decoder_type,
181 decoder_type,
290 PP_DecryptorStreamType decoder_type,
296 decoder_type,
303 PP_DecryptorStreamType decoder_type,
308 decoder_type,
146 DeinitializeDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
158 ResetDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
169 DecryptAndDecode(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP_Resource encrypted_resource, const PP_EncryptedBlockInfo* encrypted_block_info) argument
289 DecoderInitializeDone( PP_DecryptorStreamType decoder_type, uint32_t request_id, bool success) argument
302 DecoderDeinitializeDone( PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
313 DecoderResetDone( PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
[all...]
/external/chromium_org/ppapi/proxy/
H A Dppp_content_decryptor_private_proxy.cc279 PP_DecryptorStreamType decoder_type,
291 decoder_type,
296 PP_DecryptorStreamType decoder_type,
308 decoder_type,
313 PP_DecryptorStreamType decoder_type,
346 decoder_type,
529 PP_DecryptorStreamType decoder_type,
535 decoder_type,
542 PP_DecryptorStreamType decoder_type,
548 decoder_type,
278 DeinitializeDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
295 ResetDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
312 DecryptAndDecode(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP_Resource encrypted_buffer, const PP_EncryptedBlockInfo* encrypted_block_info) argument
527 OnMsgDeinitializeDecoder( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
540 OnMsgResetDecoder( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
553 OnMsgDecryptAndDecode( PP_Instance instance, PP_DecryptorStreamType decoder_type, const PPPDecryptor_Buffer& encrypted_buffer, const std::string& serialized_block_info) argument
[all...]
H A Dppb_instance_proxy.cc613 PP_DecryptorStreamType decoder_type,
620 decoder_type,
627 PP_DecryptorStreamType decoder_type,
633 decoder_type,
638 PP_DecryptorStreamType decoder_type,
644 decoder_type,
1117 PP_DecryptorStreamType decoder_type,
1125 decoder_type,
1133 PP_DecryptorStreamType decoder_type,
1140 decoder_type,
611 DecoderInitializeDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id, PP_Bool success) argument
625 DecoderDeinitializeDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
637 DecoderResetDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
1115 OnHostMsgDecoderInitializeDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id, PP_Bool success) argument
1131 OnHostMsgDecoderDeinitializeDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
1144 OnHostMsgDecoderResetDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
[all...]
/external/chromium_org/media/cdm/ppapi/
H A Dclear_key_cdm.cc350 void ClearKeyCdm::ResetDecoder(cdm::StreamType decoder_type) { argument
353 switch (decoder_type) {
364 if (decoder_type == cdm::kStreamTypeAudio) {
371 void ClearKeyCdm::DeinitializeDecoder(cdm::StreamType decoder_type) { argument
373 switch (decoder_type) {
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc648 PP_DecryptorStreamType decoder_type,
651 if (decoder_type == PP_DECRYPTORSTREAMTYPE_AUDIO) {
678 PP_DecryptorStreamType decoder_type,
684 PP_DecryptorStreamType decoder_type,
647 DecoderInitializeDone( PP_DecryptorStreamType decoder_type, uint32_t request_id, PP_Bool success) argument
677 DecoderDeinitializeDone( PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
683 DecoderResetDone( PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
H A Dpepper_plugin_instance_impl.cc2173 PP_DecryptorStreamType decoder_type,
2177 decoder_type, request_id, success);
2182 PP_DecryptorStreamType decoder_type,
2184 content_decryptor_delegate_->DecoderDeinitializeDone(decoder_type,
2190 PP_DecryptorStreamType decoder_type,
2192 content_decryptor_delegate_->DecoderResetDone(decoder_type, request_id);
2171 DecoderInitializeDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id, PP_Bool success) argument
2180 DecoderDeinitializeDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
2188 DecoderResetDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2275 static void Pnacl_M24_PPB_ContentDecryptor_Private_DecoderInitializeDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id, PP_Bool success) { argument
2277 iface->DecoderInitializeDone(instance, decoder_type, request_id, success);
2280 static void Pnacl_M24_PPB_ContentDecryptor_Private_DecoderDeinitializeDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) { argument
2282 iface->DecoderDeinitializeDone(instance, decoder_type, request_id);
2285 static void Pnacl_M24_PPB_ContentDecryptor_Private_DecoderResetDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) { argument
2287 iface->DecoderResetDone(instance, decoder_type, request_id);
3627 static void Pnacl_M24_PPP_ContentDecryptor_Private_DeinitializeDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) { argument
3629 void (*temp_fp)(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) =
3630 ((void (*)(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id))iface->DeinitializeDecoder);
3631 temp_fp(instance, decoder_type, request_i
3634 Pnacl_M24_PPP_ContentDecryptor_Private_ResetDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
3641 Pnacl_M24_PPP_ContentDecryptor_Private_DecryptAndDecode(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP_Resource encrypted_buffer, const struct PP_EncryptedBlockInfo* encrypted_block_info) argument
[all...]

Completed in 144 milliseconds