HomeSort by relevance Sort by last modified time
    Searched full:image_width_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
carbonvideorenderer.cc 37 : image_width_(0),
74 int width = image_width_;
112 if (width != image_width_ || height != image_height_) {
115 image_width_ = width;
carbonvideorenderer.h 62 int image_width_; member in class:cricket::CarbonVideoRenderer
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.h 457 int64 image_width() const { return image_width_; }
552 void set_image_width(int64 image_width) { image_width_ = image_width; }
591 int64 image_width_; member in class:google_apis::ResourceEntry
gdata_wapi_parser.cc 456 image_width_(-1),

Completed in 87 milliseconds