Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp1917 int d_width = m_bDimensionsNeedFlip ? s_height : s_width; in swvenc_do_rotate() local
1931 int dst_size = VENUS_BUFFER_SIZE(COLOR_FMT_NV12, d_width, d_height); in swvenc_do_rotate()
1953 dstBuffer = new GraphicBuffer(d_width, d_height, format, dstusage); in swvenc_do_rotate()
1960 SWVENC_STATUS ret = swvenc_rotateFrame(s_width, s_height, d_height, d_width, in swvenc_do_rotate()