Searched refs:intraPeriod (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
H A Dmp4enc_api.h200 * intraPeriod is the I frame interval in terms of second.
201 * intraPeriod =0 indicates I-frame encoding only;
202 * intraPeriod = -1 indicates I-frame followed by all P-frames; (default)
203 * intraPeriod = N, indicates the number of P-frames between 2 I-frames.*/
204 Int intraPeriod; member in struct:tagvideoEncOptions
213 * the new scene resulting in better picture quality. An insertion of an I-VOP resets the intraPeriod
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp167 mEncParams->intraPeriod = -1;
169 mEncParams->intraPeriod = 1; // All I frames
171 mEncParams->intraPeriod =
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4enc_api.cpp341 encParams->IntraPeriod = encOption->intraPeriod; /* Intra update period update default*/

Completed in 63 milliseconds