Searched refs:setIntraRefreshPeriod (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DACodec.h481 status_t setIntraRefreshPeriod(uint32_t intraRefreshPeriod, bool inConfigure);
/frameworks/av/media/libstagefright/
H A DACodec.cpp2412 status_t ACodec::setIntraRefreshPeriod(uint32_t intraRefreshPeriod, bool inConfigure) { function in class:android::ACodec
3704 err = setIntraRefreshPeriod((uint32_t)intraRefreshPeriod, true);
3706 ALOGI("[%s] failed setIntraRefreshPeriod. Failure is fine since this key is optional",
7296 status_t err = setIntraRefreshPeriod(intraRefreshPeriod, false);
7298 ALOGI("[%s] failed setIntraRefreshPeriod. Failure is fine since this key is optional",

Completed in 19 milliseconds