Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DACodec.cpp7296 int32_t dropInputFrames; in setParameters() local
7297 if (params->findInt32("drop-input-frames", &dropInputFrames)) { in setParameters()
7307 mGraphicBufferSource->setSuspend(dropInputFrames != 0, suspendStartTimeUs)); in setParameters()