Searched refs:decoder_type (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.h63 virtual void DeinitializeDecoder(PP_DecryptorStreamType decoder_type,
65 virtual void ResetDecoder(PP_DecryptorStreamType decoder_type,
69 PP_DecryptorStreamType decoder_type,
105 void DecoderInitializeDone(PP_DecryptorStreamType decoder_type,
108 void DecoderDeinitializeDone(PP_DecryptorStreamType decoder_type,
110 void DecoderResetDone(PP_DecryptorStreamType decoder_type,
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/c/private/
H A Dppb_content_decryptor_private.h230 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> identifying
239 PP_DecryptorStreamType decoder_type,
247 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to
254 PP_DecryptorStreamType decoder_type,
261 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to
268 PP_DecryptorStreamType decoder_type,
H A Dppp_content_decryptor_private.h243 * specified by <code>decoder_type</code> and sets it to an uninitialized
252 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
261 PP_DecryptorStreamType decoder_type,
265 * by <code>decoder_type</code> to an initialized clean state. Reset
272 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
281 PP_DecryptorStreamType decoder_type,
289 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
302 PP_DecryptorStreamType decoder_type,
/external/chromium_org/ppapi/api/private/
H A Dppp_content_decryptor_private.idl240 * specified by <code>decoder_type</code> and sets it to an uninitialized
249 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
259 [in] PP_DecryptorStreamType decoder_type,
264 * by <code>decoder_type</code> to an initialized clean state. Reset
271 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
281 [in] PP_DecryptorStreamType decoder_type,
290 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> that
303 [in] PP_DecryptorStreamType decoder_type,
H A Dppb_content_decryptor_private.idl233 * @param[in] decoder_type A <code>PP_DecryptorStreamType</code> identifying
243 [in] PP_DecryptorStreamType decoder_type,
252 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to
260 [in] PP_DecryptorStreamType decoder_type,
268 * @param[in] decoder_type The <code>PP_DecryptorStreamType</code> passed to
276 [in] PP_DecryptorStreamType decoder_type,
/external/chromium_org/ppapi/proxy/
H A Dppp_content_decryptor_private_proxy.h72 PP_DecryptorStreamType decoder_type,
75 PP_DecryptorStreamType decoder_type,
79 PP_DecryptorStreamType decoder_type,
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.h170 PP_DecryptorStreamType decoder_type,
174 PP_DecryptorStreamType decoder_type,
177 PP_DecryptorStreamType decoder_type,
306 PP_DecryptorStreamType decoder_type,
311 PP_DecryptorStreamType decoder_type,
314 PP_DecryptorStreamType decoder_type,
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/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_delay_manager.h49 void(NetEqDecoder decoder_type));
/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
H A Dppb_instance_api.h200 PP_DecryptorStreamType decoder_type,
204 PP_DecryptorStreamType decoder_type,
207 PP_DecryptorStreamType decoder_type,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Ddelay_manager.cc374 void DelayManager::LastDecoderType(NetEqDecoder decoder_type) {
375 if (decoder_type == kDecoderAVT ||
376 decoder_type == kDecoderCNGnb ||
377 decoder_type == kDecoderCNGwb ||
378 decoder_type == kDecoderCNGswb32kHz ||
379 decoder_type == kDecoderCNGswb48kHz) {
H A Ddelay_manager.h94 virtual void LastDecoderType(NetEqDecoder decoder_type);
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.h82 virtual void DeinitializeDecoder(PP_DecryptorStreamType decoder_type,
84 virtual void ResetDecoder(PP_DecryptorStreamType decoder_type,
87 PP_DecryptorStreamType decoder_type,
227 PP_DecryptorStreamType decoder_type,
231 PP_DecryptorStreamType decoder_type,
234 PP_DecryptorStreamType decoder_type,
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...]
H A Dcdm_wrapper.h81 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) = 0;
82 virtual void ResetDecoder(cdm::StreamType decoder_type) = 0;
276 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE {
277 cdm_->DeinitializeDecoder(decoder_type);
280 virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE {
281 cdm_->ResetDecoder(decoder_type);
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dclear_key_cdm.h72 virtual void DeinitializeDecoder(cdm::StreamType decoder_type) OVERRIDE;
73 virtual void ResetDecoder(cdm::StreamType decoder_type) OVERRIDE;
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_quality_test.h68 enum NetEqDecoder decoder_type,
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/content/renderer/pepper/
H A Dcontent_decryptor_delegate.h127 void DecoderInitializeDone(PP_DecryptorStreamType decoder_type,
130 void DecoderDeinitializeDone(PP_DecryptorStreamType decoder_type,
132 void DecoderResetDone(PP_DecryptorStreamType decoder_type,
/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/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
H A Dplugin_instance.h157 PP_DecryptorStreamType decoder_type,
161 PP_DecryptorStreamType decoder_type,
164 PP_DecryptorStreamType decoder_type,

Completed in 2906 milliseconds

12