Home
last modified time | relevance | path

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

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