Home
last modified time | relevance | path

Searched refs:colsp (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dvideodev2.h284 #define V4L2_MAP_XFER_FUNC_DEFAULT(colsp) \ argument
285 ((colsp) == V4L2_COLORSPACE_OPRGB ? V4L2_XFER_FUNC_OPRGB : \
286 ((colsp) == V4L2_COLORSPACE_SMPTE240M ? V4L2_XFER_FUNC_SMPTE240M : \
287 ((colsp) == V4L2_COLORSPACE_DCI_P3 ? V4L2_XFER_FUNC_DCI_P3 : \
288 ((colsp) == V4L2_COLORSPACE_RAW ? V4L2_XFER_FUNC_NONE : \
289 ((colsp) == V4L2_COLORSPACE_SRGB || (colsp) == V4L2_COLORSPACE_JPEG ? \
357 #define V4L2_MAP_YCBCR_ENC_DEFAULT(colsp) \ argument
358 (((colsp) == V4L2_COLORSPACE_REC709 || \
359 (colsp) == V4L2_COLORSPACE_DCI_P3) ? V4L2_YCBCR_ENC_709 : \
360 ((colsp) == V4L2_COLORSPACE_BT2020 ? V4L2_YCBCR_ENC_BT2020 : \
[all …]
/external/libvterm/src/
Dvterm.c86 void vterm_get_size(const VTerm *vt, int *rowsp, int *colsp) in vterm_get_size() argument
90 if(colsp) in vterm_get_size()
91 *colsp = vt->cols; in vterm_get_size()
/external/libvterm/include/
Dvterm.h285 void vterm_get_size(const VTerm *vt, int *rowsp, int *colsp);