Robert Shih 0d5d3b7cc8 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
2014-07-10 17:06:33 -07:00
..