Searched refs:PP_DecryptedSampleInfo (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/ppapi/c/private/
H A Dpp_content_decryptor.h269 * <code>PP_DecryptedSampleInfo</code> contains the result of the
273 struct PP_DecryptedSampleInfo { struct
287 * 4-byte padding to make the size of <code>PP_DecryptedSampleInfo</code>
296 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_DecryptedSampleInfo, 32);
H A Dppb_content_decryptor_private.h318 * @param[in] decrypted_sample_info A <code>PP_DecryptedSampleInfo</code> that
325 const struct PP_DecryptedSampleInfo* decrypted_sample_info);
/external/chromium_org/ppapi/cpp/private/
H A Dcontent_decryptor_private.h123 const PP_DecryptedSampleInfo& decrypted_sample_info);
H A Dcontent_decryptor_private.cc477 const PP_DecryptedSampleInfo& decrypted_sample_info) {
/external/chromium_org/ppapi/api/private/
H A Dpp_content_decryptor.idl241 * <code>PP_DecryptedSampleInfo</code> contains the result of the
246 struct PP_DecryptedSampleInfo {
263 * 4-byte padding to make the size of <code>PP_DecryptedSampleInfo</code>
H A Dppb_content_decryptor_private.idl328 * @param[in] decrypted_sample_info A <code>PP_DecryptedSampleInfo</code> that
335 [in] PP_DecryptedSampleInfo decrypted_sample_info);
/external/chromium_org/content/renderer/pepper/
H A Dcontent_decryptor_delegate.h137 const PP_DecryptedSampleInfo* sample_info);
H A Dpepper_plugin_instance_impl.h528 const PP_DecryptedSampleInfo* sample_info)
H A Dcontent_decryptor_delegate.cc1073 const PP_DecryptedSampleInfo* sample_info) {
H A Dpepper_plugin_instance_impl.cc2612 const PP_DecryptedSampleInfo* sample_info) {
/external/chromium_org/ppapi/thunk/
H A Dppb_content_decryptor_private_thunk.cc200 const struct PP_DecryptedSampleInfo* decrypted_sample_info) {
H A Dppb_instance_api.h214 const PP_DecryptedSampleInfo* sample_info) = 0;
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dplugin_instance.cc408 const PP_DecryptedSampleInfo* sample_info) {
H A Dplugin_instance.h172 const PP_DecryptedSampleInfo* sample_info) OVERRIDE;
/external/chromium_org/ppapi/proxy/
H A Dppb_instance_proxy.h185 const PP_DecryptedSampleInfo* sample_info) OVERRIDE;
H A Dppb_instance_proxy.cc802 const PP_DecryptedSampleInfo* sample_info) {
1504 PP_DecryptedSampleInfo sample_info;
/external/chromium_org/media/cdm/ppapi/
H A Dcdm_adapter.cc1049 PP_DecryptedSampleInfo decrypted_sample_info = {};
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c2807 static void Pnacl_M36_PPB_ContentDecryptor_Private_DeliverSamples(PP_Instance instance, PP_Resource audio_frames, const struct PP_DecryptedSampleInfo* decrypted_sample_info) {
5280 .DeliverSamples = (void (*)(PP_Instance instance, PP_Resource audio_frames, const struct PP_DecryptedSampleInfo* decrypted_sample_info))&Pnacl_M36_PPB_ContentDecryptor_Private_DeliverSamples

Completed in 318 milliseconds