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

Side by Side Diff: chromecast/media/cma/base/cma_logging.h

Issue 509213002: Add a buffering controller for Chromecast. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad license header. Created 6 years, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROMECAST_MEDIA_CMA_BASE_CMA_LOGGING_H_
6 #define CHROMECAST_MEDIA_CMA_BASE_CMA_LOGGING_H_
7
8 #include "base/logging.h"
9
10 namespace chromecast {
11 namespace media {
12
13 #define CMALOG(loglevel) VLOG(loglevel)
14
15 enum {
16 kLogControl = 2,
17 kLogFrame = 3
18 };
19
20 } // namespace media
21 } // namespace chromecast
22
23 #endif // CHROMECAST_MEDIA_CMA_BASE_CMA_LOGGING_H_
OLDNEW
« no previous file with comments | « chromecast/media/cma/base/buffering_state.cc ('k') | chromecast/media/cma/base/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698