Home
last modified time | relevance | path

Searched refs:pDecoderType (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
DVideoEditorAudioDecoder.h27 M4OSA_ERR VideoEditorAudioDecoder_getInterface_AAC(M4AD_Type* pDecoderType,
30 M4OSA_ERR VideoEditorAudioDecoder_getInterface_AMRNB(M4AD_Type* pDecoderType,
33 M4OSA_ERR VideoEditorAudioDecoder_getInterface_AMRWB(M4AD_Type* pDecoderType,
36 M4OSA_ERR VideoEditorAudioDecoder_getInterface_MP3(M4AD_Type* pDecoderType,
DVideoEditorVideoDecoder.h28 M4DECODER_VideoType *pDecoderType,
32 M4DECODER_VideoType *pDecoderType,
36 M4DECODER_VideoType *pDecoderType,
40 M4DECODER_VideoType *pDecoderType,
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorAudioDecoder.cpp896 M4AD_Type* pDecoderType, M4AD_Interface** pDecoderInterface) { in VideoEditorAudioDecoder_getInterface() argument
901 VIDEOEDITOR_CHECK(M4OSA_NULL != pDecoderType, M4ERR_PARAMETER); in VideoEditorAudioDecoder_getInterface()
905 decoderType, pDecoderType, pDecoderInterface); in VideoEditorAudioDecoder_getInterface()
910 *pDecoderType = decoderType; in VideoEditorAudioDecoder_getInterface()
961 M4OSA_ERR VideoEditorAudioDecoder_getInterface_AAC(M4AD_Type* pDecoderType, in VideoEditorAudioDecoder_getInterface_AAC() argument
965 M4AD_kTypeAAC, pDecoderType, pDecoderInterface); in VideoEditorAudioDecoder_getInterface_AAC()
968 M4OSA_ERR VideoEditorAudioDecoder_getInterface_AMRNB(M4AD_Type* pDecoderType, in VideoEditorAudioDecoder_getInterface_AMRNB() argument
972 M4AD_kTypeAMRNB, pDecoderType, pDecoderInterface); in VideoEditorAudioDecoder_getInterface_AMRNB()
975 M4OSA_ERR VideoEditorAudioDecoder_getInterface_AMRWB(M4AD_Type* pDecoderType, in VideoEditorAudioDecoder_getInterface_AMRWB() argument
979 M4AD_kTypeAMRWB, pDecoderType, pDecoderInterface); in VideoEditorAudioDecoder_getInterface_AMRWB()
[all …]
DVideoEditorVideoDecoder.cpp1705 M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) { in VideoEditorVideoDecoder_getInterface() argument
1715 *pDecoderType = decoderType; in VideoEditorVideoDecoder_getInterface()
1729 M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) { in VideoEditorVideoDecoder_getSoftwareInterface() argument
1739 *pDecoderType = decoderType; in VideoEditorVideoDecoder_getSoftwareInterface()
1754 M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) { in VideoEditorVideoDecoder_getInterface_MPEG4() argument
1756 pDecoderType, pDecInterface); in VideoEditorVideoDecoder_getInterface_MPEG4()
1760 M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) { in VideoEditorVideoDecoder_getInterface_H264() argument
1762 pDecoderType, pDecInterface); in VideoEditorVideoDecoder_getInterface_H264()
1767 M4DECODER_VideoType *pDecoderType, M4OSA_Context *pDecInterface) { in VideoEditorVideoDecoder_getSoftwareInterface_MPEG4() argument
1769 pDecoderType, pDecInterface); in VideoEditorVideoDecoder_getSoftwareInterface_MPEG4()
[all …]
/frameworks/av/libvideoeditor/vss/src/
DM4AD_Null.c234 M4OSA_ERR M4AD_NULL_getInterface( M4AD_Type *pDecoderType, M4AD_Interface **pDecoderInterface) in M4AD_NULL_getInterface() argument
243 *pDecoderType = M4AD_kTypePCM; in M4AD_NULL_getInterface()
DM4DECODER_Null.c414 M4OSA_ERR M4DECODER_NULL_getInterface (M4DECODER_VideoType *pDecoderType, in M4DECODER_NULL_getInterface() argument
426 *pDecoderType = M4DECODER_kVideoTypeYUV420P; in M4DECODER_NULL_getInterface()
/frameworks/av/libvideoeditor/vss/common/inc/
DM4DECODER_Null.h49 M4OSA_ERR M4DECODER_NULL_getInterface( M4DECODER_VideoType *pDecoderType,
DM4AD_Null.h47 M4OSA_ERR M4AD_NULL_getInterface( M4AD_Type *pDecoderType, M4AD_Interface **pDecoderInterface);