Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp7754 int32_t dropInputFrames; in setParameters() local
7755 if (params->findInt32(PARAMETER_KEY_SUSPEND, &dropInputFrames)) { in setParameters()
7765 mGraphicBufferSource->setSuspend(dropInputFrames != 0, suspendStartTimeUs)); in setParameters()