Home
last modified time | relevance | path

Searched refs:value_u (Results 1 – 4 of 4) sorted by relevance

/external/libyuv/files/source/
Dplanar_functions.cc954 int value_y, int value_u, int value_v) { in I420Rect() argument
959 value_u < 0 || value_u > 255 || in I420Rect()
970 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect()
/external/libyuv/files/include/libyuv/
Dplanar_functions.h177 int value_y, int value_u, int value_v);
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dplanar_functions.h186 int value_y, int value_u, int value_v);
/external/libvpx/libvpx/third_party/libyuv/source/
Dplanar_functions.cc1161 int value_y, int value_u, int value_v) { in I420Rect() argument
1171 value_u < 0 || value_u > 255 || in I420Rect()
1177 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u); in I420Rect()