HomeSort by relevance Sort by last modified time
    Searched refs:pixel_height_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.h 105 size_t GetPixelHeight() const override { return pixel_height_; }
138 size_t pixel_height_; member in class:cricket::WebRtcVideoFrame
webrtcvideoframe.cc 44 pixel_height_(0),
54 pixel_height_(1),
155 new_frame->pixel_height_ = pixel_height_;
262 pixel_height_ = pixel_height;

Completed in 51 milliseconds