HomeSort by relevance Sort by last modified time
    Searched defs:NeedKey (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/media/tools/seek_tester/
seek_tester.cc 57 static void NeedKey(const std::string& type, scoped_ptr<uint8[]> init_data,
76 media::FFmpegNeedKeyCB need_key_cb = base::Bind(&NeedKey);
  /external/chromium_org/ppapi/c/private/
ppb_content_decryptor_private.h 69 void (*NeedKey)(PP_Instance instance,
  /external/chromium_org/ppapi/thunk/
ppb_content_decryptor_private_thunk.cc 21 void NeedKey(PP_Instance instance,
25 VLOG(4) << "PPB_ContentDecryptor_Private::NeedKey()";
29 enter.functions()->NeedKey(instance, key_system, session_id, init_data);
149 &NeedKey,
  /external/chromium_org/ppapi/cpp/private/
content_decryptor_private.cc 217 void ContentDecryptor_Private::NeedKey(const std::string& key_system,
225 get_interface<PPB_ContentDecryptor_Private>()->NeedKey(
  /external/chromium_org/media/tools/demuxer_bench/
demuxer_bench.cc 51 static void NeedKey(const std::string& type, scoped_ptr<uint8[]> init_data,
197 media::FFmpegNeedKeyCB need_key_cb = base::Bind(&NeedKey);
  /external/chromium_org/media/tools/player_x11/
player_x11.cc 98 static void NeedKey(const std::string& type, scoped_ptr<uint8[]> init_data,
282 base::Bind(&NeedKey), new media::MediaLog()));
  /external/chromium_org/content/renderer/pepper/
content_decryptor_delegate.cc 578 void ContentDecryptorDelegate::NeedKey(PP_Var key_system_var,
    [all...]
pepper_plugin_instance_impl.cc     [all...]
  /external/chromium_org/media/filters/
pipeline_integration_test.cc 83 virtual void NeedKey(const std::string& session_id,
120 void NeedKey(const std::string& session_id,
123 app_->NeedKey(session_id, type, init_data.Pass(), init_data_length,
132 // Provides |kSecretKey| in response to needkey.
148 virtual void NeedKey(const std::string& session_id,
178 // Ignores needkey and does not perform a license request
194 virtual void NeedKey(const std::string& session_id,
359 source->set_need_key_cb(base::Bind(&FakeEncryptedMedia::NeedKey,
427 set_need_key_cb(base::Bind(&FakeEncryptedMedia::NeedKey,
  /external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc 529 void PPB_Instance_Proxy::NeedKey(PP_Instance instance,
    [all...]

Completed in 276 milliseconds