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

/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h33 struct SoftVideoDecoderOMXComponent : public SimpleSoftOMXComponent { struct in namespace:android
34 SoftVideoDecoderOMXComponent(
171 DISALLOW_EVIL_CONSTRUCTORS(SoftVideoDecoderOMXComponent);
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp20 #define LOG_TAG "SoftVideoDecoderOMXComponent"
23 #include "include/SoftVideoDecoderOMXComponent.h"
43 SoftVideoDecoderOMXComponent::SoftVideoDecoderOMXComponent( function in class:android::SoftVideoDecoderOMXComponent
78 void SoftVideoDecoderOMXComponent::initPorts(
88 void SoftVideoDecoderOMXComponent::initPorts(
150 void SoftVideoDecoderOMXComponent::updatePortDefinitions(bool updateCrop, bool updateInputSize) {
183 uint32_t SoftVideoDecoderOMXComponent::outputBufferWidth() {
187 uint32_t SoftVideoDecoderOMXComponent::outputBufferHeight() {
191 void SoftVideoDecoderOMXComponent
[all...]

Completed in 71 milliseconds