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

  /external/chromium_org/media/cdm/ppapi/external_clear_key/
libvpx_cdm_video_decoder.h 18 class LibvpxCdmVideoDecoder : public CdmVideoDecoder {
20 explicit LibvpxCdmVideoDecoder(CdmHost* host);
21 virtual ~LibvpxCdmVideoDecoder();
50 DISALLOW_COPY_AND_ASSIGN(LibvpxCdmVideoDecoder);
libvpx_cdm_video_decoder.cc 30 LibvpxCdmVideoDecoder::LibvpxCdmVideoDecoder(CdmHost* host)
37 LibvpxCdmVideoDecoder::~LibvpxCdmVideoDecoder() {
41 bool LibvpxCdmVideoDecoder::Initialize(const cdm::VideoDecoderConfig& config) {
75 void LibvpxCdmVideoDecoder::Deinitialize() {
86 void LibvpxCdmVideoDecoder::Reset() {
91 bool LibvpxCdmVideoDecoder::IsValidOutputConfig(cdm::VideoFormat format,
101 cdm::Status LibvpxCdmVideoDecoder::DecodeFrame(
143 bool LibvpxCdmVideoDecoder::CopyVpxImageTo(cdm::VideoFrame* cdm_video_frame)
    [all...]

Completed in 104 milliseconds