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

  /external/chromium_org/third_party/webrtc/common_video/interface/
i420_video_frame.h 34 kNumOfPlanes = 3
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
libyuv_unittest.cc 47 for (int plane_num = 0; plane_num < kNumOfPlanes; ++plane_num) {
60 void CreateImage(I420VideoFrame* frame, int plane_offset[kNumOfPlanes]) {
63 for (int plane_num = 0; plane_num < kNumOfPlanes; ++plane_num) {
348 int plane_offset[kNumOfPlanes];
webrtc_libyuv.cc 108 for (int planeNum = 0; planeNum < kNumOfPlanes; ++planeNum) {
137 for (int plane = 0; plane < kNumOfPlanes; ++plane) {
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
video_processing_unittest.cc 366 for (int plane = 0; plane < webrtc::kNumOfPlanes; plane ++) {
  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 78 for (int plane = 0; plane < webrtc::kNumOfPlanes; plane ++) {

Completed in 370 milliseconds