Home
last modified time | relevance | path

Searched refs:SetPlane (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/modules/video_coding/utility/
Dsimulcast_test_fixture_impl.cc171 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/
Dplanar_functions.h39 void SetPlane(uint8* dst_y, int dst_stride_y,
/external/libaom/libaom/third_party/libyuv/source/
Dplanar_functions.cc1109 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()
Dconvert.cc181 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/
Dplanar_functions.h80 void SetPlane(uint8_t* dst_y,
/external/libyuv/files/include/libyuv/
Dplanar_functions.h80 void SetPlane(uint8_t* dst_y,
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1731 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()
Dconvert.cc267 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/
Dconvert.cc496 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()
Dplanar_functions.cc1927 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/
Dplanar_test.cc2404 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()