Searched defs:dropInputFrames (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DACodec.cpp7256 int32_t dropInputFrames; local
7257 if (params->findInt32("drop-input-frames", &dropInputFrames)) {
7258 bool suspend = dropInputFrames != 0;

Completed in 646 milliseconds