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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 247 OMX_VIDEO_PARAM_H263TYPE *h263type = local
250 if (!isValidOMXParam(h263type)) {
254 if (h263type->nPortIndex != 1) {
258 h263type->nAllowedPictureTypes =
260 h263type->eProfile = OMX_VIDEO_H263ProfileBaseline;
261 h263type->eLevel = OMX_VIDEO_H263Level45;
262 h263type->bPLUSPTYPEAllowed = OMX_FALSE;
263 h263type->bForceRoundingTypeToZero = OMX_FALSE;
264 h263type->nPictureHeaderRepetition = 0;
265 h263type->nGOBHeaderInterval = 0
328 OMX_VIDEO_PARAM_H263TYPE *h263type = local
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 4108 OMX_VIDEO_PARAM_H263TYPE h263type; local
    [all...]

Completed in 69 milliseconds