Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h511 status_t setLowLatency(int32_t lowLatency);
/frameworks/av/media/libstagefright/
DACodec.cpp1785 err = setLowLatency(lowLatency); in configureCodec()
2397 status_t ACodec::setLowLatency(int32_t lowLatency) { in setLowLatency() function in android::ACodec
7670 status_t err = setLowLatency(lowLatency); in setParameters()