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

  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_video_decoder.h 22 class FFmpegCdmVideoDecoder : public CdmVideoDecoder {
24 explicit FFmpegCdmVideoDecoder(ClearKeyCdmHost* host);
25 virtual ~FFmpegCdmVideoDecoder();
57 DISALLOW_COPY_AND_ASSIGN(FFmpegCdmVideoDecoder);
ffmpeg_cdm_video_decoder.cc 131 FFmpegCdmVideoDecoder::FFmpegCdmVideoDecoder(ClearKeyCdmHost* host)
136 FFmpegCdmVideoDecoder::~FFmpegCdmVideoDecoder() {
140 bool FFmpegCdmVideoDecoder::Initialize(const cdm::VideoDecoderConfig& config) {
183 void FFmpegCdmVideoDecoder::Deinitialize() {
189 void FFmpegCdmVideoDecoder::Reset() {
195 bool FFmpegCdmVideoDecoder::IsValidOutputConfig(cdm::VideoFormat format,
205 cdm::Status FFmpegCdmVideoDecoder::DecodeFrame(
265 bool FFmpegCdmVideoDecoder::CopyAvFrameTo(cdm::VideoFrame* cdm_video_frame)
    [all...]

Completed in 28 milliseconds