Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishVideoDecoderOMXComponent.h36 struct GoldfishVideoDecoderOMXComponent : public SimpleGoldfishOMXComponent { struct
50 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 …]
DGoldfishVideoDecoderOMXComponent.cpp43 GoldfishVideoDecoderOMXComponent::GoldfishVideoDecoderOMXComponent( in GoldfishVideoDecoderOMXComponent() function in android::GoldfishVideoDecoderOMXComponent