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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h 158 bool mRawOutput; // whether to output NV12 raw data
VideoDecoderBase.cpp 50 mRawOutput(false),
136 mRawOutput = buffer->flag & WANT_RAW_OUTPUT;
137 if (mRawOutput) {
166 mRawOutput = buffer->flag & WANT_RAW_OUTPUT;
167 if (mRawOutput) {
187 mRawOutput = false;
640 if (mRawOutput) {
    [all...]

Completed in 6049 milliseconds