Lines Matching refs:numcomps
329 guint16 numcomps = 0; in gst_jpeg2000_parse_handle_frame() local
526 if (!gst_byte_reader_get_uint16_be (&reader, &numcomps)) in gst_jpeg2000_parse_handle_frame()
529 if (numcomps == 0 || numcomps > GST_JPEG2000_PARSE_MAX_SUPPORTED_COMPONENTS) { in gst_jpeg2000_parse_handle_frame()
531 ("Unsupported number of components %d", numcomps)); in gst_jpeg2000_parse_handle_frame()
558 if (numcomps == 0 || numcomps > 4) { in gst_jpeg2000_parse_handle_frame()
560 "Unable to guess color space from number of components %d", numcomps); in gst_jpeg2000_parse_handle_frame()
565 (numcomps >= in gst_jpeg2000_parse_handle_frame()
567 if (numcomps == 4) { in gst_jpeg2000_parse_handle_frame()
569 } else if (numcomps == 3) { in gst_jpeg2000_parse_handle_frame()
571 } else if (numcomps == 2) { in gst_jpeg2000_parse_handle_frame()
578 for (compno = 0; compno < numcomps; ++compno) { in gst_jpeg2000_parse_handle_frame()
603 for (compno = 0; compno < numcomps; ++compno) { in gst_jpeg2000_parse_handle_frame()
648 if (numcomps == 4) { in gst_jpeg2000_parse_handle_frame()
656 } else if (numcomps == 3) { in gst_jpeg2000_parse_handle_frame()
679 (numcomps == in gst_jpeg2000_parse_handle_frame()