Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp1944 int d_width = m_bDimensionsNeedFlip ? s_height : s_width; in swvenc_do_rotate() local
1958 int dst_size = SWVENC_BUFFER_SIZE(COLOR_FMT_NV12_ZSL, d_width, d_height); in swvenc_do_rotate()
1980 dstBuffer = new GraphicBuffer(d_width, d_height, format, dstusage); in swvenc_do_rotate()
1987 SWVENC_STATUS ret = swvenc_rotateFrame(s_width, s_height, d_height, d_width, in swvenc_do_rotate()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp1888 int d_width = m_bDimensionsNeedFlip ? s_height : s_width; in swvenc_do_rotate() local
1902 int dst_size = SWVENC_BUFFER_SIZE(COLOR_FMT_NV12_ZSL, d_width, d_height); in swvenc_do_rotate()
1924 dstBuffer = new GraphicBuffer(d_width, d_height, format, dstusage); in swvenc_do_rotate()
1931 SWVENC_STATUS ret = swvenc_rotateFrame(s_width, s_height, d_height, d_width, in swvenc_do_rotate()