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

  /external/chromium_org/media/base/
video_util_unittest.cc 41 destination_frame_ =
47 CopyYPlane(y_plane_.get(), y_stride_, height_, destination_frame_.get());
49 u_plane_.get(), u_stride_, height_ / 2, destination_frame_.get());
51 v_plane_.get(), v_stride_, height_ / 2, destination_frame_.get());
64 scoped_refptr<VideoFrame> destination_frame_; member in class:media::VideoUtilTest

Completed in 949 milliseconds