[android demo] fix issue #12431 Java implementation of YUV420SP to ARGB8888 converting (#12622)
* Java implementation of YUV420SP to ARGB8888 converting * 4 spaces for indentations on continued lines * for maximum parallelism with convertYUV420ToARGB8888, output should be the last argument * moving common code into helper function YUV2RGB * ternary assignment for readability purposes * refactoring and cleaning for readability * Minor whitespace cleanup
Loading
Please sign in to comment