Searched defs:GoldfishAVCDec (Results 1 – 2 of 2) sorted by relevance
56 struct GoldfishAVCDec : public GoldfishVideoDecoderOMXComponent { struct76 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 codec88 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 …]
66 GoldfishAVCDec::GoldfishAVCDec( in GoldfishAVCDec() function in android::GoldfishAVCDec