Searched refs:raw_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/cast/logging/
H A Dlogging_impl.cc27 raw_.InsertFrameEvent(time_of_event, event, event_media_type,
39 raw_.InsertEncodedFrameEvent(time_of_event, event, event_media_type,
48 raw_.InsertFrameEventWithDelay(time_of_event, event, event_media_type,
100 raw_.InsertPacketEvent(time_of_event, event, event_media_type,
106 raw_.AddSubscriber(subscriber);
111 raw_.RemoveSubscriber(subscriber);
H A Dlogging_raw_unittest.cc16 raw_.AddSubscriber(&event_subscriber_);
19 virtual ~LoggingRawTest() { raw_.RemoveSubscriber(&event_subscriber_); }
21 LoggingRaw raw_; member in class:media::cast::LoggingRawTest
33 raw_.InsertFrameEvent(timestamp, event_type, media_type,
59 raw_.InsertEncodedFrameEvent(timestamp, event_type, media_type,
85 raw_.InsertFrameEventWithDelay(timestamp, event_type, media_type,
111 raw_.InsertPacketEvent(timestamp, event_type, media_type,
133 // Now raw_ has two subscribers.
134 raw_.AddSubscriber(&event_subscriber_2);
141 raw_
[all...]
H A Dlogging_impl.h69 LoggingRaw raw_; member in class:media::cast::LoggingImpl
/external/chromium_org/v8/src/compiler/
H A Dsource-position.h19 explicit SourcePosition(int raw = kUnknownPosition) : raw_(raw) {}
27 int raw() const { return raw_; }
33 int raw_; member in class:v8::internal::compiler::FINAL
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc52 raw_(NULL) {
79 if (raw_ != NULL) {
80 vpx_img_free(raw_);
81 raw_ = NULL;
178 raw_ = vpx_img_wrap(NULL, VPX_IMG_FMT_I420, codec_.width, codec_.height,
359 raw_->planes[VPX_PLANE_Y] = const_cast<uint8_t*>(frame.buffer(kYPlane));
360 raw_->planes[VPX_PLANE_U] = const_cast<uint8_t*>(frame.buffer(kUPlane));
361 raw_->planes[VPX_PLANE_V] = const_cast<uint8_t*>(frame.buffer(kVPlane));
363 raw_->stride[VPX_PLANE_Y] = frame.stride(kYPlane);
364 raw_
[all...]
H A Dvp8_impl.h142 vpx_image_t* raw_; member in class:webrtc::VP8EncoderImpl

Completed in 1038 milliseconds