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

/frameworks/base/media/tests/omxjpegdecoder/
H A DSkOmxPixelRef.h43 sp<MediaSource> mDecoder; member in class:android::SkOmxPixelRef
/frameworks/base/voip/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:__anon1171::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:__anon1171::GsmEfrCodec
[all...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioDecoder.cpp100 sp<MediaSource> mDecoder; member in struct:android::__anon321
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
448 mDecoder(NULL),
466 if (mDecoder != NULL) {
467 FLAC__stream_decoder_delete(mDecoder);
468 mDecoder = NULL;
475 mDecoder = FLAC__stream_decoder_new();
476 if (mDecoder == NULL) {
483 FLAC__stream_decoder_set_md5_checking(mDecoder, false);
484 FLAC__stream_decoder_set_metadata_ignore_all(mDecoder);
486 mDecoder, FLAC__METADATA_TYPE_STREAMINF
[all...]

Completed in 331 milliseconds