Home
last modified time | relevance | path

Searched refs:dropInputFrames (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DACodec.cpp7476 int32_t dropInputFrames; in setParameters() local
7477 if (params->findInt32(PARAMETER_KEY_SUSPEND, &dropInputFrames)) { in setParameters()
7487 mGraphicBufferSource->setSuspend(dropInputFrames != 0, suspendStartTimeUs)); in setParameters()