Home
last modified time | relevance | path

Searched refs:dst_width (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/surfaceflinger/
DDisplayDevice.cpp459 float dst_width = frame.width(); in setProjection() local
461 if (src_width != dst_width || src_height != dst_height) { in setProjection()
462 float sx = dst_width / src_width; in setProjection()
/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddeblock.cpp117 int i, j, dst_width, dst_height, dst_widthc, dst_heightc; in MBInLoopDeblock() local
213 dst_width = 20; in MBInLoopDeblock()
218 dst_width = 16; in MBInLoopDeblock()
227 dst_width = 12; in MBInLoopDeblock()
234 memcpy(curL, pred_block, dst_width); in MBInLoopDeblock()