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 250 OMX_VIDEO_PARAM_H263TYPE *h263type = local
253 if (!isValidOMXParam(h263type)) {
257 if (h263type->nPortIndex != 1) {
261 h263type->nAllowedPictureTypes =
263 h263type->eProfile = OMX_VIDEO_H263ProfileBaseline;
264 h263type->eLevel = OMX_VIDEO_H263Level45;
265 h263type->bPLUSPTYPEAllowed = OMX_FALSE;
266 h263type->bForceRoundingTypeToZero = OMX_FALSE;
267 h263type->nPictureHeaderRepetition = 0;
268 h263type->nGOBHeaderInterval = 0
331 OMX_VIDEO_PARAM_H263TYPE *h263type = local
    [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp 3918 OMX_VIDEO_PARAM_H263TYPE h263type; local
    [all...]

Completed in 223 milliseconds