Searched refs:tmp_height (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/piex/src/ |
D | tiff_parser.cc | 46 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()
|
D | piex.cc | 368 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()
|
/third_party/ffmpeg/libswscale/ |
D | utils.c | 971 int tmp_width, tmp_height; in sws_setColorspaceDetails() local 995 tmp_height = dstH; in sws_setColorspaceDetails() 998 tmp_height = srcH; in sws_setColorspaceDetails() 1002 tmp_width, tmp_height, tmp_format, 64); in sws_setColorspaceDetails() 1007 tmp_width, tmp_height, tmp_format, in sws_setColorspaceDetails() 1021 c->cascaded_context[1] = sws_alloc_set_opts(tmp_width, tmp_height, tmp_format, in sws_setColorspaceDetails()
|