Searched refs:mVideoDecoder (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp233 mAudioDecoder != NULL, mVideoDecoder != NULL);
235 instantiateDecoder(false, &mVideoDecoder);
243 if (mAudioDecoder == NULL && mVideoDecoder == NULL) {
256 if (mAudioDecoder == NULL || mVideoDecoder == NULL) {
315 (audio ? mAudioDecoder : mVideoDecoder)->initiateShutdown();
378 mVideoDecoder.clear();
428 && (mVideoEOS || mVideoDecoder == NULL)) {
489 if (mAudioDecoder == NULL && mVideoDecoder == NULL) {
500 if (mVideoDecoder != NULL) {
568 if (mVideoDecoder !
[all...]
H A DNuPlayer.h94 sp<Decoder> mVideoDecoder; member in struct:android::NuPlayer
/frameworks/media/libvideoeditor/vss/stagefrightshells/inc/
H A DVideoEditorVideoDecoder_internal.h80 sp<MediaSource> mVideoDecoder; /**< Stagefright decoder instance */ member in struct:android::__anon1598
/frameworks/media/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp894 if( pDecShellContext->mVideoDecoder != NULL ) {
896 pDecShellContext->mVideoDecoder->stop();
897 pDecShellContext->mVideoDecoder.clear();
1029 pDecShellContext->mVideoDecoder = OMXCodec::Create(
1032 VIDEOEDITOR_CHECK(NULL != pDecShellContext->mVideoDecoder.get(),
1037 success = pDecShellContext->mVideoDecoder->getFormat()->findInt32(
1042 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyWidth,
1044 pDecShellContext->mVideoDecoder->getFormat()->setInt32(kKeyHeight,
1062 pDecShellContext->mVideoDecoder->getFormat().get());
1066 status = pDecShellContext->mVideoDecoder
[all...]

Completed in 1196 milliseconds