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

  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 102 size_t isize = I420_SIZE(iw, ih);
103 size_t osize = I420_SIZE(ow, oh);
195 ALIGN16(uint8_t ibuf[I420_SIZE(iw, ih)]);
196 ALIGN16(uint8_t obuf[I420_SIZE(ow, oh)]);
212 scoped_ptr<uint8_t[]> ibuffer(new uint8_t[I420_SIZE(iw, ih) + kAlignment]);
213 scoped_ptr<uint8_t[]> obuffer(new uint8_t[I420_SIZE(ow, oh) + kAlignment]);
planarfunctions_unittest.cc 513 new uint8_t[I420_SIZE(kHeight, kWidth) + kAlignment]);
530 I420_SIZE(kHeight, kWidth), 1.e-6));
551 new uint8_t[I420_SIZE(kHeight, kWidth) + kAlignment]);
577 I420_SIZE(kHeight, kWidth), 1.e-6));
598 new uint8_t[I420_SIZE(kHeight, kWidth) + kAlignment + unalignment]);
622 I420_SIZE(kHeight, kWidth), 1.e-6));
644 new uint8_t[I420_SIZE(kHeight, kWidth) + kAlignment + unalignment]);
669 I420_SIZE(kHeight, kWidth), 1.e-6));
692 new uint8_t[I420_SIZE(kHeight, kWidth) + kAlignment + unalignment]); \
713 I420_SIZE(kHeight, kWidth), MSE));
    [all...]
  /external/webrtc/talk/media/base/
testutils.cc 293 stream->ReadAll(out, I420_SIZE(width, height), NULL, NULL);
308 fs.Write(img, I420_SIZE(w, h), NULL, NULL);
testutils.h 51 #define I420_SIZE(w, h) (w * h + (((w + 1) / 2) * ((h + 1) / 2)) * 2)

Completed in 61 milliseconds