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

  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.h 40 const int size_y_; member in class:webrtc::VideoProcessingTest
video_processing_unittest.cc 64 size_y_(width_ * height_),
  /external/webrtc/webrtc/common_video/libyuv/
libyuv_unittest.cc 89 const int size_y_; member in class:webrtc::TestLibYuv
99 size_y_(width_ * height_),
115 orig_buffer_.get() + size_y_,
117 size_y_ + size_uv_,
202 outYV120Buffer.get() + size_y_,
203 outYV120Buffer.get() + size_y_ + size_uv_,
scaler_unittest.cc 44 const int size_y_; member in class:webrtc::TestScaler
55 size_y_(width_ * height_),
104 orig_buffer.get() + size_y_,
105 orig_buffer.get() + size_y_ + size_uv_,

Completed in 740 milliseconds