Searched refs:pDecoderType (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/ |
D | VideoEditorAudioDecoder.h | 27 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,
|
D | VideoEditorVideoDecoder.h | 28 M4DECODER_VideoType *pDecoderType, 32 M4DECODER_VideoType *pDecoderType, 36 M4DECODER_VideoType *pDecoderType, 40 M4DECODER_VideoType *pDecoderType,
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
D | VideoEditorAudioDecoder.cpp | 896 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 …]
|
D | VideoEditorVideoDecoder.cpp | 1705 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/ |
D | M4AD_Null.c | 234 M4OSA_ERR M4AD_NULL_getInterface( M4AD_Type *pDecoderType, M4AD_Interface **pDecoderInterface) in M4AD_NULL_getInterface() argument 243 *pDecoderType = M4AD_kTypePCM; in M4AD_NULL_getInterface()
|
D | M4DECODER_Null.c | 414 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/ |
D | M4DECODER_Null.h | 49 M4OSA_ERR M4DECODER_NULL_getInterface( M4DECODER_VideoType *pDecoderType,
|
D | M4AD_Null.h | 47 M4OSA_ERR M4AD_NULL_getInterface( M4AD_Type *pDecoderType, M4AD_Interface **pDecoderInterface);
|