HomeSort by relevance Sort by last modified time
    Searched refs:mOutputMethod (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h 182 OUTPUT_METHOD mOutputMethod;
201 void setOutputMethod(OUTPUT_METHOD method) {mOutputMethod = method;}
VideoDecoderBase.cpp 53 mOutputMethod(OUTPUT_BY_PCT),
325 if (mOutputMethod == OUTPUT_BY_POC) {
327 } else if (mOutputMethod == OUTPUT_BY_PCT) {
    [all...]

Completed in 47 milliseconds