Searched defs:SoftVideoDecoderOMXComponent (Results 1 – 2 of 2) sorted by relevance
39 struct SoftVideoDecoderOMXComponent : public SimpleSoftOMXComponent { struct53 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 …]
43 SoftVideoDecoderOMXComponent::SoftVideoDecoderOMXComponent( in SoftVideoDecoderOMXComponent() function in android::SoftVideoDecoderOMXComponent