HomeSort by relevance Sort by last modified time
    Searched defs:IsZeroSize (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/common_video/
plane.h 51 bool IsZeroSize() const {return plane_size_ == 0;}
texture_video_frame.cc 89 bool TextureVideoFrame::IsZeroSize() const {
i420_video_frame.cc 149 bool I420VideoFrame::IsZeroSize() const {
150 return (y_plane_.IsZeroSize() && u_plane_.IsZeroSize() &&
151 v_plane_.IsZeroSize());

Completed in 4115 milliseconds