Home
last modified time | relevance | path

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

/external/opencv/cxcore/src/
Dcxarray.cpp2937 int total_width, new_rows, cn; in cvReshapeMatND() local
2951 total_width = mat->cols * cn; in cvReshapeMatND()
2959 new_rows = total_width*mat->rows/new_cn; in cvReshapeMatND()
2963 if( new_cn > total_width ) in cvReshapeMatND()
2964 new_rows = mat->rows * total_width / new_cn; in cvReshapeMatND()
2969 int total_size = total_width * mat->rows; in cvReshapeMatND()
2975 total_width = total_size / new_rows; in cvReshapeMatND()
2977 if( total_width * new_rows != total_size ) in cvReshapeMatND()
2983 header->cols = total_width / new_cn; in cvReshapeMatND()
2985 if( header->cols * new_cn != total_width || in cvReshapeMatND()
[all …]
/external/qemu/hw/
Dsmbios.h118 uint16_t total_width; member
/external/qemu-pc-bios/bochs/bios/
Drombios32.c2046 uint16_t total_width; member
2396 p->total_width = 64; in smbios_init_type_17()