Searched defs:kSourceWidth (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/
H A Dyuv_convert_perftest.cc19 static const int kSourceWidth = 640; member in namespace:media
21 static const int kSourceYSize = kSourceWidth * kSourceHeight;
75 yuv_bytes_.get() + row * kSourceWidth,
76 yuv_bytes_.get() + kSourceUOffset + (chroma_row * kSourceWidth / 2),
77 yuv_bytes_.get() + kSourceVOffset + (chroma_row * kSourceWidth / 2),
104 yuv_bytes_.get() + row * kSourceWidth,
105 yuv_bytes_.get() + kSourceUOffset + (chroma_row * kSourceWidth / 2),
106 yuv_bytes_.get() + kSourceVOffset + (chroma_row * kSourceWidth / 2),
131 yuv_bytes_.get() + row * kSourceWidth,
132 yuv_bytes_.get() + kSourceUOffset + (chroma_row * kSourceWidth /
[all...]
H A Dyuv_convert_unittest.cc20 static const int kSourceWidth = 640; variable
22 static const int kSourceYSize = kSourceWidth * kSourceHeight;
116 kSourceWidth, kSourceHeight, // Dimensions
117 kSourceWidth, // YStride
118 kSourceWidth / 2, // UVStride
119 kSourceWidth * kBpp, // RGBStride
145 kSourceWidth, kSourceHeight, // Dimensions
146 kSourceWidth, // YStride
147 kSourceWidth / 2, // UVStride
148 kSourceWidth * kBp
211 kSourceWidth, kSourceHeight, // Dimensions local
212 kSourceWidth, kSourceHeight, // Dimensions local
213 kSourceWidth, // YStride local
214 kSourceWidth / 2, // UvStride local
226 kSourceWidth, kSourceHeight, // Dimensions local
227 kSourceWidth, // YStride local
228 kSourceWidth / 2, // UVStride local
242 kSourceWidth, kSourceHeight, // Dimensions local
244 kSourceWidth, // YStride local
245 kSourceWidth / 2, // UvStride local
266 kSourceWidth, // YStride local
267 kSourceWidth / 2, // UvStride local
281 kSourceWidth, kSourceHeight, // Dimensions local
283 kSourceWidth, // YStride local
284 kSourceWidth / 2, // UvStride local
298 kSourceWidth, kSourceHeight, // Dimensions local
300 kSourceWidth, // YStride local
301 kSourceWidth / 2, // UvStride local
[all...]

Completed in 70 milliseconds