HomeSort by relevance Sort by last modified time
    Searched refs:M4AMRR_seek (Results 1 - 3 of 3) sorted by null

  /frameworks/av/libvideoeditor/vss/common/inc/
M4AMRR_CoreReader.h 166 * 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/
M4READER_Amr.c 562 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");
M4AMRR_CoreReader.c 579 M4OSA_ERR M4AMRR_seek(M4OSA_Context Context, M4SYS_StreamID* pStreamID, M4OSA_Time time,
664 * function M4AMRR_seek doesn't check the frameType */

Completed in 1613 milliseconds