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

  /frameworks/av/libvideoeditor/vss/common/inc/
M4AD_Common.h 123 M4AD_kType_NB /* number of decoders, keep it as last enum entry */
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 260 M4AD_Interface* m_pAudioDecoderItTable[M4AD_kType_NB];
262 M4OSA_Bool m_pAudioDecoderFlagTable[M4AD_kType_NB];
267 M4OSA_Void* pAudioDecoderUserDataTable[M4AD_kType_NB];
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/inc/
M4MCS_InternalTypes.h 571 M4AD_Interface* m_pAudioDecoderItTable[M4AD_kType_NB];
572 M4OSA_Bool m_pAudioDecoderFlagTable[M4AD_kType_NB]; /**< store indices of external
574 M4OSA_Void* m_pAudioDecoderUserDataTable[M4AD_kType_NB];
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_Codecs.c 110 for (i = 0; i < M4AD_kType_NB; i++ )
414 if (decoderType >= M4AD_kType_NB)
579 for (i = 0; i < M4AD_kType_NB; i++)
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_Codecs.c 110 for ( i = 0; i < M4AD_kType_NB; i++ )
439 if( decoderType >= M4AD_kType_NB )
653 for ( i = 0; i < M4AD_kType_NB; i++ )
    [all...]

Completed in 173 milliseconds