Searched refs:userWidth (Results 1 – 1 of 1) sorted by relevance
367 jint maxImages, jint userFormat, jint userWidth, jint userHeight) { in ImageWriter_init() argument408 if (userWidth < 0) { in ImageWriter_init()415 width = userWidth; in ImageWriter_init()431 if ((userWidth > 0) && (userHeight > 0)) { in ImageWriter_init()432 res = native_window_set_buffers_user_dimensions(anw.get(), userWidth, userHeight); in ImageWriter_init()