Searched refs:ARRSIZE (Results 1 – 11 of 11) sorted by relevance
109 for (size_t i = 0 ; i < ARRSIZE(__halfmt_to_v4l2_ycbcr); i++) { in halfmt_to_v4l2_ycbcr()121 for (size_t i = 0 ; i < ARRSIZE(__halfmt_to_v4l2_rgb); i++) { in halfmt_to_v4l2()131 for (size_t i = 0 ; i < ARRSIZE(__halfmt_to_v4l2_rgb_deprecated); i++) { in halfmt_to_v4l2_deprecated()204 for (size_t i = 0; i < ARRSIZE(__halfmt_plane_bpp); i++) { in halfmt_plane_length()221 for (size_t i = 0 ; i < ARRSIZE(__halfmt_plane_bpp); i++) { in halfmt_bpp()234 for (size_t i = 0 ; i < ARRSIZE(__halfmt_plane_bpp); i++) { \287 for (size_t i = 0 ; i < ARRSIZE(__haldataspace_to_v4l2); i++) { in haldataspace_to_v4l2()
42 #define ARRSIZE(arr) (sizeof(arr) / sizeof(arr[0])) macro
182 if (colorspace >= ARRSIZE(csc_std_to_matrix_index)) { in findMatrixIndex()561 …len_halfmt_to_g2dfmt_tbl = newcolormode ? ARRSIZE(__halfmt_to_g2dfmt) : ARRSIZE(__halfmt_to_g2dfmt… in AcrylicCompositorG2D()657 for (size_t i = 0; i < ARRSIZE(mfc_stride_formats); i++) { in prepareImage()725 for (unsigned int i = 0; i < ARRSIZE(sbwc_lossy_formats); i++) { in prepareImage()
112 .num_formats = ARRSIZE(all_fimg2d_gs101_formats),113 .num_dataspaces = ARRSIZE(all_hwc_gs101_dataspaces),
122 .num_formats = ARRSIZE(all_fimg2d_gs201_formats),123 .num_dataspaces = ARRSIZE(all_hwc_gs201_dataspaces),
122 .num_formats = ARRSIZE(all_fimg2d_zuma_formats),123 .num_dataspaces = ARRSIZE(all_hwc_zuma_dataspaces),
56 #define ARRSIZE(v) (sizeof(v) / sizeof(v[0])) macro
95 applen += JPEG_SEGMENT_LENFIELD_SIZE + ARRSIZE(ExifIdentifierCode) + ARRSIZE(TiffHeader); in PrepareAppWriter()336 for (size_t i = 0; i < ARRSIZE(ExifIdentifierCode); i++) *current++ = ExifIdentifierCode[i]; in WriteAPP1()339 for (size_t i = 0; i < ARRSIZE(TiffHeader); i++) *current++ = TiffHeader[i]; in WriteAPP1()
68 #define ARRSIZE(arr) (sizeof(arr)/sizeof(arr[0])) macro
135 for (size_t i = 0; i < ARRSIZE(g_pixfmt_table); i++) { in SetFormat()
174 for (size_t i = 0; i < ARRSIZE(sc_fmt_tbl); i++) { in find_pixel()