Searched defs:cast (Results 1 - 25 of 293) sorted by path

1234567891011>>

/external/chromium_org/base/numerics/
H A Dsafe_math.h91 return CheckedNumeric<T>::cast(*this).ValueUnsafe();
163 // These static methods behave like a convenience cast operator targeting
167 static CheckedNumeric<T> cast( function in class:base::internal::CheckedNumeric
175 static CheckedNumeric<T> cast( function in class:base::internal::CheckedNumeric
181 static const CheckedNumeric<T>& cast(const CheckedNumeric<T>& u) { return u; } function in class:base::internal::CheckedNumeric
219 *this = CheckedNumeric<T>::cast(*this) OP CheckedNumeric<Src>::cast(rhs); \
231 return CheckedNumeric<Promotion>::cast(lhs) \
232 OP CheckedNumeric<Promotion>::cast(rhs); \
242 return CheckedNumeric<Promotion>::cast(lh
[all...]
/external/chromium_org/chrome/browser/media/
H A Dcast_transport_host_filter.cc10 #include "media/cast/net/cast_transport_sender.h"
19 namespace cast { namespace
48 media::cast::CastTransportStatus status) {
54 const std::vector<media::cast::PacketEvent>& packet_events,
55 const std::vector<media::cast::FrameEvent>& frame_events) {
71 const media::cast::RtcpCastMessage& cast_message) {
91 scoped_ptr<media::cast::CastTransportSender> sender =
92 media::cast::CastTransportSender::Create(
109 media::cast::CastTransportSender* sender =
128 const media::cast
[all...]
H A Dcast_transport_host_filter.h14 #include "media/cast/cast_sender.h"
15 #include "media/cast/logging/logging_defines.h"
16 #include "media/cast/net/cast_transport_sender.h"
22 namespace cast { namespace
32 media::cast::CastTransportStatus result);
35 const std::vector<media::cast::PacketEvent>& packet_events,
36 const std::vector<media::cast::FrameEvent>& frame_events);
40 const media::cast::RtcpCastMessage& cast_message);
48 const media::cast::CastTransportRtpConfig& config);
51 const media::cast
[all...]
/external/chromium_org/chrome/renderer/media/
H A Dcast_session.h24 namespace cast { namespace in namespace:media
29 } // namespace cast
44 media::cast::AudioFrameInput>&)> AudioFrameInputAvailableCallback;
46 media::cast::VideoFrameInput>&)> VideoFrameInputAvailableCallback;
57 // media::cast::FrameInput will be given through |callback|.
62 void StartAudio(const media::cast::AudioSenderConfig& config,
65 void StartVideo(const media::cast::VideoSenderConfig& config,
H A Dcast_session_delegate.h18 #include "media/cast/cast_config.h"
19 #include "media/cast/cast_sender.h"
20 #include "media/cast/logging/logging_defines.h"
31 namespace cast { namespace in namespace:media
39 } // namespace cast
49 media::cast::AudioFrameInput>&)> AudioFrameInputAvailableCallback;
51 media::cast::VideoFrameInput>&)> VideoFrameInputAvailableCallback;
71 void StartAudio(const media::cast::AudioSenderConfig& config,
75 void StartVideo(const media::cast::VideoSenderConfig& config,
78 const media::cast
[all...]
/external/chromium_org/media/cast/
H A Dcast_config.cc5 #include "media/cast/cast_config.h"
8 namespace cast { namespace in namespace:media
75 } // namespace cast
H A Dcast_config.h18 #include "media/cast/cast_defines.h"
19 #include "media/cast/net/cast_transport_config.h"
24 namespace cast { namespace in namespace:media
162 // Import from media::cast.
182 } // namespace cast
H A Dcast_defines.h17 #include "media/cast/net/cast_transport_config.h"
20 namespace cast { namespace in namespace:media
82 // Basic RTP header + cast header.
85 // Each uint16 represents one packet id within a cast frame.
88 // Each uint8 represents one cast frame.
201 } // namespace cast
H A Dcast_environment.cc5 #include "media/cast/cast_environment.h"
15 void DeleteLoggingOnMainThread(scoped_ptr<media::cast::LoggingImpl> logging) {
22 namespace cast { namespace in namespace:media
91 } // namespace cast
H A Dcast_environment.h14 #include "media/cast/logging/logging_defines.h"
15 #include "media/cast/logging/logging_impl.h"
18 namespace cast { namespace in namespace:media
22 // An enumeration of the cast threads.
24 // The main thread is where the cast system is configured and where timers
56 // All of the media::cast implementation must use this TickClock.
87 } // namespace cast
H A Dcast_receiver.h5 // This is the main interface for the cast receiver. All configuration are done
17 #include "media/cast/cast_config.h"
18 #include "media/cast/cast_environment.h"
23 namespace cast { namespace in namespace:media
83 } // namespace cast
H A Dcast_sender.h5 // This is the main interface for the cast sender.
20 #include "media/cast/cast_config.h"
21 #include "media/cast/cast_environment.h"
22 #include "media/cast/net/cast_transport_sender.h"
27 namespace cast { namespace in namespace:media
96 } // namespace cast
H A Dcast_sender_impl.cc5 #include "media/cast/cast_sender_impl.h"
14 namespace cast { namespace in namespace:media
17 // cast thread for processing.
48 // cast thread for processing. Therefore frames can be inserted from any thread.
171 media::cast::CastInitializationStatus result) {
178 } // namespace cast
H A Dcast_sender_impl.h9 #include "media/cast/cast_config.h"
10 #include "media/cast/cast_defines.h"
11 #include "media/cast/cast_environment.h"
12 #include "media/cast/cast_sender.h"
13 #include "media/cast/sender/audio_sender.h"
14 #include "media/cast/sender/video_sender.h"
19 namespace cast { namespace in namespace:media
52 media::cast::CastInitializationStatus result);
70 } // namespace cast
/external/chromium_org/media/cast/common/
H A Dclock_drift_smoother.cc5 #include "media/cast/common/clock_drift_smoother.h"
10 namespace cast { namespace in namespace:media
57 } // namespace cast
H A Dclock_drift_smoother.h11 namespace cast { namespace in namespace:media
49 } // namespace cast
H A Dmod_util.h12 namespace cast { namespace in namespace:media
51 } // namespace cast
H A Dtransport_encryption_handler.cc5 #include "media/cast/common/transport_encryption_handler.h"
10 #include "media/cast/net/cast_transport_defines.h"
37 namespace cast { namespace in namespace:media
97 } // namespace cast
H A Dtransport_encryption_handler.h22 namespace cast { namespace in namespace:media
50 } // namespace cast
/external/chromium_org/media/cast/logging/
H A Dencoding_event_subscriber.cc5 #include "media/cast/logging/encoding_event_subscriber.h"
12 #include "media/cast/logging/proto/proto_utils.h"
15 using media::cast::proto::AggregatedFrameEvent;
16 using media::cast::proto::AggregatedPacketEvent;
17 using media::cast::proto::BasePacketEvent;
18 using media::cast::proto::LogMetadata;
46 namespace cast { namespace in namespace:media
286 } // namespace cast
H A Dencoding_event_subscriber.h12 #include "media/cast/logging/logging_defines.h"
13 #include "media/cast/logging/proto/raw_events.pb.h"
14 #include "media/cast/logging/raw_event_subscriber.h"
17 namespace cast { namespace in namespace:media
28 typedef std::vector<linked_ptr<media::cast::proto::AggregatedFrameEvent> >
30 typedef std::vector<linked_ptr<media::cast::proto::AggregatedPacketEvent> >
63 void GetEventsAndReset(media::cast::proto::LogMetadata* metadata,
69 linked_ptr<media::cast::proto::AggregatedFrameEvent> >
72 linked_ptr<media::cast::proto::AggregatedPacketEvent> >
83 const linked_ptr<media::cast
[all...]
H A Dencoding_event_subscriber_unittest.cc9 #include "media/cast/cast_environment.h"
10 #include "media/cast/logging/encoding_event_subscriber.h"
11 #include "media/cast/logging/logging_defines.h"
12 #include "media/cast/test/fake_single_thread_task_runner.h"
15 using media::cast::proto::AggregatedFrameEvent;
16 using media::cast::proto::AggregatedPacketEvent;
17 using media::cast::proto::BasePacketEvent;
18 using media::cast::proto::LogMetadata;
29 namespace cast { namespace in namespace:media
149 EXPECT_EQ(media::cast
[all...]
H A Dlog_deserializer.cc5 #include "media/cast/logging/log_deserializer.h"
14 using media::cast::FrameEventMap;
15 using media::cast::PacketEventMap;
16 using media::cast::RtpTimestamp;
17 using media::cast::proto::AggregatedFrameEvent;
18 using media::cast::proto::AggregatedPacketEvent;
19 using media::cast::proto::BasePacketEvent;
20 using media::cast::proto::LogMetadata;
27 // Keep in sync with media/cast/logging/log_serializer.cc.
70 media::cast
222 namespace cast { namespace in namespace:media
[all...]
H A Dlog_deserializer.h12 #include "media/cast/logging/logging_defines.h"
13 #include "media/cast/logging/proto/raw_events.pb.h"
16 namespace cast { namespace in namespace:media
19 linked_ptr<media::cast::proto::AggregatedFrameEvent> >
22 linked_ptr<media::cast::proto::AggregatedPacketEvent> >
48 } // namespace cast
H A Dlog_serializer.cc19 #include "media/cast/logging/log_serializer.h"
27 namespace cast { namespace in namespace:media
31 using media::cast::proto::AggregatedFrameEvent;
32 using media::cast::proto::AggregatedPacketEvent;
33 using media::cast::proto::LogMetadata;
58 for (media::cast::FrameEventList::const_iterator it = frame_events.begin();
61 media::cast::proto::AggregatedFrameEvent frame_event(**it);
86 for (media::cast::PacketEventList::const_iterator it = packet_events.begin();
89 media::cast::proto::AggregatedPacketEvent packet_event(**it);
189 } // namespace cast
[all...]

Completed in 3171 milliseconds

1234567891011>>