HomeSort by relevance Sort by last modified time
    Searched refs:pixel_height_ (Results 1 - 4 of 4) 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;
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.h 776 void set_pixel_height(uint64_t height) { pixel_height_ = height; }
777 uint64_t pixel_height() const { return pixel_height_; }
816 uint64_t pixel_height_; member in class:mkvmuxer::VideoTrack
    [all...]
mkvmuxer.cc     [all...]

Completed in 136 milliseconds