Searched refs:DecryptAndDecodeFrame (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/media/cdm/ppapi/
H A Dcdm_wrapper.h83 virtual cdm::Status DecryptAndDecodeFrame(
284 virtual cdm::Status DecryptAndDecodeFrame(
287 return cdm_->DecryptAndDecodeFrame(encrypted_buffer, video_frame);
517 CdmWrapperImpl<cdm::ContentDecryptionModule_4>::DecryptAndDecodeFrame( function in class:media::CdmWrapperImpl
522 return cdm_->DecryptAndDecodeFrame(buffer, video_frame);
H A Dcdm_adapter.cc597 status = cdm_->DecryptAndDecodeFrame(input_buffer, video_frame.get());
/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dclear_key_cdm.h74 virtual cdm::Status DecryptAndDecodeFrame(
H A Dclear_key_cdm.cc533 cdm::Status ClearKeyCdm::DecryptAndDecodeFrame( function in class:media::ClearKeyCdm
536 DVLOG(1) << "DecryptAndDecodeFrame()";
537 TRACE_EVENT0("media", "ClearKeyCdm::DecryptAndDecodeFrame");

Completed in 160 milliseconds