/external/webrtc/modules/video_coding/utility/ |
D | simulcast_test_fixture_impl.cc | 171 void SetPlane(uint8_t* data, uint8_t value, int width, int height, int stride) { in SetPlane() function 184 SetPlane(buffer->MutableDataY(), plane_colors[0], buffer->width(), in CreateImage() 187 SetPlane(buffer->MutableDataU(), plane_colors[1], buffer->ChromaWidth(), in CreateImage() 190 SetPlane(buffer->MutableDataV(), plane_colors[2], buffer->ChromaWidth(), in CreateImage()
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 39 void SetPlane(uint8* dst_y, int dst_stride_y,
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | planar_functions.cc | 1109 void SetPlane(uint8* dst_y, int dst_stride_y, in SetPlane() function 1176 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect() 1177 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect() 1178 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
|
D | convert.cc | 181 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128); in I400ToI420() 182 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128); in I400ToI420()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 80 void SetPlane(uint8_t* dst_y,
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 80 void SetPlane(uint8_t* dst_y,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1731 void SetPlane(uint8_t* dst_y, in SetPlane() function 1809 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect() 1810 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect() 1811 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
|
D | convert.cc | 267 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128); in I400ToI420() 268 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128); in I400ToI420()
|
/external/libyuv/files/source/ |
D | convert.cc | 496 SetPlane(dst_u, dst_stride_u, halfwidth, halfheight, 128); in I400ToI420() 497 SetPlane(dst_v, dst_stride_v, halfwidth, halfheight, 128); in I400ToI420() 526 SetPlane(dst_vu, dst_stride_vu, halfwidth * 2, halfheight, 128); in I400ToNV21()
|
D | planar_functions.cc | 1927 void SetPlane(uint8_t* dst_y, in SetPlane() function 2005 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect() 2006 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect() 2007 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v); in I420Rect()
|
/external/libyuv/files/unit_test/ |
D | planar_test.cc | 2404 SetPlane(dst_argb_c + off, kStride, width, invert * height, v32); in TestARGBRect() 2412 SetPlane(dst_argb_opt + off, kStride, width, invert * height, v32); in TestARGBRect()
|