Searched defs:flip_vert (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/base/
H A Dvideo_util.cc178 bool flip_vert,
187 flip_vert = !flip_vert;
205 if (flip_vert) {
213 if (flip_vert) {
238 dest_col_step = (flip_vert ? -width : width);
241 if (flip_vert) {
248 if (flip_vert) {
172 RotatePlaneByPixels( const uint8* src, uint8* dest, int width, int height, int rotation, bool flip_vert, bool flip_horiz) argument
H A Dvideo_util_unittest.cc248 bool flip_vert; member in struct:media::__anon8584::VideoRotationTestData
323 GetParam().flip_vert, GetParam().flip_horiz);

Completed in 83 milliseconds