HomeSort by relevance Sort by last modified time
    Searched defs:Initialize (Results 276 - 300 of 805) sorted by null

<<11121314151617181920>>

  /external/chromium_org/media/cdm/ppapi/
fake_cdm_video_decoder.cc 20 bool FakeCdmVideoDecoder::Initialize(const cdm::VideoDecoderConfig& config) {
21 DVLOG(1) << "Initialize()";
libvpx_cdm_video_decoder.cc 41 bool LibvpxCdmVideoDecoder::Initialize(const cdm::VideoDecoderConfig& config) {
42 DVLOG(1) << "Initialize()";
45 LOG(ERROR) << "Initialize(): invalid video decoder configuration.";
50 LOG(ERROR) << "Initialize(): Already initialized.";
  /external/chromium_org/media/filters/
fake_video_decoder.cc 29 void FakeVideoDecoder::Initialize(const VideoDecoderConfig& config,
ffmpeg_audio_decoder_unittest.cc 59 void Initialize() {
68 decoder_->Initialize(demuxer_.get(),
120 TEST_F(FFmpegAudioDecoderTest, Initialize) {
121 Initialize();
130 Initialize();
158 Initialize();
video_frame_stream.cc 39 void VideoFrameStream::Initialize(DemuxerStream* stream,
361 decoder_->Initialize(stream_->video_decoder_config(),
  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc 88 Initialize(video_frame->coded_size(), video_frame->visible_rect());
181 void X11VideoRenderer::Initialize(gfx::Size coded_size,
  /external/chromium_org/net/dns/
dns_session_unittest.cc 70 void Initialize(unsigned num_servers);
93 virtual void Initialize(
115 void DnsSessionTest::Initialize(unsigned num_servers) {
207 Initialize(2);
229 Initialize(2);
237 Initialize(2);
245 Initialize(2);
dns_socket_pool.cc 22 // When we initialize the SocketPool, we allocate kInitialPoolSize sockets.
98 virtual void Initialize(
132 virtual void Initialize(
159 void DefaultDnsSocketPool::Initialize(
  /external/chromium_org/net/quic/
reliable_quic_stream_test.cc 99 void Initialize(bool stream_should_process_data) {
124 Initialize(kShouldProcessData);
139 Initialize(kShouldProcessData);
153 Initialize(kShouldProcessData);
165 Initialize(kShouldProcessData);
178 Initialize(kShouldProcessData);
189 Initialize(kShouldProcessData);
219 Initialize(kShouldProcessData);
  /external/chromium_org/ppapi/cpp/extensions/
ext_output_traits.h 72 static inline void Initialize(StorageType* /* t */) {}
135 static inline void Initialize(StorageType* /* t */) {}
  /external/chromium_org/third_party/closure_linter/closure_linter/
checkerbase.py 48 def Initialize(self, checker, limited_doc_checks, is_html):
104 """Initialize a checker object.
204 lint_rules.Initialize(self, limited_doc_checks, is_html)
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepsessiondescription.cc 79 if (!jsep_desc->Initialize(sdp, error)) {
92 bool JsepSessionDescription::Initialize(
106 bool JsepSessionDescription::Initialize(const std::string& sdp,
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
carbonvideorenderer.cc 142 bool CarbonVideoRenderer::Initialize() {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
memfs_malloc.cc 92 : failed_(true), // To disable allocator until Initialize() is called.
100 bool Initialize();
217 bool HugetlbSysAllocator::Initialize() {
261 if (hp->Initialize()) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
memfs_malloc.cc 92 : failed_(true), // To disable allocator until Initialize() is called.
100 bool Initialize();
217 bool HugetlbSysAllocator::Initialize() {
261 if (hp->Initialize()) {
  /external/chromium_org/ui/base/ime/
input_method_auralinux.cc 22 void InputMethodAuraLinux::Initialize() {
  /external/chromium_org/ui/gfx/ozone/dri/
dri_skbitmap.cc 184 bool DriSkBitmap::Initialize() {
  /external/chromium_org/ui/gl/
gl_context_glx.cc 46 bool GLContextGLX::Initialize(
gl_egl_api_implementation.cc 17 g_real_egl->Initialize(&g_driver_egl);
61 void RealEGLApi::Initialize(DriverEGL* driver) {
gl_glx_api_implementation.cc 17 g_real_glx->Initialize(&g_driver_glx);
61 void RealGLXApi::Initialize(DriverGLX* driver) {
gl_surface_win.cc 32 virtual bool Initialize() OVERRIDE;
117 bool NativeViewGLSurfaceOSMesa::Initialize() {
118 if (!GLSurfaceOSMesa::Initialize())
225 if (!surface->Initialize())
236 if (!surface->Initialize(sync_provider))
244 if (!surface->Initialize())
264 if (!surface->Initialize())
271 if (!surface->Initialize())
278 if (!surface->Initialize())
gl_surface_x11.cc 34 virtual bool Initialize() OVERRIDE;
106 bool NativeViewGLSurfaceOSMesa::Initialize() {
107 if (!GLSurfaceOSMesa::Initialize())
275 if (!surface->Initialize())
282 if (!surface->Initialize())
289 if (!surface->Initialize())
309 if (!surface->Initialize())
316 if (!surface->Initialize())
323 if (!surface->Initialize())
gl_wgl_api_implementation.cc 17 g_real_wgl->Initialize(&g_driver_wgl);
61 void RealWGLApi::Initialize(DriverWGL* driver) {
  /external/chromium_org/ui/surface/
accelerated_surface_mac.cc 26 bool AcceleratedSurface::Initialize(
196 IOSurfaceSupport* io_surface_support = IOSurfaceSupport::Initialize();
  /external/chromium_org/v8/src/
log-utils.cc 49 void Log::Initialize(const char* log_file_name) {

Completed in 572 milliseconds

<<11121314151617181920>>