Searched refs:FFmpegCdmVideoDecoder (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/cdm/ppapi/external_clear_key/
H A Dffmpeg_cdm_video_decoder.h20 class FFmpegCdmVideoDecoder : public CdmVideoDecoder { class in namespace:media
22 explicit FFmpegCdmVideoDecoder(ClearKeyCdmHost* host);
23 virtual ~FFmpegCdmVideoDecoder();
55 DISALLOW_COPY_AND_ASSIGN(FFmpegCdmVideoDecoder);
H A Dffmpeg_cdm_video_decoder.cc135 FFmpegCdmVideoDecoder::FFmpegCdmVideoDecoder(ClearKeyCdmHost* host) function in class:media::FFmpegCdmVideoDecoder
140 FFmpegCdmVideoDecoder::~FFmpegCdmVideoDecoder() {
144 bool FFmpegCdmVideoDecoder::Initialize(const cdm::VideoDecoderConfig& config) {
187 void FFmpegCdmVideoDecoder::Deinitialize() {
193 void FFmpegCdmVideoDecoder::Reset() {
199 bool FFmpegCdmVideoDecoder::IsValidOutputConfig(cdm::VideoFormat format,
209 cdm::Status FFmpegCdmVideoDecoder::DecodeFrame(
269 bool FFmpegCdmVideoDecoder
[all...]
H A Dcdm_video_decoder.cc46 video_decoder.reset(new FFmpegCdmVideoDecoder(host));

Completed in 102 milliseconds