Searched refs:dst_height (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp526 float dst_height = frame.height(); local
527 if (src_width != dst_width || src_height != dst_height) {
529 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 73 milliseconds