Home
last modified time | relevance | path

Searched refs:int_size (Results 1 – 2 of 2) sorted by relevance

/external/opencv/otherlibs/highgui/
Dcvcap_socket.cpp189 int x, y, pos, int_size = sizeof(int); in loadPixels() local
193 pos = y * width * int_size; in loadPixels()
194 for ( x = 0; x < width; x++, pos += int_size ) { in loadPixels()
/external/protobuf/python/google/protobuf/internal/
Dreflection_test.py1680 int_size = 1 + 2 + 3
1681 self.assertEqual(int_size, self.packed_proto.ByteSize())
1687 self.assertEqual(int_size+double_size, self.packed_proto.ByteSize())