Home | History | Annotate | Download | only in common

Lines Matching refs:fit_image_get_data_and_size

477 	ret = fit_image_get_data_and_size(fit, image_noffset, &data, &size);
944 * fit_image_get_data_and_size - get data and its size including
951 * fit_image_get_data_and_size() finds data and its size including
959 int fit_image_get_data_and_size(const void *fit, int noffset,
1289 if (fit_image_get_data_and_size(fit, image_noffset, &data, &size)) {
1927 if (fit_image_get_data_and_size(fit, noffset, &buf, &size)) {