Skip to content

Commit

Permalink
Updated test code
Browse files Browse the repository at this point in the history
  • Loading branch information
fkeglevich committed Jan 27, 2019
1 parent d0715c8 commit ea5109b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,11 @@ public void getData() throws IOException
System.out.println("aaaaaaaaaaaaa");
Log.i("ASD", "aaaaa");
FileRawImage test = new FileRawImage(new File("/data/misc/media/IMG_20181129_011748006.i3av4")
, RawImageSize.createSimple(2688, 1944), new byte[26087424]);
, RawImageSize.createSimple(2688, 1944));
try
{
//byte[] data = new byte[10456018];
long nanos2 = System.nanoTime();
test.prepareData();
byte[] data = test.getData();

Log.i("ASD", "all time: " + (System.nanoTime() - nanos2)/1e6);
Expand Down

0 comments on commit ea5109b

Please sign in to comment.