跳到主要内容

av_display_matrix_flip

搜索

函数 av_display_matrix_flip 

源代码
pub unsafe extern "C" fn av_display_matrix_flip(
    matrix: *mut i32,
    hflip: c_int,
    vflip: c_int,
)
展开描述

Flip the input matrix horizontally and/or vertically.

@param[in,out] matrix a transformation matrix @param hflip whether the matrix should be flipped horizontally @param vflip whether the matrix should be flipped vertically