Function AImageReader_new

Source
pub unsafe extern "C" fn AImageReader_new(
    width: i32,
    height: i32,
    format: i32,
    maxImages: i32,
    reader: *mut *mut AImageReader,
) -> media_status_t