Searched refs:checkFrameCountChange (Results 1 – 4 of 4) sorted by relevance
45 virtual bool checkFrameCountChange() = 0; // returns whether frame count has been updated
48 virtual bool checkFrameCountChange();
114 bool EffectBufferHalHidl::checkFrameCountChange() { in checkFrameCountChange() function in android::effect::CPP_VERSION::EffectBufferHalHidl
185 bool inBufferFrameCountUpdated = mInBuffer->checkFrameCountChange(); in needToResetBuffers()186 bool outBufferFrameCountUpdated = mOutBuffer->checkFrameCountChange(); in needToResetBuffers()