Searched refs:full_height (Results 1 - 5 of 5) sorted by relevance

/external/piex/src/
H A Dpiex_types.h55 // 'full_width' and 'full_height' are correctly cropped but not rotated.
92 std::uint32_t full_height = 0; member in struct:piex::PreviewImageData
H A Dpiex.cc227 // the 'full_width' and 'full_height' from the raw processing ifd in 'stream'.
290 preview_image_data->full_height = aspect_frame[3] - aspect_frame[1] + 1;
291 if (preview_image_data->full_width < preview_image_data->full_height) {
293 preview_image_data->full_height);
496 preview_image_data->full_height == 0) {
504 static_cast<float>(preview_image_data->full_height) >
507 preview_image_data->full_height = height;
555 &preview_image_data->full_height)) {
601 preview_image_data->full_height = preview_data.full_height;
[all...]
H A Dtiff_parser.cc177 &preview_image_data->full_height);
/external/skia/src/codec/
H A DSkRawCodec.cpp562 if (imageData.full_width == 0 || imageData.full_height == 0) {
568 static_cast<int>(imageData.full_height), cfaPatternSize);
/external/libjpeg-turbo/
H A Dtransupp.c861 trim_bottom_edge (jpeg_transform_info *info, JDIMENSION full_height) argument
867 full_height / info->iMCU_sample_height)

Completed in 177 milliseconds