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

/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoDecoder_internal.h98 VIDEOEDITOR_CodecType mDecoderType; member in struct:android::__anon1598
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp952 pDecShellContext->mDecoderType = VIDEOEDITOR_kH263VideoDec;
955 pDecShellContext->mDecoderType = VIDEOEDITOR_kMpeg4VideoDec;
966 pDecShellContext->mDecoderType = VIDEOEDITOR_kH264VideoDec;
989 switch( pDecShellContext->mDecoderType ) {
1019 decoderMetadata, pDecShellContext->mDecoderType,
1114 pDecShellContext->mDecoderType = VIDEOEDITOR_kH263VideoDec;
1117 pDecShellContext->mDecoderType = VIDEOEDITOR_kMpeg4VideoDec;
1128 pDecShellContext->mDecoderType = VIDEOEDITOR_kH264VideoDec;
1151 switch( pDecShellContext->mDecoderType ) {
1181 decoderMetadata, pDecShellContext->mDecoderType,
[all...]
H A DVideoEditorAudioDecoder.cpp96 M4AD_Type mDecoderType; member in struct:android::__anon1601
450 pDecoderContext->mDecoderType = decoderType;
463 switch( pDecoderContext->mDecoderType ) {

Completed in 57 milliseconds