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

  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 384 int allocated_size1 = frame1.allocated_size(plane_type); local
386 if (allocated_size1 != allocated_size2)
390 if (memcmp(plane_buffer1, plane_buffer2, allocated_size1))
  /external/webrtc/webrtc/modules/video_capture/test/
video_capture_unittest.cc 78 int allocated_size1 = frame1.allocated_size(plane_type); local
80 if (allocated_size1 != allocated_size2)
84 if (memcmp(plane_buffer1, plane_buffer2, allocated_size1))

Completed in 1126 milliseconds