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

  /frameworks/av/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB565toRGB565.c 58 M4VIFI_UInt32 u32_Rtemp_value,u32_Gtemp_value,u32_Btemp_value;
215 u32_Rtemp_value = 0;
219 u32_Rtemp_value = (M4VIFI_UInt8)(((i32_r00*(16-u32_x_frac) +
236 ( (((u32_Gtemp_value & 0x7) << 5 ) | u32_Rtemp_value)<<8 ));
M4VIFI_ResizeRGB888toRGB888.c 71 M4VIFI_UInt32 u32_Rtemp_value,u32_Gtemp_value,u32_Btemp_value;
240 u32_Rtemp_value = (M4VIFI_UInt8)(((i32_r00*(16-u32_x_frac) +
257 *pu8_data_out++ = u32_Rtemp_value ;

Completed in 47 milliseconds