Home
last modified time | relevance | path

Searched refs:u32_row (Results 1 – 8 of 8) sorted by relevance

/frameworks/media/libvideoeditor/vss/video_filters/src/
DM4VIFI_RGB888toYUV420.c45 M4VIFI_UInt32 u32_col, u32_row; in M4VIFI_RGB888toYUV420() local
93 for (u32_row = u32_height ;u32_row != 0; u32_row -=2) in M4VIFI_RGB888toYUV420()
DM4VIFI_BGR565toYUV420.c59 M4VIFI_UInt32 u32_col, u32_row; in M4VIFI_BGR565toYUV420() local
112 for (u32_row = u32_height ;u32_row != 0; u32_row -=2) in M4VIFI_BGR565toYUV420()
DM4VIFI_RGB565toYUV420.c60 M4VIFI_UInt32 u32_col, u32_row; in M4VIFI_RGB565toYUV420() local
114 for (u32_row = u32_height ;u32_row != 0; u32_row -=2) in M4VIFI_RGB565toYUV420()
DM4VIFI_ResizeYUVtoBGR565.c75 M4VIFI_UInt32 u32_row, u32_col; in M4VIFI_ResizeBilinearYUV420toBGR565() local
229 for (u32_row = u32_height_out; u32_row != 0; u32_row -= 2) in M4VIFI_ResizeBilinearYUV420toBGR565()
DM4VIFI_ResizeYUVtoRGB565.c78 M4VIFI_UInt32 u32_row, u32_col; in M4VIFI_ResizeBilinearYUV420toRGB565() local
233 for (u32_row = u32_height_out; u32_row != 0; u32_row -= 2) in M4VIFI_ResizeBilinearYUV420toRGB565()
DM4VFL_transition.c297 UInt32 u32_col, u32_row, u32_rangeA, u32_progress; in M4VIFI_ImageBlendingonYUV420() local
392 for (u32_row = u32_height; u32_row != 0; u32_row -=2) in M4VIFI_ImageBlendingonYUV420()
/frameworks/media/libvideoeditor/vss/src/
DM4VIFI_xVSS_RGB565toYUV420.c60 M4VIFI_UInt32 u32_col, u32_row; in M4VIFI_xVSS_RGB565toYUV420() local
115 for (u32_row = u32_height ;u32_row != 0; u32_row -=2) in M4VIFI_xVSS_RGB565toYUV420()
/frameworks/media/libvideoeditor/lvpp/
DVideoEditorTools.cpp1088 M4VIFI_UInt32 u32_col, u32_row; in M4VIFI_xVSS_RGB565toYUV420() local
1143 for (u32_row = u32_height ;u32_row != 0; u32_row -=2) in M4VIFI_xVSS_RGB565toYUV420()
1268 M4VIFI_UInt32 u32_col, u32_row; in M4VIFI_RGB888toYUV420() local
1316 for (u32_row = u32_height ;u32_row != 0; u32_row -=2) in M4VIFI_RGB888toYUV420()