Searched defs:kSourceHeight (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/media/base/
H A Dyuv_convert_perftest.cc20 static const int kSourceHeight = 360; member in namespace:media
21 static const int kSourceYSize = kSourceWidth * kSourceHeight;
72 for (int row = 0; row < kSourceHeight; ++row) {
101 for (int row = 0; row < kSourceHeight; ++row) {
128 for (int row = 0; row < kSourceHeight; ++row) {
H A Dyuv_convert_unittest.cc21 static const int kSourceHeight = 360; variable
22 static const int kSourceYSize = kSourceWidth * kSourceHeight;
116 kSourceWidth, kSourceHeight, // Dimensions
145 kSourceWidth, kSourceHeight, // Dimensions
211 kSourceWidth, kSourceHeight, // Dimensions local
212 kSourceWidth, kSourceHeight, // Dimensions local
226 kSourceWidth, kSourceHeight, // Dimensions local
242 kSourceWidth, kSourceHeight, // Dimensions local
281 kSourceWidth, kSourceHeight, // Dimensions local
298 kSourceWidth, kSourceHeight, // Dimension local
[all...]

Completed in 45 milliseconds