Searched refs:CST_RGB_16_SIZE (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DM4VIFI_xVSS_RGB565toYUV420.c133 u16_pix2 = *( (M4VIFI_UInt16 *) (pu8_rgbn + CST_RGB_16_SIZE));
135 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE));
196 pu8_rgbn += (CST_RGB_16_SIZE<<1);
/frameworks/av/libvideoeditor/vss/video_filters/src/
H A DM4VIFI_BGR565toYUV420.c130 u16_pix2 = *( (M4VIFI_UInt16 *) (pu8_bgrn + CST_RGB_16_SIZE));
132 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_bgrn + u32_stride_bgr + CST_RGB_16_SIZE));
175 pu8_bgrn += (CST_RGB_16_SIZE<<1);
H A DM4VIFI_RGB565toYUV420.c132 u16_pix2 = *( (M4VIFI_UInt16 *) (pu8_rgbn + CST_RGB_16_SIZE));
134 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE));
178 pu8_rgbn += (CST_RGB_16_SIZE<<1);
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4VIFI_Defines.h32 #define CST_RGB_16_SIZE 2 macro
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.cpp1161 u16_pix2 = *( (M4VIFI_UInt16 *) (pu8_rgbn + CST_RGB_16_SIZE));
1163 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE));
1224 pu8_rgbn += (CST_RGB_16_SIZE<<1);

Completed in 495 milliseconds