Searched refs:recorder (Results 76 - 100 of 134) sorted by relevance

123456

/external/chromium_org/remoting/host/
H A Dvideo_frame_recorder.cc30 base::WeakPtr<VideoFrameRecorder> recorder);
62 base::WeakPtr<VideoFrameRecorder> recorder)
65 recorder_(recorder),
149 // Immediately detach the wrapper from this recorder.
163 // Detach this recorder from the calling and encode threads.
59 RecordingVideoEncoder( scoped_ptr<VideoEncoder> encoder, scoped_refptr<base::TaskRunner> recorder_task_runner, base::WeakPtr<VideoFrameRecorder> recorder) argument
/external/chromium_org/third_party/skia/gm/
H A Dpictureshader.cpp32 SkPictureRecorder recorder; local
33 SkCanvas* pictureCanvas = recorder.beginRecording(tileSize, tileSize, NULL, 0);
35 fPicture.reset(recorder.endRecording());
/external/chromium_org/third_party/skia/samplecode/
H A DSampleTiling.cpp99 SkPictureRecorder recorder; local
102 textCanvas = recorder.beginRecording(1000, 1000, NULL, 0);
157 fTextPicture.reset(recorder.endRecording());
H A DSampleFilterFuzz.cpp373 SkPictureRecorder recorder; local
374 SkCanvas* recordingCanvas = recorder.beginRecording(SkIntToScalar(kBitmapSize),
378 SkAutoTUnref<SkPicture> pict(recorder.endRecording());
/external/chromium_org/third_party/skia/tests/
H A DGpuLayerCacheTest.cpp97 SkPictureRecorder recorder; local
98 recorder.beginRecording(1, 1);
99 SkAutoTUnref<const SkPicture> picture(recorder.endRecording());
H A DSerializationTest.cpp341 SkPictureRecorder recorder; local
343 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(canvasRect.width()),
348 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
510 SkPictureRecorder recorder; local
511 draw_something(recorder.beginRecording(SkIntToScalar(kBitmapSize),
514 SkAutoTUnref<SkPicture> pict(recorder.endRecording());
/external/skia/gm/
H A Dpictureshader.cpp32 SkPictureRecorder recorder; local
33 SkCanvas* pictureCanvas = recorder.beginRecording(SkScalarRoundToInt(tileSize),
37 fPicture.reset(recorder.endRecording());
/external/skia/samplecode/
H A DSampleTiling.cpp99 SkPictureRecorder recorder; local
102 textCanvas = recorder.beginRecording(1000, 1000, NULL, 0);
157 fTextPicture.reset(recorder.endRecording());
H A DSampleFilterFuzz.cpp379 SkPictureRecorder recorder; local
380 SkCanvas* recordingCanvas = recorder.beginRecording(kBitmapSize, kBitmapSize, &factory, 0);
382 SkAutoTUnref<SkPicture> pict(recorder.endRecording());
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-graph-reducer.cc206 ReducerRecorder recorder(graph.zone());
207 reducer.AddReducer(&recorder);
209 recorder.CheckContains(n1);
210 recorder.CheckContains(end);
224 ReducerRecorder recorder(graph.zone());
225 reducer.AddReducer(&recorder);
227 recorder.CheckContains(n1);
228 recorder.CheckContains(n2);
229 recorder.CheckContains(n3);
230 recorder
[all...]
/external/chromium_org/cc/resources/
H A Dpicture.cc215 SkPictureRecorder recorder; local
220 canvas = skia::SharePtr(recorder.beginRecording(
263 picture_ = skia::AdoptRef(recorder.endRecording());
391 SkPictureRecorder recorder; local
392 skia::RefPtr<SkCanvas> canvas(skia::SharePtr(recorder.beginRecording(
397 skia::RefPtr<SkPicture> picture(skia::AdoptRef(recorder.endRecording()));
H A Dpicture_pile_impl.cc316 SkPictureRecorder recorder; local
318 recorder.beginRecording(tiling_rect.width(), tiling_rect.height());
321 skia::RefPtr<SkPicture> picture = skia::AdoptRef(recorder.endRecording());
/external/chromium_org/third_party/skia/tools/
H A DPictureRenderer.cpp219 SkPictureRecorder recorder; local
220 SkCanvas* canvas = recorder.beginRecording(fPicture->cullRect().width(),
225 fPicture.reset(recorder.endRecording());
359 SkPictureRecorder recorder; local
360 SkCanvas* canvas = recorder.beginRecording(SkIntToScalar(this->getViewWidth()),
366 SkAutoTUnref<SkPicture> picture(recorder.endRecording());
H A Dbench_pictures_main.cpp208 SkPictureRecorder recorder; local
209 picture->playback(recorder.beginRecording(picture->cullRect().width(),
212 picture.reset(recorder.endRecording());
/external/chromium_org/chrome/browser/media/
H A Dchrome_webrtc_audio_quality_browsertest.cc436 AudioRecorder recorder; local
438 ASSERT_TRUE(recorder.StartRecording(kRecordingTimeSeconds, recording, true));
442 ASSERT_TRUE(recorder.WaitForRecordingToEnd());
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl.h44 GCMStatsRecorder* recorder);
H A Dregistration_request.cc107 GCMStatsRecorder* recorder)
114 recorder_(recorder),
100 RegistrationRequest( const GURL& registration_url, const RequestInfo& request_info, const net::BackoffEntry::Policy& backoff_policy, const RegistrationCallback& callback, int max_retry_count, scoped_refptr<net::URLRequestContextGetter> request_context_getter, GCMStatsRecorder* recorder) argument
H A Dunregistration_request.cc118 GCMStatsRecorder* recorder)
124 recorder_(recorder),
112 UnregistrationRequest( const GURL& registration_url, const RequestInfo& request_info, const net::BackoffEntry::Policy& backoff_policy, const UnregistrationCallback& callback, scoped_refptr<net::URLRequestContextGetter> request_context_getter, GCMStatsRecorder* recorder) argument
/external/chromium_org/components/gcm_driver/
H A Dgcm_client_impl.h64 GCMStatsRecorder* recorder);
71 GCMStatsRecorder* recorder);
H A Dgcm_client_impl_unittest.cc76 GCMStatsRecorder* recorder);
98 GCMStatsRecorder* recorder)
99 : MCSClient("", clock, connection_factory, gcm_store, recorder),
168 GCMStatsRecorder* recorder) OVERRIDE;
175 GCMStatsRecorder* recorder) OVERRIDE;
196 GCMStatsRecorder* recorder) {
200 recorder));
209 GCMStatsRecorder* recorder) {
95 FakeMCSClient(base::Clock* clock, ConnectionFactory* connection_factory, GCMStore* gcm_store, GCMStatsRecorder* recorder) argument
191 BuildMCSClient( const std::string& version, base::Clock* clock, ConnectionFactory* connection_factory, GCMStore* gcm_store, GCMStatsRecorder* recorder) argument
203 BuildConnectionFactory( const std::vector<GURL>& endpoints, const net::BackoffEntry::Policy& backoff_policy, const scoped_refptr<net::HttpNetworkSession>& gcm_network_session, const scoped_refptr<net::HttpNetworkSession>& http_network_session, net::NetLog* net_log, GCMStatsRecorder* recorder) argument
/external/oprofile/libpp/
H A Dcallgraph_container.cpp422 recorder.process(total_count, threshold / 100.0, sym_filter);
565 recorder.add(caller.sym, &callee.sym, arc_count);
577 recorder.add(*it, 0, count_array_t());
585 // FIXME: costly: must we access directly recorder map ?
586 symbol_collection syms = recorder.get_symbols();
605 return recorder.get_symbols();
/external/chromium_org/skia/ext/
H A Danalysis_canvas_unittest.cc291 SkPictureRecorder recorder; local
295 skia::SharePtr(recorder.beginRecording(256, 256, &factory));
309 skia::RefPtr<SkPicture> picture = skia::AdoptRef(recorder.endRecording());
/external/chromium_org/v8/src/compiler/
H A Dcode-generator.cc32 PositionsRecorder* recorder = masm()->positions_recorder(); local
33 LOG_CODE_EVENT(isolate(), CodeStartLinePosInfoRecordEvent(recorder));
76 void* line_info = recorder->DetachJITHandlerData();
/external/skia/tests/
H A DSerializationTest.cpp407 SkPictureRecorder recorder; local
408 bool didDraw = drawSomething(recorder.beginRecording(kBitmapSize, kBitmapSize, NULL, 0));
410 SkAutoTUnref<SkPicture> pict(recorder.endRecording());
/external/skia/tools/
H A Drender_pictures_main.cpp184 SkPictureRecorder recorder; local
185 picture->draw(recorder.beginRecording(picture->width(), picture->height(), NULL, 0));
186 SkAutoTUnref<SkPicture> other(recorder.endRecording());

Completed in 607 milliseconds

123456