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

Unified Diff: content/common/gpu/media/vaapi_h264_decoder.h

Issue 10836098: Revert 150007 - Only dlopen() OMX/VAAPI libs in the GPU process, and only lazily dlsym() their symb… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 months 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
Index: content/common/gpu/media/vaapi_h264_decoder.h
===================================================================
--- content/common/gpu/media/vaapi_h264_decoder.h (revision 150008)
+++ content/common/gpu/media/vaapi_h264_decoder.h (working copy)
@@ -129,13 +129,6 @@
// Valid after a successful DecodeInitial().
static size_t GetRequiredNumOfPictures();
- // Do any necessary initialization before the sandbox is enabled.
- static void PreSandboxInitialization();
-
- // Lazily initialize static data after sandbox is enabled. Return false on
- // init failure.
- static bool PostSandboxInitialization();
-
private:
// We need to keep at least kDPBMaxSize pictures in DPB for
// reference/to display later and an additional one for the one currently
@@ -336,9 +329,6 @@
// Called by decoder when a picture should be outputted.
OutputPicCB output_pic_cb_;
- // Has static initialization of pre-sandbox components completed successfully?
- static bool pre_sandbox_init_done_;
-
DISALLOW_COPY_AND_ASSIGN(VaapiH264Decoder);
};
« no previous file with comments | « content/common/gpu/media/omx_video_decode_accelerator.cc ('k') | content/common/gpu/media/vaapi_h264_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698