Home
last modified time | relevance | path

Searched refs:value_y (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/source/
Dplanar_functions.cc954 int value_y, int value_u, int value_v) { in I420Rect() argument
958 value_y < 0 || value_y > 255 || in I420Rect()
969 SetPlane(start_y, dst_stride_y, width, height, value_y); in I420Rect()
/external/libyuv/files/include/libyuv/
Dplanar_functions.h177 int value_y, int value_u, int value_v);