commit | 0d5d3b7cc8b9ff142269a947443c758cb2af4684 | [log] [tgz] |
---|---|---|
author | Robert Shih <robertshih@google.com> | Thu Jul 10 15:24:43 2014 -0700 |
committer | Robert Shih <robertshih@google.com> | Thu Jul 10 17:06:33 2014 -0700 |
tree | 31c4ad1e4752c0fcd0c1f3ce8303bfa49cccbed2 | |
parent | f76ba856f30d5dac5f83351345cb3ad20dd5228d [diff] |
MediaRecorder: use fd from RandomAccessFile Use RandomAccessFile instead of FileOutputStream so the underlying fd is opened O_RDWR; O_RDWR is needed for mmap calls in the native webm writer. Change-Id: I444cbf40add96bc05905369ae2fa2b5446b0f9cc