Home
last modified time | relevance | path

Searched defs:y_size (Results 1 – 13 of 13) sorted by relevance

/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc142 int y_size = height * width; in CreateFakeYuvTestingImage() local
504 int y_size = kHeight * kWidth; in TEST_F() local
542 int y_size = kHeight * kWidth; in TEST_F() local
590 int y_size = kHeight * kWidth; in TEST_P() local
636 int y_size = kHeight * kWidth; in TEST_P() local
/external/opencv3/3rdparty/libwebp/dec/
Dbuffer.c49 const uint64_t y_size = (uint64_t)buf->y_stride * height; in CheckDecBuffer() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc72 int y_size = crop_width * abs_crop_height; in ConvertToI420() local
/external/webrtc/webrtc/test/
Dframe_generator_unittest.cc86 const int y_size = kFrameWidth * kFrameHeight; member in webrtc::test::FrameGeneratorTest
/external/webrtc/webrtc/modules/video_processing/
Ddeflickering.cc126 const uint32_t y_size = height * width; in ProcessFrame() local
/external/webp/src/dec/
Dbuffer.c56 const uint64_t y_size = MIN_BUFFER_SIZE(width, height, y_stride); in CheckDecBuffer() local
/external/webp/src/enc/
Dpicture.c98 uint64_t y_size, uv_size, a_size, total_size; in WebPPictureAllocYUVA() local
/external/webrtc/talk/media/base/
Dvideoframe.cc86 const size_t y_size = GetHeight() * GetYPitch(); in CopyToBuffer() local
/external/opencv3/3rdparty/libwebp/webp/
Ddecode.h188 size_t y_size; // luma plane size member
/external/webp/include/webp/
Ddecode.h191 size_t y_size; // luma plane size member
/external/webp/src/webp/
Ddecode.h191 size_t y_size; // luma plane size member
/external/opencv3/3rdparty/libwebp/enc/
Dpicture.c55 uint64_t y_size, uv_size, uv0_size, a_size, total_size; in WebPPictureAlloc() local
/external/libyuv/files/source/
Dconvert.cc1755 int y_size = dst_width * abs_dst_height; in ConvertToI420() local