Searched refs:u32_stride_rgb (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
D | M4VIFI_RGB888toYUV420.c | 43 M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb,\ in M4VIFI_RGB888toYUV420() local 88 u32_stride_rgb = PlaneIn->u_stride; in M4VIFI_RGB888toYUV420() 89 u32_stride_2rgb = u32_stride_rgb << 1; in M4VIFI_RGB888toYUV420() 110 GET_RGB24(i32_r01, i32_g01, i32_b01, pu8_rgbn, u32_stride_rgb); in M4VIFI_RGB888toYUV420() 111 GET_RGB24(i32_r11, i32_g11, i32_b11, pu8_rgbn, u32_stride_rgb + CST_RGB_24_SIZE); in M4VIFI_RGB888toYUV420()
|
D | M4VIFI_RGB565toYUV420.c | 59 M4VIFI_UInt32 u32_stride_rgb, u32_stride_2rgb; in M4VIFI_RGB565toYUV420() local 108 u32_stride_rgb = pPlaneIn->u_stride; in M4VIFI_RGB565toYUV420() 109 u32_stride_2rgb = u32_stride_rgb << 1; in M4VIFI_RGB565toYUV420() 133 u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb)); in M4VIFI_RGB565toYUV420() 134 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE)); in M4VIFI_RGB565toYUV420()
|
/frameworks/av/libvideoeditor/vss/src/ |
D | M4VIFI_xVSS_RGB565toYUV420.c | 59 M4VIFI_UInt32 u32_stride_rgb, u32_stride_2rgb; in M4VIFI_xVSS_RGB565toYUV420() local 109 u32_stride_rgb = pPlaneIn->u_stride; in M4VIFI_xVSS_RGB565toYUV420() 110 u32_stride_2rgb = u32_stride_rgb << 1; in M4VIFI_xVSS_RGB565toYUV420() 134 u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb)); in M4VIFI_xVSS_RGB565toYUV420() 135 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE)); in M4VIFI_xVSS_RGB565toYUV420()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorTools.cpp | 1087 M4VIFI_UInt32 u32_stride_rgb, u32_stride_2rgb; in M4VIFI_xVSS_RGB565toYUV420() local 1137 u32_stride_rgb = pPlaneIn->u_stride; in M4VIFI_xVSS_RGB565toYUV420() 1138 u32_stride_2rgb = u32_stride_rgb << 1; in M4VIFI_xVSS_RGB565toYUV420() 1162 u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb)); in M4VIFI_xVSS_RGB565toYUV420() 1163 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE)); in M4VIFI_xVSS_RGB565toYUV420() 1267 …M4VIFI_UInt32 u32_stride_Y, u32_stride2_Y, u32_stride_U, u32_stride_V, u32_stride_rgb, u32_strid… in M4VIFI_RGB888toYUV420() local 1311 u32_stride_rgb = PlaneIn->u_stride; in M4VIFI_RGB888toYUV420() 1312 u32_stride_2rgb = u32_stride_rgb << 1; in M4VIFI_RGB888toYUV420() 1333 GET_RGB24(i32_r01, i32_g01, i32_b01, pu8_rgbn, u32_stride_rgb); in M4VIFI_RGB888toYUV420() 1334 GET_RGB24(i32_r11, i32_g11, i32_b11, pu8_rgbn, u32_stride_rgb + CST_RGB_24_SIZE); in M4VIFI_RGB888toYUV420()
|