HomeSort by relevance Sort by last modified time
    Searched refs:tmp_height (Results 1 - 7 of 7) sorted by null

  /external/libvncserver/client_examples/
gtkvncviewer.c 390 int tmp_width, tmp_height; local
449 tmp_height = (int) (
454 tmp_width, tmp_height);
  /external/piex/src/
piex.cc 368 std::uint16_t tmp_height = 0; local
370 Get16u(stream, cfa_header_index + 4, endian, &tmp_height) &&
373 *height = tmp_height;
tiff_parser.cc 46 std::uint32_t tmp_height = 0; local
47 if (!GetFullDimension32(tiff_directory, &tmp_width, &tmp_height) ||
49 tmp_height > std::numeric_limits<std::uint16_t>::max()) {
53 *height = static_cast<std::uint16_t>(tmp_height);
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_gcc.cc 579 int tmp_height = 0; local
612 "+r"(tmp_height), // %2
    [all...]