Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(485)

Unified Diff: media/gpu/android/media_codec_video_decoder.h

Issue 2548923002: media: Convert GetSupportedProfiles to IsConfigSupported in MCVD (Closed)
Patch Set: put the 4k upper limit back Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | media/gpu/android/media_codec_video_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/gpu/android/media_codec_video_decoder.h
diff --git a/media/gpu/android/media_codec_video_decoder.h b/media/gpu/android/media_codec_video_decoder.h
index 7d4a00ef0ef1dcad89777e1ea2965cb40808df7a..dccd4a3a3208c57080415de55454bdcfa7e4a146 100644
--- a/media/gpu/android/media_codec_video_decoder.h
+++ b/media/gpu/android/media_codec_video_decoder.h
@@ -34,9 +34,6 @@ namespace media {
class MEDIA_GPU_EXPORT MediaCodecVideoDecoder
: public AVDACodecAllocatorClient {
public:
- static VideoDecodeAccelerator::Capabilities GetCapabilities(
- const gpu::GpuPreferences& gpu_preferences);
-
MediaCodecVideoDecoder(
const MakeGLContextCurrentCallback& make_context_current_cb,
const GetGLES2DecoderCallback& get_gles2_decoder_cb);
« no previous file with comments | « no previous file | media/gpu/android/media_codec_video_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698