Home
last modified time | relevance | path

Searched refs:kNumOfPlanes (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/common_video/libyuv/
Dlibyuv_unittest.cc46 for (int plane_num = 0; plane_num < kNumOfPlanes; ++plane_num) { in PrintFrame()
59 void CreateImage(VideoFrame* frame, int plane_offset[kNumOfPlanes]) { in CreateImage() argument
62 for (int plane_num = 0; plane_num < kNumOfPlanes; ++plane_num) { in CreateImage()
Dwebrtc_libyuv.cc110 for (int planeNum = 0; planeNum < kNumOfPlanes; ++planeNum) { in PrintVideoFrame()
139 for (int plane = 0; plane < kNumOfPlanes; ++plane) { in ExtractBuffer()
/external/webrtc/webrtc/common_video/include/
Dvideo_frame_buffer.h26 kNumOfPlanes = 3, enumerator
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_unittest.h231 static void CreateImage(VideoFrame* frame, int plane_colors[kNumOfPlanes]) { in CreateImage() argument
232 for (int plane_num = 0; plane_num < kNumOfPlanes; ++plane_num) { in CreateImage()
693 int plane_offset[kNumOfPlanes]; in TestRPSIEncodeDecode()
900 int plane_offset[kNumOfPlanes]; in TestStrideEncodeDecode()
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc382 for (int plane = 0; plane < webrtc::kNumOfPlanes; plane++) {
/external/webrtc/webrtc/modules/video_capture/test/
Dvideo_capture_unittest.cc76 for (int plane = 0; plane < webrtc::kNumOfPlanes; plane ++) { in CompareFrames()