Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.h56 struct GoldfishAVCDec : public GoldfishVideoDecoderOMXComponent { struct
76 enum {
80 RenderMode mRenderMode = RenderMode::RENDER_BY_GUEST_CPU;
81 bool mEnableAndroidNativeBuffers = false;
82 std::map<void*, sp<ANativeWindowBuffer>> mNWBuffers;
86 size_t mNumCores; // Number of cores to be uesd by the codec
88 nsecs_t mTimeStart; // Time at the start of decode()
89 nsecs_t mTimeEnd; // Time at the end of decode()
92 char mInFile[200];
95 OMX_COLOR_FORMATTYPE mOmxColorFormat; // OMX Color format
[all …]
DGoldfishAVCDec.cpp66 GoldfishAVCDec::GoldfishAVCDec( in GoldfishAVCDec() function in android::GoldfishAVCDec