Home
last modified time | relevance | path

Searched refs:mDecoderType (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
DVideoEditorVideoDecoder_internal.h98 VIDEOEDITOR_CodecType mDecoderType; member
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditorVideoDecoder.cpp952 pDecShellContext->mDecoderType = VIDEOEDITOR_kH263VideoDec; in VideoEditorVideoDecoder_create()
955 pDecShellContext->mDecoderType = VIDEOEDITOR_kMpeg4VideoDec; in VideoEditorVideoDecoder_create()
966 pDecShellContext->mDecoderType = VIDEOEDITOR_kH264VideoDec; in VideoEditorVideoDecoder_create()
994 switch( pDecShellContext->mDecoderType ) { in VideoEditorVideoDecoder_create()
1024 decoderMetadata, pDecShellContext->mDecoderType, in VideoEditorVideoDecoder_create()
1119 pDecShellContext->mDecoderType = VIDEOEDITOR_kH263VideoDec; in VideoEditorVideoSoftwareDecoder_create()
1122 pDecShellContext->mDecoderType = VIDEOEDITOR_kMpeg4VideoDec; in VideoEditorVideoSoftwareDecoder_create()
1133 pDecShellContext->mDecoderType = VIDEOEDITOR_kH264VideoDec; in VideoEditorVideoSoftwareDecoder_create()
1162 switch( pDecShellContext->mDecoderType ) { in VideoEditorVideoSoftwareDecoder_create()
1192 decoderMetadata, pDecShellContext->mDecoderType, in VideoEditorVideoSoftwareDecoder_create()
[all …]
DVideoEditorAudioDecoder.cpp96 M4AD_Type mDecoderType; member
450 pDecoderContext->mDecoderType = decoderType; in VideoEditorAudioDecoder_create()
463 switch( pDecoderContext->mDecoderType ) { in VideoEditorAudioDecoder_create()