device: MCIMX6QP6AVT1AB-K
OS: Android N7.1.2-2.0.0
My customer faces a problem with FLAC file playing.
They gave me a logcat file and I found lines below,
4327 5047 I OMXPlayer: GetOneSample mode 0, track_num_got 0, tmp 0xa44d7ec0, buffer_context 0xa64ab440, ts -1, flag 1, err 0, size 16384
I found that values come from getFileNextSample function which is provided as a library in device/fsl-codec folder of Android BSP.
I want to know what is "ts -1" mean. but I could not find any document or source code.
Is there any document or source code opened?
Thank you