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

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftVideoDecoderOMXComponent.h34 struct SoftVideoDecoderOMXComponent : public SimpleSoftOMXComponent { struct in namespace:android
35 SoftVideoDecoderOMXComponent(
178 DISALLOW_EVIL_CONSTRUCTORS(SoftVideoDecoderOMXComponent);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp20 #define LOG_TAG "SoftVideoDecoderOMXComponent"
23 #include <media/stagefright/omx/SoftVideoDecoderOMXComponent.h>
43 SoftVideoDecoderOMXComponent::SoftVideoDecoderOMXComponent( function in class:android::SoftVideoDecoderOMXComponent
81 void SoftVideoDecoderOMXComponent::initPorts(
91 void SoftVideoDecoderOMXComponent::initPorts(
152 void SoftVideoDecoderOMXComponent::updatePortDefinitions(bool updateCrop, bool updateInputSize) {
187 uint32_t SoftVideoDecoderOMXComponent::outputBufferWidth() {
191 uint32_t SoftVideoDecoderOMXComponent::outputBufferHeight() {
195 void SoftVideoDecoderOMXComponent
[all...]

Completed in 69 milliseconds