HomeSort by relevance Sort by last modified time
    Searched refs:M4VIFI_UInt16 (Results 1 - 8 of 8) sorted by null

  /frameworks/media/libvideoeditor/vss/common/inc/
M4VIFI_Clip.h 30 EXTERN CNST M4VIFI_UInt16 *M4VIFI_DivTable_zero;
M4VIFI_FiltersAPI.h 46 typedef unsigned short M4VIFI_UInt16;
    [all...]
  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB565toRGB565.c 49 M4VIFI_UInt16 *pu16_data_in;
50 M4VIFI_UInt16 *pu16_data_out;
59 M4VIFI_UInt16 *pu16_src_top;
60 M4VIFI_UInt16 *pu16_src_bottom;
79 pu16_data_in = (M4VIFI_UInt16*)(pPlaneIn->pac_data + pPlaneIn->u_topleft);
80 pu16_data_out = (M4VIFI_UInt16*)(pPlaneOut->pac_data + pPlaneOut->u_topleft);
172 GET_RGB565(i32_b00,i32_g00,i32_r00,(M4VIFI_UInt16)pu16_src_top[0]);
173 GET_RGB565(i32_b01,i32_g01,i32_r01,(M4VIFI_UInt16)pu16_src_top[1]);
174 GET_RGB565(i32_b02,i32_g02,i32_r02,(M4VIFI_UInt16)pu16_src_top[0]);
175 GET_RGB565(i32_b03,i32_g03,i32_r03,(M4VIFI_UInt16)pu16_src_top[1])
    [all...]
M4VIFI_BGR565toYUV420.c 70 M4VIFI_UInt16 u16_pix1, u16_pix2, u16_pix3, u16_pix4;
129 u16_pix1 = *( (M4VIFI_UInt16 *) pu8_bgrn);
130 u16_pix2 = *( (M4VIFI_UInt16 *) (pu8_bgrn + CST_RGB_16_SIZE));
131 u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_bgrn + u32_stride_bgr));
132 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_bgrn + u32_stride_bgr + CST_RGB_16_SIZE));
M4VIFI_RGB565toYUV420.c 71 M4VIFI_UInt16 u16_pix1, u16_pix2, u16_pix3, u16_pix4;
131 u16_pix1 = *( (M4VIFI_UInt16 *) pu8_rgbn);
132 u16_pix2 = *( (M4VIFI_UInt16 *) (pu8_rgbn + CST_RGB_16_SIZE));
133 u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb));
134 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE));
M4VIFI_Clip.c 193 CNST M4VIFI_UInt16 M4VIFI_DivTable[512]
272 CNST M4VIFI_UInt16 *M4VIFI_DivTable_zero
  /frameworks/media/libvideoeditor/vss/src/
M4VIFI_xVSS_RGB565toYUV420.c 71 M4VIFI_UInt16 u16_pix1, u16_pix2, u16_pix3, u16_pix4;
132 u16_pix1 = *( (M4VIFI_UInt16 *) pu8_rgbn);
133 u16_pix2 = *( (M4VIFI_UInt16 *) (pu8_rgbn + CST_RGB_16_SIZE));
134 u16_pix3 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb));
135 u16_pix4 = *( (M4VIFI_UInt16 *) (pu8_rgbn + u32_stride_rgb + CST_RGB_16_SIZE));
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.cpp 185 const M4VIFI_UInt16 M4VIFI_DivTable[512]
264 const M4VIFI_UInt16 *M4VIFI_DivTable_zero
    [all...]

Completed in 208 milliseconds