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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 349 OMX_VIDEO_PARAM_H263TYPE *h263type = local
352 if (h263type->nPortIndex != 1) {
356 h263type->nAllowedPictureTypes =
358 h263type->eProfile = OMX_VIDEO_H263ProfileBaseline;
359 h263type->eLevel = OMX_VIDEO_H263Level45;
360 h263type->bPLUSPTYPEAllowed = OMX_FALSE;
361 h263type->bForceRoundingTypeToZero = OMX_FALSE;
362 h263type->nPictureHeaderRepetition = 0;
363 h263type->nGOBHeaderInterval = 0;
536 OMX_VIDEO_PARAM_H263TYPE *h263type local
    [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 1006 OMX_VIDEO_PARAM_H263TYPE h263type; local
1007 InitOMXParams(&h263type);
1008 h263type.nPortIndex = kPortIndexOutput;
1011 mNode, OMX_IndexParamVideoH263, &h263type, sizeof(h263type));
1014 h263type.nAllowedPictureTypes =
1017 h263type.nPFrames = setPFramesSpacing(iFramesInterval, frameRate);
1018 if (h263type.nPFrames == 0) {
1019 h263type.nAllowedPictureTypes = OMX_VIDEO_PictureTypeI;
1021 h263type.nBFrames = 0
    [all...]
ACodec.cpp 1683 OMX_VIDEO_PARAM_H263TYPE h263type; local
    [all...]

Completed in 75 milliseconds