Searched refs:d_width (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 1917 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()
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 1944 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()
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_swvenc_mpeg4.cpp | 1888 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()
|