Home
last modified time | relevance | path

Searched refs:flip_horiz (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/media/base/
Dvideo_util.cc179 bool flip_horiz) { in RotatePlaneByPixels() argument
188 flip_horiz = !flip_horiz; in RotatePlaneByPixels()
202 if (flip_horiz) { in RotatePlaneByPixels()
239 dest_row_step = (flip_horiz ? 1 : -1); in RotatePlaneByPixels()
240 if (flip_horiz) { in RotatePlaneByPixels()
Dvideo_util.h79 bool flip_horiz);
Dvideo_util_unittest.cc249 bool flip_horiz; member
323 GetParam().flip_vert, GetParam().flip_horiz); in TEST_P()