Home
last modified time | relevance | path

Searched refs:tmp_height (Results 1 – 4 of 4) sorted by relevance

/external/piex/src/
Dtiff_parser.cc46 std::uint32_t tmp_height = 0; in GetFullDimension16() local
47 if (!GetFullDimension32(tiff_directory, &tmp_width, &tmp_height) || in GetFullDimension16()
49 tmp_height > std::numeric_limits<std::uint16_t>::max()) { in GetFullDimension16()
53 *height = static_cast<std::uint16_t>(tmp_height); in GetFullDimension16()
Dpiex.cc368 std::uint16_t tmp_height = 0; in RafGetDimension() local
370 Get16u(stream, cfa_header_index + 4, endian, &tmp_height) && in RafGetDimension()
373 *height = tmp_height; in RafGetDimension()
/external/libvncserver/client_examples/
Dgtkvncviewer.c390 int tmp_width, tmp_height; in resize() local
449 tmp_height = (int) ( in resize()
454 tmp_width, tmp_height); in resize()
/external/libvpx/libvpx/vp8/encoder/
Donyx_if.c2512 int tmp_height; in scale_and_extend_source() local
2515 tmp_height = 9; in scale_and_extend_source()
2517 tmp_height = 11; in scale_and_extend_source()
2524 tmp_height, hs, hr, vs, vr, 0); in scale_and_extend_source()