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

  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_EditAudio.c 518 pC->pC1->AudioDecBufferOut.m_dataAddress;
520 pC->pC1->AudioDecBufferOut.m_bufferSize;
623 *)pC->pC1->AudioDecBufferOut.m_dataAddress,
624 pC->pC1->AudioDecBufferOut.m_bufferSize);
677 pC->pC1->AudioDecBufferOut.m_dataAddress;
679 pC->pC1->AudioDecBufferOut.m_bufferSize;
    [all...]
M4VSS3GPP_Clip.c 148 pClipCtxt->AudioDecBufferOut.m_bufferSize = 0;
149 pClipCtxt->AudioDecBufferOut.m_dataAddress = M4OSA_NULL;
776 if( M4OSA_NULL != pClipCtxt->AudioDecBufferOut.m_dataAddress )
778 free(pClipCtxt->AudioDecBufferOut.m_dataAddress);
779 pClipCtxt->AudioDecBufferOut.m_dataAddress = M4OSA_NULL;
    [all...]
M4VSS3GPP_AudioMixing.c 841 pC->pInputClipCtxt->AudioDecBufferOut.m_bufferSize = 320;
845 pC->pInputClipCtxt->AudioDecBufferOut.m_bufferSize =
    [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 349 M4AD_Buffer AudioDecBufferOut; /**< Buffer for the decoded PCM data */
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 468 M4AD_Buffer AudioDecBufferOut; /**< Output structure for the audio decoder */
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c     [all...]

Completed in 148 milliseconds