Searched refs:full_width (Results 1 - 7 of 7) sorted by relevance

/external/piex/src/
H A Dpiex_types.h55 // 'full_width' and 'full_height' are correctly cropped but not rotated.
91 std::uint32_t full_width = 0; member in struct:piex::PreviewImageData
H A Dpiex.cc227 // the 'full_width' and 'full_height' from the raw processing ifd in 'stream'.
289 preview_image_data->full_width = aspect_frame[2] - aspect_frame[0] + 1;
291 if (preview_image_data->full_width < preview_image_data->full_height) {
292 std::swap(preview_image_data->full_width,
495 preview_image_data->full_width == 0 ||
501 static_cast<float>(preview_image_data->full_width) >
506 preview_image_data->full_width = width;
554 if (!RafGetDimension(stream, &preview_image_data->full_width,
600 preview_image_data->full_width = preview_data.full_width;
[all...]
H A Dtiff_parser.cc176 success &= GetFullDimension32(tiff_directory, &preview_image_data->full_width,
/external/skia/src/codec/
H A DSkRawCodec.cpp562 if (imageData.full_width == 0 || imageData.full_height == 0) {
567 this->init(static_cast<int>(imageData.full_width),
/external/opencv/ml/src/
H A Dml_inner_functions.cpp1362 int full_width = CV_ELEM_SIZE(dst_type)*size.width; local
1364 if( full_width == sizeof(int) ) // another common case: copy int's or float's
1369 memcpy( dst + dst_step*(idx ? idx[i] : i), src, full_width );
/external/opencv3/apps/traincascade/
H A Dold_ml_inner_functions.cpp1288 int full_width = CV_ELEM_SIZE(dst_type)*size.width; local
1290 if( full_width == sizeof(int) ) // another common case: copy int's or float's
1295 memcpy( dst + dst_step*(idx ? idx[i] : i), src, full_width );
/external/libjpeg-turbo/
H A Dtransupp.c850 trim_right_edge (jpeg_transform_info *info, JDIMENSION full_width) argument
856 full_width / info->iMCU_sample_width)

Completed in 304 milliseconds