Searched refs:s_width (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 1942 int s_width = m_sInPortDef.format.video.nFrameWidth; in swvenc_do_rotate() local 1944 int d_width = m_bDimensionsNeedFlip ? s_height : s_width; in swvenc_do_rotate() 1945 int d_height = m_bDimensionsNeedFlip ? s_width : s_height; in swvenc_do_rotate() 1955 int src_stride = SWVENC_Y_STRIDE(COLOR_FMT_NV12, s_width); in swvenc_do_rotate() 1957 int src_size = SWVENC_BUFFER_SIZE(COLOR_FMT_NV12_ZSL, s_width, s_height); in swvenc_do_rotate() 1970 sp<GraphicBuffer> srcBuffer = new GraphicBuffer(s_width, s_height, format, 1, usage, 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 | 1886 int s_width = m_sInPortDef.format.video.nFrameWidth; in swvenc_do_rotate() local 1888 int d_width = m_bDimensionsNeedFlip ? s_height : s_width; in swvenc_do_rotate() 1889 int d_height = m_bDimensionsNeedFlip ? s_width : s_height; in swvenc_do_rotate() 1899 int src_stride = SWVENC_Y_STRIDE(COLOR_FMT_NV12, s_width); in swvenc_do_rotate() 1901 int src_size = SWVENC_BUFFER_SIZE(COLOR_FMT_NV12_ZSL, s_width, s_height); in swvenc_do_rotate() 1914 sp<GraphicBuffer> srcBuffer = new GraphicBuffer(s_width, s_height, format, 1, usage, in swvenc_do_rotate() 1931 SWVENC_STATUS ret = swvenc_rotateFrame(s_width, s_height, d_height, d_width, in swvenc_do_rotate()
|