Searched defs:decoderShellContext (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp56 const sp<MetaData>& format, void *decoderShellContext);
74 void *decoderShellContext);
112 const sp<MetaData>& format, void *decoderShellContext) {
115 new VideoEditorAudioDecoderSource(format, decoderShellContext);
121 const sp<MetaData>& format, void* decoderShellContext):
125 mDecShellContext(decoderShellContext) {
111 Create( const sp<MetaData>& format, void *decoderShellContext) argument
120 VideoEditorAudioDecoderSource( const sp<MetaData>& format, void* decoderShellContext) argument
H A DVideoEditorVideoDecoder.cpp54 void *decoderShellContext);
83 void *decoderShellContext) :
89 mpDecShellContext = (VideoEditorVideoDecoder_Context*) decoderShellContext;
81 VideoEditorVideoDecoderSource( const sp<MetaData> &format, VIDEOEDITOR_CodecType codecType, void *decoderShellContext) argument

Completed in 10 milliseconds