Searched refs:M4AMRR_seek (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4AMRR_CoreReader.h166 * M4OSA_ERR M4AMRR_seek(M4OSA_Context Context, M4SYS_StreamID* pStreamID, M4OSA_Time time,
186 M4OSA_ERR M4AMRR_seek(M4OSA_Context Context, M4SYS_StreamID* pStreamID, M4OSA_Time time,
/frameworks/av/libvideoeditor/vss/src/
H A DM4READER_Amr.c562 err = M4AMRR_seek(pC->m_pCoreContext, streamIdArray, time64, M4SYS_kBeginning, &time64);
565 M4OSA_TRACE1_0("M4READER_AMR_reset: error when calling M4AMRR_seek()\n");
629 err = M4AMRR_seek(pC->m_pCoreContext, streamIdArray, time64, M4SYS_kNoRAPprevious, &time64);
632 M4OSA_TRACE1_0("M4READER_AMR_jump: error when calling M4AMRR_seek()\n");
H A DM4AMRR_CoreReader.c579 M4OSA_ERR M4AMRR_seek(M4OSA_Context Context, M4SYS_StreamID* pStreamID, M4OSA_Time time, function
664 * function M4AMRR_seek doesn't check the frameType */

Completed in 108 milliseconds