Searched refs:OWNED_BY_ACCELERATOR (Results 1 – 2 of 2) sorted by relevance
636 if (info->mState == GraphicBlockInfo::State::OWNED_BY_ACCELERATOR) { in onOutputBufferDone()649 CHECK_NE(info->mState, GraphicBlockInfo::State::OWNED_BY_ACCELERATOR); in sendOutputBufferToWorkIfAny()926 if (info.mState == GraphicBlockInfo::State::OWNED_BY_ACCELERATOR) in onOutputFormatChanged()948 CHECK(info.mState != GraphicBlockInfo::State::OWNED_BY_ACCELERATOR); in tryChangeOutputFormat()1206 info->mState = GraphicBlockInfo::State::OWNED_BY_ACCELERATOR; in sendOutputBufferToAccelerator()
185 OWNED_BY_ACCELERATOR, // Owned by video decode accelerator. enumerator