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

  /external/chromium_org/media/cdm/ppapi/
cdm_wrapper.h 83 virtual cdm::Status DecryptAndDecodeFrame(
284 virtual cdm::Status DecryptAndDecodeFrame(
287 return cdm_->DecryptAndDecodeFrame(encrypted_buffer, video_frame);
517 CdmWrapperImpl<cdm::ContentDecryptionModule_4>::DecryptAndDecodeFrame(
522 return cdm_->DecryptAndDecodeFrame(buffer, video_frame);
  /external/chromium_org/media/cdm/ppapi/external_clear_key/
clear_key_cdm.cc 533 cdm::Status ClearKeyCdm::DecryptAndDecodeFrame(
536 DVLOG(1) << "DecryptAndDecodeFrame()";
537 TRACE_EVENT0("media", "ClearKeyCdm::DecryptAndDecodeFrame");

Completed in 192 milliseconds