Searched defs:dst_height (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp460 float dst_height = frame.height(); local
461 if (src_width != dst_width || src_height != dst_height) {
463 float sy = dst_height / src_height;
/frameworks/av/media/libstagefright/codecs/avc/common/src/
H A Ddeblock.cpp117 int i, j, dst_width, dst_height, dst_widthc, dst_heightc; local
194 dst_height = 20;
202 dst_height = 16;
232 for (j = 0; j < dst_height; j++)

Completed in 194 milliseconds