Searched refs:PLANES (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
D | M4VIFI_ResizeYUVtoBGR565.c | 63 M4VIFI_UInt8 *pu8_data_in[PLANES], *pu8_data_in1[PLANES],*pu8_data_out; in M4VIFI_ResizeBilinearYUV420toBGR565() 66 M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES], u32_height_out; in M4VIFI_ResizeBilinearYUV420toBGR565() 67 M4VIFI_UInt32 u32_stride_in[PLANES]; in M4VIFI_ResizeBilinearYUV420toBGR565() 69 M4VIFI_UInt32 u32_x_inc[PLANES], u32_y_inc[PLANES]; in M4VIFI_ResizeBilinearYUV420toBGR565() 115 for(u32_plane = 0; u32_plane < PLANES; u32_plane++) in M4VIFI_ResizeBilinearYUV420toBGR565()
|
D | M4VIFI_ResizeYUVtoRGB565.c | 66 M4VIFI_UInt8 *pu8_data_in[PLANES], *pu8_data_in1[PLANES],*pu8_data_out; in M4VIFI_ResizeBilinearYUV420toRGB565() 69 M4VIFI_UInt32 u32_width_in[PLANES], u32_width_out, u32_height_in[PLANES], u32_height_out; in M4VIFI_ResizeBilinearYUV420toRGB565() 70 M4VIFI_UInt32 u32_stride_in[PLANES]; in M4VIFI_ResizeBilinearYUV420toRGB565() 72 M4VIFI_UInt32 u32_x_inc[PLANES], u32_y_inc[PLANES]; in M4VIFI_ResizeBilinearYUV420toRGB565() 119 for(u32_plane = 0; u32_plane < PLANES; u32_plane++) in M4VIFI_ResizeBilinearYUV420toRGB565()
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
D | M4VIFI_Defines.h | 136 #define PLANES 3 macro
|
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorTools.cpp | 1487 for(u32_plane = 0;u32_plane < PLANES;u32_plane++) in M4VIFI_ResizeBilinearYUV420toYUV420()
|