Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoDecoderOMXComponent.h39 struct SoftVideoDecoderOMXComponent : public SimpleSoftOMXComponent { struct
53 enum {
59 enum {
117 enum CropSettingsMode {
136 enum {
142 bool mIsAdaptive;
143 uint32_t mAdaptiveMaxWidth, mAdaptiveMaxHeight;
144 uint32_t mWidth, mHeight;
145 uint32_t mCropLeft, mCropTop, mCropWidth, mCropHeight;
146 OMX_COLOR_FORMATTYPE mOutputFormat;
[all …]
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp43 SoftVideoDecoderOMXComponent::SoftVideoDecoderOMXComponent( in SoftVideoDecoderOMXComponent() function in android::SoftVideoDecoderOMXComponent