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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp348 encParams->IntraPeriod = encOption->intraPeriod; /* Intra update period update default*/
1588 /* If I-VOP was encoded, reset IntraPeriod */
1589 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
1590 video->nextEncIVop = encParams->IntraPeriod;
1928 /* If I-VOP was encoded, reset IntraPeriod */
1929 if ((currLayer == 0) && (encParams->IntraPeriod > 0) && (video->currVop->predictionType == I_VOP))
1930 video->nextEncIVop = encParams->IntraPeriod;
2250 encData->encParams->IntraPeriod = aIFramePeriod;
2790 if (encParams->IntraPeriod == 0) /* I-VOPs only */
2801 else if (encParams->IntraPeriod
[all...]
H A Dmp4lib_int.h206 Int IntraPeriod; /* Intra update period */ member in struct:tagVideoEncParams
421 /* IntraPeriod, Timestamp, etc. */

Completed in 604 milliseconds