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

  /frameworks/av/libvideoeditor/vss/common/inc/
M4DA_Types.h 90 M4OSA_UInt8* m_pDecoderSpecificInfo; /**< Pointer on specific information required
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp 540 if (M4OSA_NULL != pC->mAudioStreamHandler->m_pDecoderSpecificInfo) {
542 m_pDecoderSpecificInfo);
544 pC->mAudioStreamHandler->m_pDecoderSpecificInfo = M4OSA_NULL;
580 if(M4OSA_NULL != pC->mVideoStreamHandler->m_pDecoderSpecificInfo) {
582 m_pDecoderSpecificInfo);
584 pC->mVideoStreamHandler->m_pDecoderSpecificInfo = M4OSA_NULL;
699 pC->mVideoStreamHandler->m_pDecoderSpecificInfo[6];
701 pC->mVideoStreamHandler->m_pDecoderSpecificInfo[5];
    [all...]
VideoEditorMp3Reader.cpp 219 m_basicProperties.m_pDecoderSpecificInfo) {
221 m_basicProperties.m_pDecoderSpecificInfo);
225 m_pDecoderSpecificInfo = M4OSA_NULL;
524 pStreamHandler->m_pDecoderSpecificInfo =
VideoEditorVideoDecoder.cpp     [all...]
VideoEditorAudioDecoder.cpp 503 m_pDecoderSpecificInfo,
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4READER_Amr.c 205 if(M4OSA_NULL != pC->m_pAudioStream->m_basicProperties.m_pDecoderSpecificInfo)
208 pC->m_pAudioStream->m_basicProperties.m_pDecoderSpecificInfo);
211 pC->m_pAudioStream->m_basicProperties.m_pDecoderSpecificInfo = M4OSA_NULL;
302 pStreamHandler->m_pDecoderSpecificInfo = (M4OSA_UInt8*)(streamDesc.decoderSpecificInfo);
M4VSS3GPP_ClipAnalysis.c 420 m_basicProperties.m_pDecoderSpecificInfo,
457 m_basicProperties.m_pDecoderSpecificInfo,
472 m_basicProperties.m_pDecoderSpecificInfo,
    [all...]
M4VSS3GPP_AudioMixing.c     [all...]
M4READER_Pcm.c 385 pC->m_pAudioStream->m_pDecoderSpecificInfo = (M4OSA_UInt8*)(streamDesc.decoderSpecificInfo);
M4PTO3GPP_API.c     [all...]
M4VSS3GPP_Clip.c 591 m_basicProperties.m_pDecoderSpecificInfo,
    [all...]
M4VSS3GPP_Edit.c     [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 316 M4OSA_UInt8* m_pDecoderSpecificInfo; /**< Pointer on specific information required
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 181 p_bs->m_pDecoderSpecificInfo = M4OSA_NULL;
    [all...]

Completed in 992 milliseconds