Searched refs:d_height (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 1945 int d_height = m_bDimensionsNeedFlip ? s_width : s_height; 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/ |
D | omx_swvenc_mpeg4.cpp | 1889 int d_height = m_bDimensionsNeedFlip ? s_width : s_height; 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()
|