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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 200 * 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;
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/
SoftMPEG4Encoder.cpp 162 mEncParams->intraPeriod = -1;
164 mEncParams->intraPeriod = 1; // All I frames
166 mEncParams->intraPeriod =
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4enc_api.cpp 341 encParams->IntraPeriod = encOption->intraPeriod; /* Intra update period update default*/
    [all...]

Completed in 32 milliseconds