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

/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h32 struct SoftVideoDecoderOMXComponent : public SimpleSoftOMXComponent { struct in namespace:android
33 SoftVideoDecoderOMXComponent(
111 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
73 void SoftVideoDecoderOMXComponent::initPorts(
133 void SoftVideoDecoderOMXComponent::updatePortDefinitions(bool updateCrop, bool updateInputSize) {
166 uint32_t SoftVideoDecoderOMXComponent::outputBufferWidth() {
170 uint32_t SoftVideoDecoderOMXComponent::outputBufferHeight() {
174 void SoftVideoDecoderOMXComponent::handlePortSettingsChange(
230 void SoftVideoDecoderOMXComponent
[all...]

Completed in 3976 milliseconds