Searched refs:OMXCodec (Results 26 - 30 of 30) sorted by relevance

12

/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp38 #include <media/stagefright/OMXCodec.h>
594 sp<MediaSource> codec = OMXCodec::Create(
707 "OMXCodec::read.");
/frameworks/av/media/libstagefright/rtsp/
H A DMyTransmitter.h36 #include <media/stagefright/OMXCodec.h>
120 mEncoder = OMXCodec::Create(
/frameworks/av/media/libstagefright/
H A DACodec.cpp33 #include <media/stagefright/OMXCodec.h>
447 ? OMXCodec::kRequiresAllocateBufferOnInputPorts
448 : OMXCodec::kRequiresAllocateBufferOnOutputPorts;
3024 Vector<OMXCodec::CodecNameAndQuirks> matchingCodecs;
3032 OMXCodec::CodecNameAndQuirks *entry = &matchingCodecs.editItemAt(index);
3035 if (!OMXCodec::findCodecQuirks(
3047 OMXCodec::findMatchingCodecs(
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp711 // part of pubic API from OMXCodec.cpp
1034 pDecShellContext->mVideoDecoder = OMXCodec::Create(
1197 pDecShellContext->mVideoDecoder = OMXCodec::Create(
1199 decoderMetadata, false, pDecShellContext->mReaderSource,NULL,OMXCodec::kSoftwareCodecsOnly);
1411 // The OMXCodec client should expect to receive 0-length buffers
/frameworks/av/media/libstagefright/tests/
H A DSurfaceMediaSource_test.cpp43 #include <media/stagefright/OMXCodec.h>

Completed in 106 milliseconds

12