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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.h 46 #define ENC_NSTOP 0x02000000
OMXVideoEncoderAVC.cpp 348 eInfo.NotStopFrame = encodeInfo & ENC_NSTOP;
401 tmp |= ENC_NSTOP;
425 encodeInfo |= ENC_NSTOP;
427 encodeInfo &= ~ENC_NSTOP;
591 eInfo.NotStopFrame = encodeInfo & ENC_NSTOP;
    [all...]

Completed in 26 milliseconds