Searched refs:mIsLowLatencyModeOn (Results 1 – 2 of 2) sorted by relevance
626 bool mIsLowLatencyModeOn; // is low latency mode on currently member
834 mIsLowLatencyModeOn(false), in MediaCodec()910 mIsLowLatencyModeOn = false; in initMediametrics()1187 mIsLowLatencyModeOn = true; in updateLowLatency()1191 mIsLowLatencyModeOn = false; in updateLowLatency()1407 if (mIsLowLatencyModeOn && mIndexOfFirstFrameWhenLowLatencyOn < 0) { in statsBufferSent()