Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libscaler/
Dlibscaler-v4l2.h52 enum { SC_MAX_PLANES = SC_NUM_OF_PLANES }; enumerator
90 void *addr[SC_MAX_PLANES];
94 unsigned long out_plane_size[SC_MAX_PLANES];
162 for (int i = 0; i < SC_MAX_PLANES; i++) in SetAddr()
Dlibscaler-v4l2.cpp328 if (frm.out_num_planes > SC_MAX_PLANES) { in DevSetFormat()
351 v4l2_plane planes[SC_MAX_PLANES]; in QBuf()