Searched refs:u32_row (Results 1 – 8 of 8) sorted by relevance
/frameworks/media/libvideoeditor/vss/video_filters/src/ |
D | M4VIFI_RGB888toYUV420.c | 45 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()
|
D | M4VIFI_BGR565toYUV420.c | 59 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()
|
D | M4VIFI_RGB565toYUV420.c | 60 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()
|
D | M4VIFI_ResizeYUVtoBGR565.c | 75 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()
|
D | M4VIFI_ResizeYUVtoRGB565.c | 78 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()
|
D | M4VFL_transition.c | 297 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/ |
D | M4VIFI_xVSS_RGB565toYUV420.c | 60 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/ |
D | VideoEditorTools.cpp | 1088 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()
|