Searched defs:mDecoder (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/tests/omxjpegdecoder/
H A DSkOmxPixelRef.h44 sp<MediaSource> mDecoder; member in class:android::SkOmxPixelRef
/frameworks/opt/net/voip/src/jni/rtp/
H A DAmrCodec.cpp39 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) {
40 mDecoder = NULL;
48 if (mDecoder) {
49 GSMDecodeFrameExit(&mDecoder);
60 void *mDecoder; member in class:__anon1579::AmrCodec
97 return (sampleRate == 8000 && mEncoder && mDecoder) ? 160 : -1;
169 if (AMRDecode(mDecoder, type, bytes, samples, MIME_IETF) != length) {
197 if (GSMInitDecode(&mDecoder, (Word8 *)"RTP")) {
198 mDecoder = NULL;
206 if (mDecoder) {
221 void *mDecoder; member in class:__anon1579::GsmEfrCodec
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java58 BitmapRegionDecoder mDecoder; field in class:BitmapRegionTileSource
90 mDecoder = BitmapRegionDecoder.newInstance(path, true);
94 mDecoder = BitmapRegionDecoder.newInstance(bis, true);
98 mDecoder = BitmapRegionDecoder.newInstance(bis, true);
100 mWidth = mDecoder.getWidth();
101 mHeight = mDecoder.getHeight();
170 bitmap = mDecoder.decodeRegion(mWantRegion, mOptions);
192 Bitmap bitmap = mDecoder.decodeRegion(mOverlapRegion, mOptions);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp100 sp<MediaSource> mDecoder; member in struct:android::__anon334
407 if( M4OSA_NULL != pDecoderContext->mDecoder.get() ) {
408 pDecoderContext->mDecoder->stop();
413 pDecoderContext->mDecoder.clear();
558 pDecoderContext->mDecoder = OMXCodec::Create(pDecoderContext->\
562 VIDEOEDITOR_CHECK(NULL != pDecoderContext->mDecoder.get(), M4ERR_STATE);
565 pDecoderContext->mDecoder->getFormat()->findInt32(kKeyChannelCount,
571 result = pDecoderContext->mDecoder->start();
734 result = pDecoderContext->mDecoder->read(&outputBuffer, NULL);
739 sp<MetaData> meta = pDecoderContext->mDecoder
[all...]
/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp128 FLAC__StreamDecoder *mDecoder; member in class:android::FLACParser
475 mDecoder(NULL),
493 if (mDecoder != NULL) {
494 FLAC__stream_decoder_delete(mDecoder);
495 mDecoder = NULL;
502 mDecoder = FLAC__stream_decoder_new();
503 if (mDecoder == NULL) {
510 FLAC__stream_decoder_set_md5_checking(mDecoder, false);
511 FLAC__stream_decoder_set_metadata_ignore_all(mDecoder);
513 mDecoder, FLAC__METADATA_TYPE_STREAMINF
[all...]

Completed in 253 milliseconds