commit | 0ae5cfb5e4f45bc29cc2a6bc093851f631ee4233 | [log] [tgz] |
---|---|---|
author | Mingming Yin <mingming@codeaurora.org> | Wed Nov 19 16:18:55 2014 -0800 |
committer | Mingming Yin <mingming@codeaurora.org> | Wed Nov 19 18:08:41 2014 -0800 |
tree | 34bbd201198d23d6ee0ea23a0c1c484c4dd1969a | |
parent | 284eff23e4e58b913005c9d7513fe1895aceb7fc [diff] |
hal: use 0 as default return value for out_get_render_position - Initialize default return value of out_get_render_position to 0(NO_ERROR). - Default value(NO_ERROR) will be used if timestamp query happens before compress driver is opened. Return 0(NO_ERROR) in this case to avoid playback failures. Change-Id: I0f8b2e0f19cfe736a19934ddef18016599ec582c CRs-Fixed: 756508