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

/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc150 PP_DecryptorStreamType decoder_type,
158 decoder_type,
164 PP_DecryptorStreamType decoder_type,
171 decoder_type,
176 PP_DecryptorStreamType decoder_type,
182 enter.functions()->DecoderResetDone(instance, decoder_type, request_id);
149 DecoderInitializeDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id, PP_Bool success) argument
163 DecoderDeinitializeDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
175 DecoderResetDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_quality_test.cc122 enum NetEqDecoder decoder_type,
133 decoder_type_(decoder_type),
119 NetEqQualityTest(int block_duration_ms, int in_sampling_khz, int out_sampling_khz, enum NetEqDecoder decoder_type, int channels, std::string in_filename, std::string out_filename) argument
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.cc219 PP_DecryptorStreamType decoder_type,
226 decoder_type,
231 PP_DecryptorStreamType decoder_type,
237 static_cast<ContentDecryptor_Private*>(object)->ResetDecoder(decoder_type,
242 PP_DecryptorStreamType decoder_type,
253 decoder_type,
430 PP_DecryptorStreamType decoder_type,
436 decoder_type,
443 PP_DecryptorStreamType decoder_type,
448 decoder_type,
218 DeinitializeDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
230 ResetDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
241 DecryptAndDecode(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP_Resource encrypted_resource, const PP_EncryptedBlockInfo* encrypted_block_info) argument
429 DecoderInitializeDone( PP_DecryptorStreamType decoder_type, uint32_t request_id, bool success) argument
442 DecoderDeinitializeDone( PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
453 DecoderResetDone( PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
[all...]
/external/chromium_org/ppapi/proxy/
H A Dppp_content_decryptor_private_proxy.cc401 PP_DecryptorStreamType decoder_type,
413 decoder_type,
418 PP_DecryptorStreamType decoder_type,
430 decoder_type,
435 PP_DecryptorStreamType decoder_type,
468 decoder_type,
749 PP_DecryptorStreamType decoder_type,
755 decoder_type,
762 PP_DecryptorStreamType decoder_type,
768 decoder_type,
400 DeinitializeDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
417 ResetDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
434 DecryptAndDecode(PP_Instance instance, PP_DecryptorStreamType decoder_type, PP_Resource encrypted_buffer, const PP_EncryptedBlockInfo* encrypted_block_info) argument
747 OnMsgDeinitializeDecoder( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
760 OnMsgResetDecoder( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
773 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.cc735 PP_DecryptorStreamType decoder_type,
742 decoder_type,
749 PP_DecryptorStreamType decoder_type,
755 decoder_type,
760 PP_DecryptorStreamType decoder_type,
766 decoder_type,
1445 PP_DecryptorStreamType decoder_type,
1453 decoder_type,
1461 PP_DecryptorStreamType decoder_type,
1468 decoder_type,
733 DecoderInitializeDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id, PP_Bool success) argument
747 DecoderDeinitializeDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
759 DecoderResetDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
1443 OnHostMsgDecoderInitializeDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id, PP_Bool success) argument
1459 OnHostMsgDecoderDeinitializeDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
1472 OnHostMsgDecoderResetDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
[all...]
/external/chromium_org/media/filters/
H A Daudio_decoder_unittest.cc49 const AudioDecoderType decoder_type; member in struct:media::DecoderTestData
100 switch (GetParam().decoder_type) {
192 if (GetParam().decoder_type == FFMPEG)
374 ASSERT_EQ(GetParam().decoder_type, OPUS);
390 ASSERT_EQ(GetParam().decoder_type, OPUS);
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.cc887 PP_DecryptorStreamType decoder_type,
890 if (decoder_type == PP_DECRYPTORSTREAMTYPE_AUDIO) {
909 PP_DecryptorStreamType decoder_type,
915 PP_DecryptorStreamType decoder_type,
886 DecoderInitializeDone( PP_DecryptorStreamType decoder_type, uint32_t request_id, PP_Bool success) argument
908 DecoderDeinitializeDone( PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
914 DecoderResetDone( PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
H A Dpepper_plugin_instance_impl.cc2580 PP_DecryptorStreamType decoder_type,
2584 decoder_type, request_id, success);
2589 PP_DecryptorStreamType decoder_type,
2591 content_decryptor_delegate_->DecoderDeinitializeDone(decoder_type,
2597 PP_DecryptorStreamType decoder_type,
2599 content_decryptor_delegate_->DecoderResetDone(decoder_type, request_id);
2578 DecoderInitializeDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id, PP_Bool success) argument
2587 DecoderDeinitializeDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
2595 DecoderResetDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dclear_key_cdm.cc493 void ClearKeyCdm::ResetDecoder(cdm::StreamType decoder_type) { argument
496 switch (decoder_type) {
507 if (decoder_type == cdm::kStreamTypeAudio) {
514 void ClearKeyCdm::DeinitializeDecoder(cdm::StreamType decoder_type) { argument
516 switch (decoder_type) {
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc381 PP_DecryptorStreamType decoder_type,
389 PP_DecryptorStreamType decoder_type,
395 PP_DecryptorStreamType decoder_type,
380 DecoderInitializeDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id, PP_Bool success) argument
387 DecoderDeinitializeDone( PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
394 DecoderResetDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.cc549 void CdmAdapter::DeinitializeDecoder(PP_DecryptorStreamType decoder_type, argument
554 PpDecryptorStreamTypeToCdmStreamType(decoder_type));
559 decoder_type,
563 void CdmAdapter::ResetDecoder(PP_DecryptorStreamType decoder_type, argument
567 cdm_->ResetDecoder(PpDecryptorStreamTypeToCdmStreamType(decoder_type));
570 decoder_type,
575 PP_DecryptorStreamType decoder_type,
593 switch (decoder_type) {
974 PP_DecryptorStreamType decoder_type,
978 pp::ContentDecryptor_Private::DecoderInitializeDone(decoder_type,
574 DecryptAndDecode( PP_DecryptorStreamType decoder_type, pp::Buffer_Dev encrypted_buffer, const PP_EncryptedBlockInfo& encrypted_block_info) argument
973 DecoderInitializeDone(int32_t result, PP_DecryptorStreamType decoder_type, uint32_t request_id, bool success) argument
983 DecoderDeinitializeDone(int32_t result, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
990 DecoderResetDone(int32_t result, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_impl.cc2098 bool AudioCodingImpl::RegisterReceiveCodec(int decoder_type, argument
2104 decoder_type, &codec_name, &sample_rate_hz, &channels)) {
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2787 static void Pnacl_M36_PPB_ContentDecryptor_Private_DecoderInitializeDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id, PP_Bool success) { argument
2789 iface->DecoderInitializeDone(instance, decoder_type, request_id, success);
2792 static void Pnacl_M36_PPB_ContentDecryptor_Private_DecoderDeinitializeDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) { argument
2794 iface->DecoderDeinitializeDone(instance, decoder_type, request_id);
2797 static void Pnacl_M36_PPB_ContentDecryptor_Private_DecoderResetDone(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) { argument
2799 iface->DecoderResetDone(instance, decoder_type, request_id);
4474 static void Pnacl_M36_PPP_ContentDecryptor_Private_DeinitializeDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) { argument
4476 void (*temp_fp)(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) =
4477 ((void (*)(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id))iface->DeinitializeDecoder);
4478 temp_fp(instance, decoder_type, request_i
4481 Pnacl_M36_PPP_ContentDecryptor_Private_ResetDecoder(PP_Instance instance, PP_DecryptorStreamType decoder_type, uint32_t request_id) argument
4488 Pnacl_M36_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 1072 milliseconds