Home
last modified time | relevance | path

Searched refs:mOutputMethod (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.h182 OUTPUT_METHOD mOutputMethod; variable
201 void setOutputMethod(OUTPUT_METHOD method) {mOutputMethod = method;} in setOutputMethod()
DVideoDecoderBase.cpp53 mOutputMethod(OUTPUT_BY_PCT), in VideoDecoderBase()
325 if (mOutputMethod == OUTPUT_BY_POC) { in getOutput()
327 } else if (mOutputMethod == OUTPUT_BY_PCT) { in getOutput()