HomeSort by relevance Sort by last modified time
    Searched refs:iFramesInterval (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
OMXCodec.cpp 990 static OMX_U32 setPFramesSpacing(int32_t iFramesInterval, int32_t frameRate) {
991 if (iFramesInterval < 0) {
993 } else if (iFramesInterval == 0) {
996 OMX_U32 ret = frameRate * iFramesInterval - 1;
    [all...]
ACodec.cpp     [all...]

Completed in 95 milliseconds