libmix: correct the method calucalte timestamp for mpeg4 decode.

BZ: 3035

Some mpeg4 clips freeze when playbacking, the timestamp is calculated uncorrectly, and framework will keep waiting to render the next frame
according to the wrong timestamp. When sometimes calculating the timestamp for a new frame, nanosecond is take as the basic unit, actually it should be macrosecond.

Change nanosecond to macrosecond as the basic unit for calcuating timestamp

Change-Id: I5bf57793900e0f60ceb849338b7929992297ea9f
Signed-off-by: xli111 <xiaowei.a.li@intel.com>
1 file changed
tree: 0c7881ba52c415123543773c9d716f81d09c3bc2
  1. asfparser/
  2. mix_common/
  3. mix_vbp/
  4. mix_video/
  5. videodecoder/
  6. Android.mk
  7. README