Searched refs:allocated_size1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
H A Dvideo_processing_unittest.cc351 int allocated_size1 = frame1.allocated_size(plane_type); local
353 if (allocated_size1 != allocated_size2)
357 if (memcmp(plane_buffer1, plane_buffer2, allocated_size1))
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc80 int allocated_size1 = frame1.allocated_size(plane_type); local
82 if (allocated_size1 != allocated_size2)
86 if (memcmp(plane_buffer1, plane_buffer2, allocated_size1))

Completed in 49 milliseconds